start: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 350G 486G 42% / + export ANT_HOME=/usr/local/src/apache-ant-1.9.5 + ANT_HOME=/usr/local/src/apache-ant-1.9.5 + export JAVA_HOME=/usr/lib/jvm/java-25-openjdk + JAVA_HOME=/usr/lib/jvm/java-25-openjdk + export GRADLE_HOME=/usr/local/src/gradle-2.9 + GRADLE_HOME=/usr/local/src/gradle-2.9 + export PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + PATH=/usr/local/src/apache-ant-1.9.5/bin:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/src/gradle-2.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games ++ date + echo -e '\n\nTue May 5 09:30:55 PM EDT 2026: now start nightly benchmarks' Tue May 5 09:30:55 PM EDT 2026: now start nightly benchmarks + pkill java + true + pkill mencoder + true + cd /l/trunk.nightly/lucene + git checkout main Already on 'main' Your branch is up to date with 'origin/main'. + git pull origin main From https://gitbox.apache.org/repos/asf/lucene * branch main -> FETCH_HEAD Already up to date. + ../gradlew clean Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :lucene:clean UP-TO-DATE > Task :lucene:core.tests:clean > Task :lucene:demo:clean > Task :lucene:classification:clean > Task :lucene:analysis:clean UP-TO-DATE > Task :lucene:distribution:clean UP-TO-DATE > Task :lucene:analysis.tests:clean > Task :lucene:benchmark:clean > Task :lucene:documentation:clean UP-TO-DATE > Task :lucene:distribution.tests:clean > Task :lucene:expressions:clean > Task :lucene:codecs:clean > Task :lucene:grouping:clean > Task :lucene:memory:clean > Task :lucene:misc:clean > Task :lucene:join:clean > Task :lucene:backward-codecs:clean > Task :lucene:replicator:clean > Task :lucene:highlighter:clean > Task :lucene:facet:clean > Task :lucene:monitor:clean > Task :lucene:spatial-test-fixtures:clean > Task :lucene:benchmark-jmh:clean > Task :lucene:luke:clean > Task :lucene:analysis:icu:clean > Task :lucene:spatial-extras:clean > Task :lucene:analysis:morfologik.tests:clean > Task :lucene:spatial3d:clean > Task :lucene:suggest:clean > Task :lucene:analysis:morfologik:clean > Task :lucene:queryparser:clean > Task :lucene:queries:clean > Task :lucene:sandbox:clean > Task :lucene:analysis:phonetic:clean > Task :lucene:analysis:kuromoji:clean > Task :lucene:analysis:opennlp:clean > Task :lucene:analysis:smartcn:clean > Task :lucene:analysis:stempel:clean > Task :lucene:analysis:nori:clean > Task :lucene:test-framework:clean > Task :lucene:analysis:common:clean > Task :lucene:core:clean BUILD SUCCESSFUL in 6s 46 actionable tasks: 38 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.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 7c5156a..2ee39e9 main -> origin/main Updating 7c5156a..2ee39e9 Fast-forward src/main/knn/KnnGraphTester.java | 22 +++++++++++++--------- src/python/constants.py | 20 ++++++++++++++++++-- src/python/knnPerfTest.py | 21 +++++++++++++++++++++ 3 files changed, 52 insertions(+), 11 deletions(-) + echo 'Run gradle test' Run gradle test + python3 -u /l/util.nightly/src/python/runNightlyGradleTestPrecommit.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ gradle test log: /l/logs.nightly/ant_test/2026.05.05.lucene-tests.txt took: 1.4 min gradle precommit log: /l/logs.nightly/ant_test/2026.05.05.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: 307 open, 3920 closed Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-14.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-13.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-5.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-0.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-17.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-19.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-16.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-11.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-8.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-18.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-1.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-7.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-9.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-2.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-3.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-6.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-12.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-4.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-10.jfr... Removing old JFR /l/logs.nightly/bench-search-nightly-nightly-15.jfr... [2026-05-05 21:34:55.685281] start [2026-05-05 21:34:55.685397] log dir /l/logs.nightly/2026.05.05.21.34.55 Java version (see also /l/logs.nightly/2026.05.05.21.34.55/java_version.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -version 2>&1' WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) Java full version (see also /l/logs.nightly/2026.05.05.21.34.55/java_full_version.txt): cmd='/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -fullversion 2>&1' openjdk full version "25.0.2" Java version & all flags (see also /l/logs.nightly/2026.05.05.21.34.55/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 = 218103808 {product} {default} ccstr SharedClassListFile = {product} {default} uint SharedSymbolTableBucketSize = 4 {product} {default} ccstr ShenandoahGCHeuristics = adaptive {product} {default} ccstr ShenandoahGCMode = satb {product} {default} bool ShowCodeDetailsInExceptionMessages = true {manageable} {default} bool ShowMessageBoxOnError = false {product} {default} bool ShrinkHeapInSteps = true {product} {default} size_t SoftMaxHeapSize = 34359738368 {manageable} {ergonomic} intx SoftRefLRUPolicyMSPerMB = 1000 {product} {default} bool SplitIfBlocks = true {C2 product} {default} intx StackRedPages = 1 {pd product} {default} intx StackReservedPages = 1 {pd product} {default} intx StackShadowPages = 20 {pd product} {default} bool StackTraceInThrowable = true {product} {default} intx StackYellowPages = 2 {pd product} {default} uintx StartAggressiveSweepingAt = 10 {product} {default} bool StartAttachListener = false {product} {default} ccstr StartFlightRecording = {product} {default} uint StringDeduplicationAgeThreshold = 3 {product} {default} uintx StringTableSize = 65536 {product} {default} bool SuperWordLoopUnrollAnalysis = true {C2 pd product} {default} bool SuperWordReductions = true {C2 product} {default} bool SuppressFatalErrorMessage = false {product} {default} uint SurvivorPadding = 3 {product} {default} uintx SurvivorRatio = 8 {product} {default} double SweeperThreshold = 15.000000 {product} {default} uintx TLABAllocationWeight = 35 {product} {default} uintx TLABRefillWasteFraction = 64 {product} {default} size_t TLABSize = 0 {product} {default} uintx TLABWasteIncrement = 4 {product} {default} uintx TLABWasteTargetPercent = 1 {product} {default} uint TargetPLABWastePct = 10 {product} {default} uint TargetSurvivorRatio = 50 {product} {default} uint TenuredGenerationSizeIncrement = 20 {product} {default} uint TenuredGenerationSizeSupplement = 80 {product} {default} uintx TenuredGenerationSizeSupplementDecay = 2 {product} {default} int ThreadPriorityPolicy = 0 {product} {default} bool ThreadPriorityVerbose = false {product} {default} intx ThreadStackSize = 1024 {pd product} {default} uint ThresholdTolerance = 10 {product} {default} intx Tier0BackedgeNotifyFreqLog = 10 {product} {default} intx Tier0InvokeNotifyFreqLog = 7 {product} {default} intx Tier0ProfilingStartPercentage = 200 {product} {default} intx Tier23InlineeNotifyFreqLog = 20 {product} {default} intx Tier2BackEdgeThreshold = 0 {product} {default} intx Tier2BackedgeNotifyFreqLog = 14 {product} {default} intx Tier2CompileThreshold = 0 {product} {default} intx Tier2InvokeNotifyFreqLog = 11 {product} {default} intx Tier3BackEdgeThreshold = 60000 {product} {default} intx Tier3BackedgeNotifyFreqLog = 13 {product} {default} intx Tier3CompileThreshold = 2000 {product} {default} intx Tier3DelayOff = 2 {product} {default} intx Tier3DelayOn = 5 {product} {default} intx Tier3InvocationThreshold = 200 {product} {default} intx Tier3InvokeNotifyFreqLog = 10 {product} {default} intx Tier3LoadFeedback = 5 {product} {default} intx Tier3MinInvocationThreshold = 100 {product} {default} intx Tier4BackEdgeThreshold = 40000 {product} {default} intx Tier4CompileThreshold = 15000 {product} {default} intx Tier4InvocationThreshold = 5000 {product} {default} intx Tier4LoadFeedback = 3 {product} {default} intx Tier4MinInvocationThreshold = 600 {product} {default} bool TieredCompilation = true {pd product} {default} intx TieredCompileTaskTimeout = 50 {product} {default} intx TieredRateUpdateMaxTime = 25 {product} {default} intx TieredRateUpdateMinTime = 1 {product} {default} intx TieredStopAtLevel = 4 {product} {default} ccstr TraceJVMTI = {product} {default} intx TrackedInitializationLimit = 50 {C2 product} {default} bool TrapBasedNullChecks = false {pd product} {default} bool TrapBasedRangeChecks = false {C2 pd product} {default} uint TrimNativeHeapInterval = 0 {product} {default} int TypeProfileArgsLimit = 2 {product} {default} uint TypeProfileLevel = 111 {pd product} {default} intx TypeProfileMajorReceiverPercent = 90 {C2 product} {default} int TypeProfileParmsLimit = 2 {product} {default} intx TypeProfileSubTypeCheckCommonThreshold = 50 {C2 product} {default} intx TypeProfileWidth = 2 {product} {default} int UnguardOnExecutionViolation = 0 {product} {default} bool UseAES = true {product} {default} int UseAVX = 2 {ARCH product} {default} bool UseAdaptiveGenerationSizePolicyAtMajorCollection = true {product} {default} bool UseAdaptiveGenerationSizePolicyAtMinorCollection = true {product} {default} bool UseAdaptiveNUMAChunkSizing = true {product} {default} bool UseAdaptiveSizeDecayMajorGCCost = true {product} {default} bool UseAdaptiveSizePolicy = true {product} {default} bool UseAdaptiveSizePolicyFootprintGoal = true {product} {default} bool UseAdaptiveSizePolicyWithSystemGC = false {product} {default} bool UseAddressNop = true {ARCH product} {default} bool UseBASE64Intrinsics = true {product} {default} bool UseBMI1Instructions = true {ARCH product} {default} bool UseBMI2Instructions = true {ARCH product} {default} bool UseBimorphicInlining = true {C2 product} {default} bool UseCLMUL = true {ARCH product} {default} bool UseCMoveUnconditionally = false {C2 product} {default} bool UseCodeCacheFlushing = true {product} {default} bool UseCompactObjectHeaders = false {product lp64_product} {default} bool UseCompiler = true {product} {default} bool UseCompressedClassPointers = true {product lp64_product} {default} bool UseCompressedOops = false {product lp64_product} {default} bool UseCondCardMark = false {product} {default} bool UseContainerSupport = true {product} {default} bool UseCountLeadingZerosInstruction = true {ARCH product} {default} bool UseCountTrailingZerosInstruction = true {ARCH product} {default} bool UseCountedLoopSafepoints = false {C2 product} {default} bool UseDivMod = true {C2 product} {default} bool UseDynamicNumberOfCompilerThreads = true {product} {default} bool UseDynamicNumberOfGCThreads = true {product} {default} bool UseFMA = true {product} {default} bool UseFPUForSpilling = true {C2 product} {default} bool UseFastJNIAccessors = true {product} {default} bool UseFastStosb = false {ARCH product} {default} bool UseG1GC = false {product} {default} bool UseGCOverheadLimit = true {product} {default} bool UseInlineCaches = true {product} {default} bool UseInterpreter = true {product} {default} bool UseJumpTables = true {C2 product} {default} bool UseLargePages = false {pd product} {default} bool UseLargePagesIndividualAllocation = false {pd product} {default} bool UseLoopCounter = true {product} {default} bool UseLoopInvariantCodeMotion = true {C1 product} {default} bool UseLoopPredicate = true {C2 product} {default} bool UseMaximumCompactionOnSystemGC = true {product} {default} bool UseNUMA = false {product} {default} bool UseNUMAInterleaving = false {product} {default} bool UseNewLongLShift = true {ARCH product} {default} bool UseOnStackReplacement = true {pd product} {default} bool UseOnlyInlinedBimorphic = true {C2 product} {default} bool UseOprofile = false {product} {default} bool UsePSAdaptiveSurvivorSizePolicy = true {product} {default} bool UseParallelGC = true {product} {command line} bool UsePerfData = true {product} {default} bool UsePopCountInstruction = true {product} {default} bool UseProfiledLoopPredicate = true {C2 product} {default} bool UseSHA = true {product} {default} int UseSSE = 4 {ARCH product} {default} bool UseSSE42Intrinsics = true {ARCH product} {default} bool UseSerialGC = false {product} {default} bool UseShenandoahGC = false {product} {default} bool UseSignalChaining = true {product} {default} bool UseStoreImmI16 = true {ARCH product} {default} bool UseStringDeduplication = false {product} {default} bool UseSubwordForMaxVector = true {C2 product} {default} bool UseSuperWord = true {C2 product} {default} bool UseSystemMemoryBarrier = false {product} {default} bool UseTLAB = true {product} {default} bool UseThreadPriorities = true {pd product} {default} bool UseTransparentHugePages = false {product} {default} bool UseTypeProfile = true {product} {default} bool UseTypeSpeculation = true {C2 product} {default} bool UseUnalignedLoadStores = true {ARCH product} {default} bool UseVectorCmov = false {C2 product} {default} bool UseXMMForArrayCopy = true {product} {default} bool UseXMMForObjInit = true {ARCH product} {default} bool UseXmmI2D = true {ARCH product} {default} bool UseXmmI2F = true {ARCH product} {default} bool UseXmmLoadAndClearUpper = true {ARCH product} {default} bool UseXmmRegToRegMoveAll = true {ARCH product} {default} bool UseZGC = false {product} {default} intx UserThreadWaitAttemptsAtExit = 30 {product} {default} int VMThreadPriority = -1 {product} {default} intx VMThreadStackSize = 1024 {pd product} {default} intx ValueMapInitialSize = 11 {C1 product} {default} intx ValueMapMaxLoopSize = 8 {C1 product} {default} intx ValueSearchLimit = 1000 {C2 product} {default} bool VerifySharedSpaces = false {product} {default} uint YoungGenerationSizeIncrement = 20 {product} {default} uint YoungGenerationSizeSupplement = 80 {product} {default} uintx YoungGenerationSizeSupplementDecay = 8 {product} {default} size_t YoungPLABSize = 4096 {product} {default} double ZAllocationSpikeTolerance = 2.000000 {product} {default} double ZCollectionInterval = 0.000000 {product} {default} double ZCollectionIntervalMajor = -1.000000 {product} {default} double ZCollectionIntervalMinor = -1.000000 {product} {default} bool ZCollectionIntervalOnly = false {product} {default} double ZFragmentationLimit = 5.000000 {product} {default} bool ZProactive = true {product} {default} bool ZUncommit = true {product} {default} uintx ZUncommitDelay = 300 {product} {default} double ZYoungCompactionLimit = 25.000000 {product} {default} bool ZeroTLAB = false {product} {default} WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) Linux kernel version (see also /l/logs.nightly/2026.05.05.21.34.55/uname.txt): cmd='uname -a 2>&1' Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux CPU governor/scaling/frequency (see also /l/logs.nightly/2026.05.05.21.34.55/cpu_frequency_info.txt): cmd='cpupower frequency-info' analyzing CPU 44: driver: amd-pstate-epp CPUs which run at the same hardware frequency: 44 CPUs which need to have their frequency coordinated by software: 44 energy performance preference: performance hardware limits: 554 MHz - 4.38 GHz available cpufreq governors: performance powersave current policy: frequency should be within 1.74 GHz and 4.38 GHz. The governor "performance" may decide which speed to use within this range. current CPU frequency: 4.35 GHz (asserted by call to kernel) boost state support: Supported: yes Active: yes amd-pstate limits: Highest Performance: 166. Maximum Frequency: 4.38 GHz. Nominal Performance: 110. Nominal Frequency: 2.90 GHz. Lowest Non-linear Performance: 66. Lowest Non-linear Frequency: 1.74 GHz. Lowest Performance: 21. Lowest Frequency: 550 MHz. Preferred Core Support: 1. Preferred Core Ranking: 186. CPU specifics (see also /l/logs.nightly/2026.05.05.21.34.55/lscpu.txt): cmd='lscpu' Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 43 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Vendor ID: AuthenticAMD Model name: AMD Ryzen Threadripper 3990X 64-Core Processor CPU family: 23 Model: 49 Thread(s) per core: 2 Core(s) per socket: 64 Socket(s): 1 Stepping: 0 Frequency boost: enabled CPU(s) scaling MHz: 47% CPU max MHz: 4377.8730 CPU min MHz: 553.8280 BogoMIPS: 5834.95 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_recov succor smca sev sev_es Virtualization: AMD-V L1d cache: 2 MiB (64 instances) L1i cache: 2 MiB (64 instances) L2 cache: 32 MiB (64 instances) L3 cache: 256 MiB (16 instances) NUMA node(s): 16 NUMA node0 CPU(s): 0-3,64-67 NUMA node1 CPU(s): 4-7,68-71 NUMA node2 CPU(s): 8-11,72-75 NUMA node3 CPU(s): 12-15,76-79 NUMA node4 CPU(s): 16-19,80-83 NUMA node5 CPU(s): 20-23,84-87 NUMA node6 CPU(s): 24-27,88-91 NUMA node7 CPU(s): 28-31,92-95 NUMA node8 CPU(s): 32-35,96-99 NUMA node9 CPU(s): 36-39,100-103 NUMA node10 CPU(s): 40-43,104-107 NUMA node11 CPU(s): 44-47,108-111 NUMA node12 CPU(s): 48-51,112-115 NUMA node13 CPU(s): 52-55,116-119 NUMA node14 CPU(s): 56-59,120-123 NUMA node15 CPU(s): 60-63,124-127 Vulnerability Gather data sampling: Not affected Vulnerability Ghostwrite: Not affected Vulnerability Indirect target selection: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Old microcode: Not affected Vulnerability Reg file data sampling: Not affected Vulnerability Retbleed: Vulnerable Vulnerability Spec rstack overflow: Vulnerable Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Vulnerable: __user pointer sanitization and usercopy barriers only; no swapgs barriers Vulnerability Spectre v2: Vulnerable; IBPB: disabled; STIBP: disabled; PBRSB-eIBRS: Not affected; BHI: Not affected Vulnerability Srbds: Not affected Vulnerability Tsa: Not affected Vulnerability Tsx async abort: Not affected Vulnerability Vmscape: Vulnerable Full Linux version (see also /l/logs.nightly/2026.05.05.21.34.55/proc_version.txt): cmd='cat /proc/version' Linux version 6.18.9-arch1-2 (linux@archlinux) (gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 Kernel boot command-line (see also /l/logs.nightly/2026.05.05.21.34.55/proc_cmdline.txt): cmd='cat /proc/cmdline' BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d43378d5-fd9f-488a-a69b-73d83768f2d1 rw nowatchdog mitigations=off random.trust_cpu=1 nokaslr norandmaps loglevel=3 acpi_enforce_resources=lax amd_pstate=active cpufreq.default_governor=performance Loaded kernel modules (see also /l/logs.nightly/2026.05.05.21.34.55/lsmod.txt): cmd='lsmod' Module Size Used by nfsv3 81920 1 rpcsec_gss_krb5 36864 0 nfsv4 1335296 0 dns_resolver 16384 1 nfsv4 nfs 704512 6 nfsv4,nfsv3 netfs 622592 1 nfs veth 40960 0 nf_conntrack_netlink 61440 0 xt_nat 12288 19 xt_tcpudp 16384 22 iptable_raw 12288 1 xt_conntrack 12288 2 xt_MASQUERADE 16384 2 bridge 462848 0 stp 12288 1 bridge llc 16384 2 bridge,stp xfrm_user 73728 1 xfrm_algo 16384 1 xfrm_user ip6table_nat 12288 1 ip6table_filter 12288 1 ip6_tables 36864 2 ip6table_filter,ip6table_nat xt_set 24576 0 ip_set 69632 1 xt_set iptable_nat 12288 5 nf_nat 61440 4 ip6table_nat,xt_nat,iptable_nat,xt_MASQUERADE nf_conntrack 196608 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE nf_defrag_ipv6 24576 1 nf_conntrack nf_defrag_ipv4 12288 1 nf_conntrack xt_addrtype 12288 4 iptable_filter 12288 1 ip_tables 36864 3 iptable_filter,iptable_raw,iptable_nat x_tables 65536 13 ip6table_filter,xt_conntrack,iptable_filter,ip6table_nat,xt_tcpudp,xt_addrtype,xt_nat,xt_set,ip6_tables,iptable_raw,ip_tables,iptable_nat,xt_MASQUERADE nf_tables 397312 0 rpcrdma 462848 2 rdma_cm 155648 1 rpcrdma iw_cm 65536 1 rdma_cm ib_cm 155648 1 rdma_cm ib_core 548864 4 rdma_cm,rpcrdma,iw_cm,ib_cm nct6775 40960 0 nct6775_core 81920 1 nct6775 hwmon_vid 12288 1 nct6775 overlay 245760 4 iwlmvm 708608 0 mac80211 1683456 1 iwlmvm btusb 81920 0 btmtk 32768 1 btusb libarc4 12288 1 mac80211 btrtl 32768 1 btusb btbcm 24576 1 btusb btintel 73728 1 btusb bluetooth 1118208 6 btrtl,btmtk,btintel,btbcm,btusb atlantic 319488 0 corsair_psu 24576 0 iwlwifi 610304 1 iwlmvm igb 348160 0 macsec 69632 1 atlantic amd_atl 57344 1 intel_rapl_common 53248 0 amd64_edac 73728 0 kvm_amd 241664 0 snd_hda_codec_nvhdmi 16384 1 kvm 1421312 1 kvm_amd ixgbe 565248 0 raid1 61440 1 snd_hda_codec_hdmi 61440 1 snd_hda_codec_nvhdmi libie_fwlog 28672 1 ixgbe irqbypass 16384 1 kvm mdio_devres 12288 1 ixgbe eeepc_wmi 12288 0 snd_hda_intel 69632 0 asus_wmi 110592 1 eeepc_wmi polyval_clmulni 12288 0 libphy 180224 2 mdio_devres,ixgbe jc42 12288 0 ghash_clmulni_intel 12288 0 platform_profile 20480 1 asus_wmi snd_hda_codec 217088 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_nvhdmi mdio_bus 65536 2 libphy,ixgbe aesni_intel 98304 0 ee1004 16384 0 asus_ec_sensors 36864 0 wmi_bmof 12288 0 sparse_keymap 12288 1 asus_wmi mdio 12288 1 ixgbe rapl 20480 0 snd_hda_core 147456 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec md_mod 270336 2 raid1 ptp 53248 4 iwlmvm,atlantic,igb,ixgbe sp5100_tco 20480 0 pcspkr 12288 0 snd_intel_dspcfg 45056 1 snd_hda_intel pps_core 32768 1 ptp ccp 196608 1 kvm_amd dca 20480 2 igb,ixgbe snd_intel_sdw_acpi 16384 1 snd_intel_dspcfg i2c_piix4 36864 0 i2c_smbus 20480 1 i2c_piix4 snd_usb_audio 598016 0 snd_usbmidi_lib 49152 1 snd_usb_audio snd_hwdep 24576 2 snd_usb_audio,snd_hda_codec snd_ump 40960 1 snd_usb_audio snd_rawmidi 53248 2 snd_usbmidi_lib,snd_ump snd_seq_device 16384 2 snd_ump,snd_rawmidi cfg80211 1429504 3 iwlmvm,iwlwifi,mac80211 snd_pcm 212992 5 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core snd_timer 57344 1 snd_pcm rfkill 45056 5 iwlmvm,asus_wmi,bluetooth,cfg80211 snd 159744 11 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_timer,snd_ump,snd_pcm,snd_rawmidi joydev 24576 0 soundcore 16384 1 snd mac_hid 12288 0 mc 90112 1 snd_usb_audio nfsd 1077248 5 auth_rpcgss 192512 2 nfsd,rpcsec_gss_krb5 nfs_acl 12288 2 nfsd,nfsv3 lockd 192512 3 nfsd,nfsv3,nfs grace 12288 2 nfsd,lockd nfs_localio 40960 2 nfsd,nfs sunrpc 884736 36 nfs_localio,nfsd,rpcrdma,nfsv4,auth_rpcgss,lockd,nfsv3,rpcsec_gss_krb5,nfs_acl,nfs i2c_dev 28672 0 k10temp 12288 0 nfnetlink 20480 6 nf_conntrack_netlink,nf_tables,ip_set nouveau 3764224 0 drm_ttm_helper 16384 2 nouveau ttm 122880 2 drm_ttm_helper,nouveau video 81920 2 asus_wmi,nouveau gpu_sched 69632 1 nouveau i2c_algo_bit 24576 2 igb,nouveau drm_gpuvm 49152 1 nouveau drm_exec 12288 2 drm_gpuvm,nouveau nvme 73728 3 mxm_wmi 12288 1 nouveau nvme_core 270336 4 nvme drm_display_helper 278528 1 nouveau nvme_keyring 20480 1 nvme_core cec 94208 1 drm_display_helper nvme_auth 32768 1 nvme_core hkdf 12288 1 nvme_auth wmi 32768 5 video,asus_wmi,wmi_bmof,mxm_wmi,nouveau Preempt mode (see also /l/logs.nightly/2026.05.05.21.34.55/preempt.txt): cmd='sudo cat /sys/kernel/debug/sched/preempt' none voluntary (full) lazy Linux standard base version (see also /l/logs.nightly/2026.05.05.21.34.55/lsb.txt): cmd='lsb_release -a' LSB Version: n/a Distributor ID: Arch Description: Arch Linux Release: rolling Codename: n/a All installed packages&versions (see also /l/logs.nightly/2026.05.05.21.34.55/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 2ee39e9e4e2a376d0f050aedd44613ca3f67530d LUCENE rev is 288a65f5cdc4871d6a4c7ceb1e051acae1010d8b last successful Lucene rev 288a65f5cdc4871d6a4c7ceb1e051acae1010d8b, luceneutil rev 7c5156a700a5bfc48c5b2d22960b63b1b90f39d6 run ['git', 'log', '288a65f5cdc4871d6a4c7ceb1e051acae1010d8b^..288a65f5cdc4871d6a4c7ceb1e051acae1010d8b'] No commit message asking for regold of results files [2026-05-05 21:34:55.893447] RUN: git clean -xfd Removing .gradle/ Removing build-tools/build-infra-shadow/build/ Removing build-tools/build-infra/.gradle/ Removing build-tools/build-infra/build/ Removing build-tools/build/ Removing build-tools/missing-doclet/build/ Removing build/ Removing gradle.properties Removing gradle/wrapper/gradle-wrapper.jar Removing lucene/analysis.tests/build/ Removing lucene/analysis/build/ Removing lucene/analysis/common/build/ Removing lucene/analysis/icu/build/ Removing lucene/analysis/kuromoji/build/ Removing lucene/analysis/morfologik.tests/build/ Removing lucene/analysis/morfologik/build/ Removing lucene/analysis/nori/build/ Removing lucene/analysis/opennlp/build/ Removing lucene/analysis/phonetic/build/ Removing lucene/analysis/smartcn/build/ Removing lucene/analysis/stempel/build/ Removing lucene/backward-codecs/build/ Removing lucene/benchmark-jmh/build/ Removing lucene/benchmark/build/ Removing lucene/build/ Removing lucene/classification/build/ Removing lucene/codecs/build/ Removing lucene/core.tests/build/ Removing lucene/core/build/ Removing lucene/demo/build/ Removing lucene/distribution.tests/build/ Removing lucene/distribution/build/ Removing lucene/documentation/build/ Removing lucene/expressions/build/ Removing lucene/facet/build/ Removing lucene/grouping/build/ Removing lucene/highlighter/build/ Removing lucene/join/build/ Removing lucene/luke/build/ Removing lucene/memory/build/ Removing lucene/misc/build/ Removing lucene/monitor/build/ Removing lucene/queries/build/ Removing lucene/queryparser/build/ Removing lucene/replicator/build/ Removing lucene/sandbox/build/ Removing lucene/spatial-extras/build/ Removing lucene/spatial-test-fixtures/build/ Removing lucene/spatial3d/build/ Removing lucene/suggest/build/ Removing lucene/test-framework/build/ [2026-05-05 21:34:56.127137] took 0.2 sec will NOT regold results files but rather compare to last good result files Java command-line: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED transparent_hugepages: [always] madvise never [2026-05-05 21:34:56.127216] RUN: /l/trunk.nightly/gradlew --stacktrace clean > /l/logs.nightly/2026.05.05.21.34.55/clean-lucene.log 2>&1 [2026-05-05 21:35:00.434369] took 4.3 sec [2026-05-05 21:35:00.434405] RUN: /l/trunk.nightly/gradlew jar > /l/logs.nightly/2026.05.05.21.34.55/jar-lucene.log 2>&1 [2026-05-05 21:35:14.574221] took 14.1 sec JAVA: WARNING: Using incubator modules: jdk.incubator.vector openjdk version "25.0.2" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2) OpenJDK 64-Bit Server VM (build 25.0.2, mixed mode, sharing) OS: Linux beast3.mikemccandless.com 6.18.9-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 09 Feb 2026 17:16:33 +0000 x86_64 GNU/Linux LOGS: /l/logs.nightly Using checkout:[/l/trunk.nightly] for competitor:[nightly] compile lucene:core... run: ['/l/trunk.nightly/gradlew', 'lucene:core:jar'], cwd=/l/trunk.nightly vmstatLogFile=None topLogFile=None /l/trunk.nightly/lucene/benchmark files ['/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'] compile: /usr/lib/jvm/java-25-openjdk/bin/javac -g -d /l/util.nightly/build -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build /l/util.nightly/src/main/perf/TestContext.java /l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java /l/util.nightly/src/main/perf/TypePolluter.java /l/util.nightly/src/main/perf/OpenDirectory.java /l/util.nightly/src/main/perf/StringFieldDocSelector.java /l/util.nightly/src/main/perf/SearchTaxis.java /l/util.nightly/src/main/perf/RemoteTaskSource.java /l/util.nightly/src/main/perf/SearchPerfTest.java /l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java /l/util.nightly/src/main/perf/DiskUsage.java /l/util.nightly/src/main/perf/NRTPerfTest.java /l/util.nightly/src/main/perf/Indexer.java /l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java /l/util.nightly/src/main/perf/IndexState.java /l/util.nightly/src/main/perf/VectorDictionary.java /l/util.nightly/src/main/perf/TaskParser.java /l/util.nightly/src/main/perf/IndexThreads.java /l/util.nightly/src/main/perf/SearchTask.java /l/util.nightly/src/main/perf/RespellTask.java /l/util.nightly/src/main/perf/TaskSource.java /l/util.nightly/src/main/perf/LineFileDocs.java /l/util.nightly/src/main/perf/CreateQueries.java /l/util.nightly/src/main/perf/RandomQuery.java /l/util.nightly/src/main/perf/PerfUtils.java /l/util.nightly/src/main/perf/Task.java /l/util.nightly/src/main/perf/LocalTaskSource.java /l/util.nightly/src/main/perf/IndexTaxis.java /l/util.nightly/src/main/perf/PointsPKLookupTask.java /l/util.nightly/src/main/perf/TaskThreads.java /l/util.nightly/src/main/perf/UnparsedTask.java /l/util.nightly/src/main/perf/Args.java /l/util.nightly/src/main/perf/TaskParserFactory.java /l/util.nightly/src/main/perf/StatisticsHelper.java /l/util.nightly/src/main/perf/BenchRearranger.java /l/util.nightly/src/main/perf/PKLookupTask.java /l/util.nightly/src/main/perf/OpenCloseIndexWriter.java run: ['/usr/lib/jvm/java-25-openjdk/bin/javac', '-g', '-d', '/l/util.nightly/build', '-classpath', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build', '/l/util.nightly/src/main/perf/TestContext.java', '/l/util.nightly/src/main/perf/IndexAndSearchOpenStreetMaps.java', '/l/util.nightly/src/main/perf/TypePolluter.java', '/l/util.nightly/src/main/perf/OpenDirectory.java', '/l/util.nightly/src/main/perf/StringFieldDocSelector.java', '/l/util.nightly/src/main/perf/SearchTaxis.java', '/l/util.nightly/src/main/perf/RemoteTaskSource.java', '/l/util.nightly/src/main/perf/SearchPerfTest.java', '/l/util.nightly/src/main/perf/KeepNoCommitsDeletionPolicy.java', '/l/util.nightly/src/main/perf/DiskUsage.java', '/l/util.nightly/src/main/perf/NRTPerfTest.java', '/l/util.nightly/src/main/perf/Indexer.java', '/l/util.nightly/src/main/perf/PKLookupWithTermStateTask.java', '/l/util.nightly/src/main/perf/IndexState.java', '/l/util.nightly/src/main/perf/VectorDictionary.java', '/l/util.nightly/src/main/perf/TaskParser.java', '/l/util.nightly/src/main/perf/IndexThreads.java', '/l/util.nightly/src/main/perf/SearchTask.java', '/l/util.nightly/src/main/perf/RespellTask.java', '/l/util.nightly/src/main/perf/TaskSource.java', '/l/util.nightly/src/main/perf/LineFileDocs.java', '/l/util.nightly/src/main/perf/CreateQueries.java', '/l/util.nightly/src/main/perf/RandomQuery.java', '/l/util.nightly/src/main/perf/PerfUtils.java', '/l/util.nightly/src/main/perf/Task.java', '/l/util.nightly/src/main/perf/LocalTaskSource.java', '/l/util.nightly/src/main/perf/IndexTaxis.java', '/l/util.nightly/src/main/perf/PointsPKLookupTask.java', '/l/util.nightly/src/main/perf/TaskThreads.java', '/l/util.nightly/src/main/perf/UnparsedTask.java', '/l/util.nightly/src/main/perf/Args.java', '/l/util.nightly/src/main/perf/TaskParserFactory.java', '/l/util.nightly/src/main/perf/StatisticsHelper.java', '/l/util.nightly/src/main/perf/BenchRearranger.java', '/l/util.nightly/src/main/perf/PKLookupTask.java', '/l/util.nightly/src/main/perf/OpenCloseIndexWriter.java'], cwd=/l/trunk.nightly/lucene/benchmark vmstatLogFile=None topLogFile=None [2026-05-05 21:35:17.284560] 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: 148124.00 stored_field_size_mb: 624.38 retrieved_time_msec: 182.00 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: 353169.00 stored_field_size_mb: 385.76 retrieved_time_msec: 1344.36 Done: took 1028.87 seconds, saved to /l/logs.nightly/2026.05.05.21.34.55/geonames-stored-fields-benchmark-results.pk [2026-05-05 21:52:26.642721] done run stored fields benchmark [2026-05-05 21:52:26.642768] now run NAD facets benchmark RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build -d build src/main/perf/facets/IndexFacets.java, cwd=/l/util.nightly RUN: /usr/lib/jvm/java-25-openjdk/bin/javac -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build -d build src/main/perf/facets/BenchmarkFacets.java, cwd=/l/util.nightly Note: src/main/perf/facets/BenchmarkFacets.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.IndexFacets /l/data/NAD_taxonomy.txt.gz /l/indices/nad-facets-nightly -1, cwd=/l/util.nightly Indexing documents... WARNING: Using incubator modules: jdk.incubator.vector May 05, 2026 9:52:27 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled Indexed 0 documents Indexed 100000 documents Indexed 200000 documents Indexed 300000 documents Indexed 400000 documents Indexed 500000 documents Indexed 600000 documents Indexed 700000 documents Indexed 800000 documents Indexed 900000 documents Indexed 1000000 documents Indexed 1100000 documents Indexed 1200000 documents Indexed 1300000 documents Indexed 1400000 documents Indexed 1500000 documents Indexed 1600000 documents Indexed 1700000 documents Indexed 1800000 documents Indexed 1900000 documents Indexed 2000000 documents Indexed 2100000 documents Indexed 2200000 documents Indexed 2300000 documents Indexed 2400000 documents Indexed 2500000 documents Indexed 2600000 documents Indexed 2700000 documents Indexed 2800000 documents Indexed 2900000 documents Indexed 3000000 documents Indexed 3100000 documents Indexed 3200000 documents Indexed 3300000 documents Indexed 3400000 documents Indexed 3500000 documents Indexed 3600000 documents Indexed 3700000 documents Indexed 3800000 documents Indexed 3900000 documents Indexed 4000000 documents Indexed 4100000 documents Indexed 4200000 documents Indexed 4300000 documents Indexed 4400000 documents Indexed 4500000 documents Indexed 4600000 documents Indexed 4700000 documents Indexed 4800000 documents Indexed 4900000 documents Indexed 5000000 documents Indexed 5100000 documents Indexed 5200000 documents Indexed 5300000 documents Indexed 5400000 documents Indexed 5500000 documents Indexed 5600000 documents Indexed 5700000 documents Indexed 5800000 documents Indexed 5900000 documents Indexed 6000000 documents Indexed 6100000 documents Indexed 6200000 documents Indexed 6300000 documents Indexed 6400000 documents Indexed 6500000 documents Indexed 6600000 documents Indexed 6700000 documents Indexed 6800000 documents Indexed 6900000 documents Indexed 7000000 documents Indexed 7100000 documents Indexed 7200000 documents Indexed 7300000 documents Indexed 7400000 documents Indexed 7500000 documents Indexed 7600000 documents Indexed 7700000 documents Indexed 7800000 documents Indexed 7900000 documents Indexed 8000000 documents Indexed 8100000 documents Indexed 8200000 documents Indexed 8300000 documents Indexed 8400000 documents Indexed 8500000 documents Indexed 8600000 documents Indexed 8700000 documents Indexed 8800000 documents Indexed 8900000 documents Indexed 9000000 documents Indexed 9100000 documents Indexed 9200000 documents Indexed 9300000 documents Indexed 9400000 documents Indexed 9500000 documents Indexed 9600000 documents Indexed 9700000 documents Indexed 9800000 documents Indexed 9900000 documents Indexed 10000000 documents Indexed 10100000 documents Indexed 10200000 documents Indexed 10300000 documents Indexed 10400000 documents Indexed 10500000 documents Indexed 10600000 documents Indexed 10700000 documents Indexed 10800000 documents Indexed 10900000 documents Indexed 11000000 documents Indexed 11100000 documents Indexed 11200000 documents Indexed 11300000 documents Indexed 11400000 documents Indexed 11500000 documents Indexed 11600000 documents Indexed 11700000 documents Indexed 11800000 documents Indexed 11900000 documents Indexed 12000000 documents Indexed 12100000 documents Indexed 12200000 documents Indexed 12300000 documents Indexed 12400000 documents Indexed 12500000 documents Indexed 12600000 documents Indexed 12700000 documents Indexed 12800000 documents Indexed 12900000 documents Indexed 13000000 documents Indexed 13100000 documents Indexed 13200000 documents Indexed 13300000 documents Indexed 13400000 documents Indexed 13500000 documents Indexed 13600000 documents Indexed 13700000 documents Indexed 13800000 documents Indexed 13900000 documents Indexed 14000000 documents Indexed 14100000 documents Indexed 14200000 documents Indexed 14300000 documents Indexed 14400000 documents Indexed 14500000 documents Indexed 14600000 documents Indexed 14700000 documents Indexed 14800000 documents Indexed 14900000 documents Indexed 15000000 documents Indexed 15100000 documents Indexed 15200000 documents Indexed 15300000 documents Indexed 15400000 documents Indexed 15500000 documents Indexed 15600000 documents Indexed 15700000 documents Indexed 15800000 documents Indexed 15900000 documents Indexed 16000000 documents Indexed 16100000 documents Indexed 16200000 documents Indexed 16300000 documents Indexed 16400000 documents Indexed 16500000 documents Indexed 16600000 documents Indexed 16700000 documents Indexed 16800000 documents Indexed 16900000 documents Indexed 17000000 documents Indexed 17100000 documents Indexed 17200000 documents Indexed 17300000 documents Indexed 17400000 documents Indexed 17500000 documents Indexed 17600000 documents Indexed 17700000 documents Indexed 17800000 documents Indexed 17900000 documents Indexed 18000000 documents Indexed 18100000 documents Indexed 18200000 documents Indexed 18300000 documents Indexed 18400000 documents Indexed 18500000 documents Indexed 18600000 documents Indexed 18700000 documents Indexed 18800000 documents Indexed 18900000 documents Indexed 19000000 documents Indexed 19100000 documents Indexed 19200000 documents Indexed 19300000 documents Indexed 19400000 documents Indexed 19500000 documents Indexed 19600000 documents Indexed 19700000 documents Indexed 19800000 documents Indexed 19900000 documents Indexed 20000000 documents Indexed 20100000 documents Indexed 20200000 documents Indexed 20300000 documents Indexed 20400000 documents Indexed 20500000 documents Indexed 20600000 documents Indexed 20700000 documents Indexed 20800000 documents Indexed 20900000 documents Indexed 21000000 documents Indexed 21100000 documents Indexed 21200000 documents Indexed 21300000 documents Indexed 21400000 documents Indexed 21500000 documents Indexed 21600000 documents Indexed 21700000 documents Indexed 21800000 documents Indexed 21900000 documents Indexed 22000000 documents Indexed 22100000 documents Indexed 22200000 documents Indexed 22300000 documents Indexed 22400000 documents Indexed 22500000 documents Indexed 22600000 documents Indexed 22700000 documents Indexed 22800000 documents Indexed 22900000 documents Indexed 23000000 documents Indexed 23100000 documents Indexed 23200000 documents Indexed 23300000 documents Indexed 23400000 documents Indexed 23500000 documents Indexed 23600000 documents Indexed 23700000 documents Indexed 23800000 documents Indexed 23900000 documents Indexed 24000000 documents Indexed 24100000 documents Indexed 24200000 documents Indexed 24300000 documents Indexed 24400000 documents Indexed 24500000 documents Indexed 24600000 documents Indexed 24700000 documents Indexed 24800000 documents Indexed 24900000 documents Indexed 25000000 documents Indexed 25100000 documents Indexed 25200000 documents Indexed 25300000 documents Indexed 25400000 documents Indexed 25500000 documents Indexed 25600000 documents Indexed 25700000 documents Indexed 25800000 documents Indexed 25900000 documents Indexed 26000000 documents Indexed 26100000 documents Indexed 26200000 documents Indexed 26300000 documents Indexed 26400000 documents Indexed 26500000 documents Indexed 26600000 documents Indexed 26700000 documents Indexed 26800000 documents Indexed 26900000 documents Indexed 27000000 documents Indexed 27100000 documents Indexed 27200000 documents Indexed 27300000 documents Indexed 27400000 documents Indexed 27500000 documents Indexed 27600000 documents Indexed 27700000 documents Indexed 27800000 documents Indexed 27900000 documents Indexed 28000000 documents Indexed 28100000 documents Indexed 28200000 documents Indexed 28300000 documents Indexed 28400000 documents Indexed 28500000 documents Indexed 28600000 documents Indexed 28700000 documents Indexed 28800000 documents Indexed 28900000 documents Indexed 29000000 documents Indexed 29100000 documents Indexed 29200000 documents Indexed 29300000 documents Indexed 29400000 documents Indexed 29500000 documents Indexed 29600000 documents Indexed 29700000 documents Indexed 29800000 documents Indexed 29900000 documents Indexed 30000000 documents Indexed 30100000 documents Indexed 30200000 documents Indexed 30300000 documents Indexed 30400000 documents Indexed 30500000 documents Indexed 30600000 documents Indexed 30700000 documents Indexed 30800000 documents Indexed 30900000 documents Indexed 31000000 documents Indexed 31100000 documents Indexed 31200000 documents Indexed 31300000 documents Indexed 31400000 documents Indexed 31500000 documents Indexed 31600000 documents Indexed 31700000 documents Indexed 31800000 documents Indexed 31900000 documents Indexed 32000000 documents Indexed 32100000 documents Indexed 32200000 documents Indexed 32300000 documents Indexed 32400000 documents Indexed 32500000 documents Indexed 32600000 documents Indexed 32700000 documents Indexed 32800000 documents Indexed 32900000 documents Indexed 33000000 documents Indexed 33100000 documents Indexed 33200000 documents Indexed 33300000 documents Indexed 33400000 documents Indexed 33500000 documents Indexed 33600000 documents Indexed 33700000 documents Indexed 33800000 documents Indexed 33900000 documents Indexed 34000000 documents Indexed 34100000 documents Indexed 34200000 documents Indexed 34300000 documents Indexed 34400000 documents Indexed 34500000 documents Indexed 34600000 documents Indexed 34700000 documents Indexed 34800000 documents Indexed 34900000 documents Indexed 35000000 documents Indexed 35100000 documents Indexed 35200000 documents Indexed 35300000 documents Indexed 35400000 documents Indexed 35500000 documents Indexed 35600000 documents Indexed 35700000 documents Indexed 35800000 documents Indexed 35900000 documents Indexed 36000000 documents Indexed 36100000 documents Indexed 36200000 documents Indexed 36300000 documents Indexed 36400000 documents Indexed 36500000 documents Indexed 36600000 documents Indexed 36700000 documents Indexed 36800000 documents Indexed 36900000 documents Indexed 37000000 documents Indexed 37100000 documents Indexed 37200000 documents Indexed 37300000 documents Indexed 37400000 documents Indexed 37500000 documents Indexed 37600000 documents Indexed 37700000 documents Indexed 37800000 documents Indexed 37900000 documents Indexed 38000000 documents Indexed 38100000 documents Indexed 38200000 documents Indexed 38300000 documents Indexed 38400000 documents Indexed 38500000 documents Indexed 38600000 documents Indexed 38700000 documents Indexed 38800000 documents Indexed 38900000 documents Indexed 39000000 documents Indexed 39100000 documents Indexed 39200000 documents Indexed 39300000 documents Indexed 39400000 documents Indexed 39500000 documents Indexed 39600000 documents Indexed 39700000 documents Indexed 39800000 documents Indexed 39900000 documents Indexed 40000000 documents Indexed 40100000 documents Indexed 40200000 documents Indexed 40300000 documents Indexed 40400000 documents Indexed 40500000 documents Indexed 40600000 documents Indexed 40700000 documents Indexed 40800000 documents Indexed 40900000 documents Indexed 41000000 documents Indexed 41100000 documents Indexed 41200000 documents Indexed 41300000 documents Indexed 41400000 documents Indexed 41500000 documents Indexed 41600000 documents Indexed 41700000 documents Indexed 41800000 documents Indexed 41900000 documents Indexed 42000000 documents Indexed 42100000 documents Indexed 42200000 documents Indexed 42300000 documents Indexed 42400000 documents Indexed 42500000 documents Indexed 42600000 documents Indexed 42700000 documents Indexed 42800000 documents Indexed 42900000 documents Indexed 43000000 documents Indexed 43100000 documents Indexed 43200000 documents Indexed 43300000 documents Indexed 43400000 documents Indexed 43500000 documents Indexed 43600000 documents Indexed 43700000 documents Indexed 43800000 documents Indexed 43900000 documents Indexed 44000000 documents Indexed 44100000 documents Indexed 44200000 documents Indexed 44300000 documents Indexed 44400000 documents Indexed 44500000 documents Indexed 44600000 documents Indexed 44700000 documents Indexed 44800000 documents Indexed 44900000 documents Indexed 45000000 documents Indexed 45100000 documents Indexed 45200000 documents Indexed 45300000 documents Indexed 45400000 documents Indexed 45500000 documents Indexed 45600000 documents Indexed 45700000 documents Indexed 45800000 documents Indexed 45900000 documents Indexed 46000000 documents Indexed 46100000 documents Indexed 46200000 documents Indexed 46300000 documents Indexed 46400000 documents Indexed 46500000 documents Indexed 46600000 documents Indexed 46700000 documents Indexed 46800000 documents Indexed 46900000 documents Indexed 47000000 documents Indexed 47100000 documents Indexed 47200000 documents Indexed 47300000 documents Indexed 47400000 documents Indexed 47500000 documents Indexed 47600000 documents Indexed 47700000 documents Indexed 47800000 documents Indexed 47900000 documents Indexed 48000000 documents Indexed 48100000 documents Indexed 48200000 documents Indexed 48300000 documents Indexed 48400000 documents Indexed 48500000 documents Indexed 48600000 documents Indexed 48700000 documents Indexed 48800000 documents Indexed 48900000 documents Indexed 49000000 documents Indexed 49100000 documents Indexed 49200000 documents Indexed 49300000 documents Indexed 49400000 documents Indexed 49500000 documents Indexed 49600000 documents Indexed 49700000 documents Indexed 49800000 documents Indexed 49900000 documents Indexed 50000000 documents Indexed 50100000 documents Indexed 50200000 documents Indexed 50300000 documents Indexed 50400000 documents Indexed 50500000 documents Indexed 50600000 documents Indexed 50700000 documents Indexed 50800000 documents Indexed 50900000 documents Indexed 51000000 documents Indexed 51100000 documents Indexed 51200000 documents Indexed 51300000 documents Indexed 51400000 documents Indexed 51500000 documents Indexed 51600000 documents Indexed 51700000 documents Indexed 51800000 documents Indexed 51900000 documents Indexed 52000000 documents Indexed 52100000 documents Indexed 52200000 documents Indexed 52300000 documents Indexed 52400000 documents Indexed 52500000 documents Indexed 52600000 documents Indexed 52700000 documents Indexed 52800000 documents Indexed 52900000 documents Indexed 53000000 documents Indexed 53100000 documents Indexed 53200000 documents Indexed 53300000 documents Indexed 53400000 documents Indexed 53500000 documents Indexed 53600000 documents Indexed 53700000 documents Indexed 53800000 documents Indexed 53900000 documents Indexed 54000000 documents Indexed 54100000 documents Indexed 54200000 documents Indexed 54300000 documents Indexed 54400000 documents Indexed 54500000 documents Indexed 54600000 documents Indexed 54700000 documents Indexed 54800000 documents Indexed 54900000 documents Indexed 55000000 documents Indexed 55100000 documents Indexed 55200000 documents Indexed 55300000 documents Indexed 55400000 documents Indexed 55500000 documents Indexed 55600000 documents Indexed 55700000 documents Indexed 55800000 documents Indexed 55900000 documents Indexed 56000000 documents Indexed 56100000 documents Indexed 56200000 documents Indexed 56300000 documents Indexed 56400000 documents Indexed 56500000 documents Indexed 56600000 documents Indexed 56700000 documents Indexed 56800000 documents Indexed 56900000 documents Indexed 57000000 documents Indexed 57100000 documents Indexed 57200000 documents Indexed 57300000 documents Indexed 57400000 documents Indexed 57500000 documents Indexed 57600000 documents Indexed 57700000 documents Indexed 57800000 documents Indexed 57900000 documents Indexed 58000000 documents Indexed 58100000 documents Indexed 58200000 documents Indexed 58300000 documents Indexed 58400000 documents Indexed 58500000 documents Indexed 58600000 documents Indexed 58700000 documents Indexed 58800000 documents Indexed 58900000 documents Indexed 59000000 documents Indexed 59100000 documents Indexed 59200000 documents Indexed 59300000 documents Indexed 59400000 documents Indexed 59500000 documents Indexed 59600000 documents Indexed 59700000 documents Indexed 59800000 documents Indexed 59900000 documents RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/facet/build/libs/lucene-facet-11.0.0-SNAPSHOT.jar:build perf.facets.BenchmarkFacets /l/indices/nad-facets-nightly 30, cwd=/l/util.nightly Total time creating FastTaxonomyCounts: 1517.1484477333333 ms Total time creating SSDVFacetCounts: 3045.666598800001 ms Total time taken to get all dims for taxonomy: 0.1267920333333334 ms Total time taken to get all dims for SSDV: 0.07836766666666668 ms Total time to get top dims for taxonomy: 0.03598519999999999 ms Total time to get top dims for SSDV: 0.03297250000000001 ms Total time to get top "address.taxonomy/TX" children: 0.13209303333333336 ms Total time to get top "address.sortedset/TX" children: 0.19899279999999997 ms Total time to get all "address.taxonomy/TX" children: 0.14327253333333337 ms Total time to get all "address.sortedset/TX" children: 0.6113865666666667 ms Done: took 3530.54 seconds, saved to /l/logs.nightly/2026.05.05.21.34.55/nad-facet-benchmark.pk [2026-05-05 22:51:17.187138] done run NAD facets benchmark [2026-05-05 22:51:17.830674] now run KNN benchmark Lucene HEAD git revision at /l/trunk.nightly: 288a65f5cdc4871d6a4c7ceb1e051acae1010d8b dirty?=False luceneutil HEAD git revision at /l/util.nightly: 2ee39e9e4e2a376d0f050aedd44613ca3f67530d dirty?=False compile Lucene jars at /l/trunk.nightly Starting a Gradle Daemon (subsequent builds will be faster) > Task :build-infra:compileJava UP-TO-DATE > Task :build-infra:pluginDescriptors UP-TO-DATE > Task :build-infra:processResources UP-TO-DATE > Task :build-infra:classes UP-TO-DATE > Task :build-infra:jar UP-TO-DATE The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. The eclint tool location is not set ('lucene.tool.eclint' option), will not apply eclint checks. > Task :errorProneSkipped SKIPPED > Task :build-tools:build-infra-shadow:pluginDescriptors UP-TO-DATE > Task :lucene:queries:processResources NO-SOURCE > Task :lucene:facet:processResources NO-SOURCE > Task :build-tools:missing-doclet:processResources NO-SOURCE > Task :lucene:memory:processResources NO-SOURCE > Task :lucene:highlighter: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:queryparser:processResources UP-TO-DATE > Task :lucene:core:processResources UP-TO-DATE > Task :lucene:benchmark:processResources NO-SOURCE > Task :lucene:analysis.tests:compileJava NO-SOURCE > Task :lucene:benchmark-jmh:processResources NO-SOURCE > Task :lucene:grouping:processResources NO-SOURCE > Task :lucene:analysis:phonetic:processResources UP-TO-DATE > Task :lucene:expressions:processResources UP-TO-DATE > Task :lucene:analysis.tests:classes 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:classification: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:misc:processResources NO-SOURCE > 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:kuromoji:processResources UP-TO-DATE > Task :lucene:analysis:smartcn:processResources UP-TO-DATE > Task :build-tools:missing-doclet:jar UP-TO-DATE > Task :lucene:monitor:processResources NO-SOURCE > Task :lucene:analysis:nori:processResources UP-TO-DATE > Task :lucene:analysis:opennlp:processResources UP-TO-DATE > Task :lucene:luke:processResources UP-TO-DATE > Task :lucene:analysis:stempel:processResources UP-TO-DATE > Task :lucene:distribution.tests:jar UP-TO-DATE > Task :lucene:analysis.tests:jar UP-TO-DATE > Task :lucene:replicator:processResources NO-SOURCE > Task :lucene:spatial-test-fixtures:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:compileJava NO-SOURCE > Task :lucene:analysis:morfologik.tests:processResources NO-SOURCE > Task :lucene:analysis:morfologik.tests:classes UP-TO-DATE > Task :lucene:core.tests:compileJava UP-TO-DATE > Task :lucene:test-framework:processResources UP-TO-DATE > Task :lucene:core.tests:processResources NO-SOURCE > Task :lucene:core.tests:classes UP-TO-DATE > Task :lucene:analysis:morfologik.tests:jar UP-TO-DATE > Task :lucene:core.tests:jar UP-TO-DATE > Task :build-tools:build-infra-shadow:compileJava UP-TO-DATE > Task :build-tools:build-infra-shadow:processResources NO-SOURCE > Task :build-tools:build-infra-shadow:classes UP-TO-DATE > Task :build-tools:build-infra-shadow:jar UP-TO-DATE > Task :lucene:core:compileJava UP-TO-DATE > Task :lucene:core:classes UP-TO-DATE > Task :lucene:core:compileMain25Java UP-TO-DATE > Task :lucene:core:processMain25Resources NO-SOURCE > Task :lucene:core:main25Classes UP-TO-DATE > Task :lucene:core:jar UP-TO-DATE > Task :lucene:replicator:compileJava UP-TO-DATE > Task :lucene:memory:compileJava UP-TO-DATE > Task :lucene:replicator:classes UP-TO-DATE > Task :lucene:memory:classes UP-TO-DATE > Task :lucene:memory:jar UP-TO-DATE > Task :lucene:replicator:jar UP-TO-DATE > Task :lucene:misc:compileJava UP-TO-DATE > Task :lucene:misc:classes UP-TO-DATE > Task :lucene:join:compileJava UP-TO-DATE > Task :lucene:join:classes UP-TO-DATE > Task :lucene:facet:compileJava UP-TO-DATE > Task :lucene:facet:classes UP-TO-DATE > Task :lucene:misc:jar UP-TO-DATE > Task :lucene:join: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:facet:jar UP-TO-DATE > Task :lucene:codecs:jar UP-TO-DATE > Task :lucene:spatial3d:jar UP-TO-DATE > Task :lucene:backward-codecs:compileJava UP-TO-DATE > Task :lucene:backward-codecs:classes UP-TO-DATE > Task :lucene:queries:compileJava UP-TO-DATE > Task :lucene:queries:classes UP-TO-DATE > Task :lucene:backward-codecs:jar UP-TO-DATE > Task :lucene:expressions:compileJava UP-TO-DATE > Task :lucene:expressions:classes UP-TO-DATE > Task :lucene:queries:jar UP-TO-DATE > Task :lucene:expressions:jar UP-TO-DATE > Task :lucene:spatial-extras:compileJava UP-TO-DATE > Task :lucene:spatial-extras:classes UP-TO-DATE > Task :lucene:grouping:compileJava UP-TO-DATE > Task :lucene:grouping:classes UP-TO-DATE > Task :lucene:spatial-extras:jar UP-TO-DATE > Task :lucene:grouping:jar UP-TO-DATE > Task :lucene:highlighter:compileJava UP-TO-DATE > Task :lucene:highlighter:classes UP-TO-DATE > Task :lucene:highlighter:jar UP-TO-DATE > Task :lucene:classification:compileJava UP-TO-DATE > Task :lucene:classification:classes UP-TO-DATE > Task :lucene:sandbox:compileJava UP-TO-DATE > Task :lucene:sandbox:classes UP-TO-DATE > Task :lucene:classification:jar UP-TO-DATE > Task :lucene:sandbox:jar UP-TO-DATE > Task :lucene:analysis:common:compileJava UP-TO-DATE > Task :lucene:analysis:common:classes UP-TO-DATE > Task :lucene: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:morfologik:compileJava UP-TO-DATE > Task :lucene:analysis:icu:classes UP-TO-DATE > Task :lucene:analysis:morfologik:classes UP-TO-DATE > Task :lucene:analysis:smartcn:compileJava UP-TO-DATE > Task :lucene:analysis:smartcn:classes UP-TO-DATE > Task :lucene:analysis:opennlp:compileJava UP-TO-DATE > Task :lucene:analysis:opennlp:classes UP-TO-DATE > Task :lucene:analysis:stempel:compileJava UP-TO-DATE > Task :lucene:analysis:stempel:classes UP-TO-DATE > Task :lucene:analysis:phonetic:jar UP-TO-DATE > Task :lucene:analysis:morfologik:jar UP-TO-DATE > Task :lucene:analysis:icu:jar UP-TO-DATE > Task :lucene:analysis:smartcn:jar UP-TO-DATE > Task :lucene:analysis:opennlp:jar UP-TO-DATE > Task :lucene:analysis:nori:compileJava UP-TO-DATE > Task :lucene:analysis:nori:classes UP-TO-DATE > Task :lucene:analysis:stempel:jar UP-TO-DATE > Task :lucene:monitor:compileJava UP-TO-DATE > Task :lucene:monitor:classes UP-TO-DATE > Task :lucene:suggest:compileJava UP-TO-DATE > Task :lucene:suggest:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:compileJava UP-TO-DATE > Task :lucene:analysis:kuromoji:classes UP-TO-DATE > Task :lucene:spatial-test-fixtures:classes UP-TO-DATE > Task :lucene:monitor:jar UP-TO-DATE > Task :lucene:queryparser:compileJava UP-TO-DATE > Task :lucene:analysis:nori:jar UP-TO-DATE > Task :lucene:benchmark-jmh:compileJava UP-TO-DATE > Task :lucene:queryparser:classes UP-TO-DATE > Task :lucene:benchmark-jmh:classes UP-TO-DATE > Task :lucene:suggest:jar UP-TO-DATE > Task :lucene:spatial-test-fixtures:jar UP-TO-DATE > Task :lucene:analysis:kuromoji:jar 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 5s 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.73 GB available RAM: 243.26 GB used RAM: 8.46 GB dirty RAM: 3.07 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.9s smell: 200/2000 ( 10%) 2.9s smell: 300/2000 ( 15%) 2.9s smell: 400/2000 ( 20%) 2.9s smell: 500/2000 ( 25%) 2.9s smell: 600/2000 ( 30%) 2.9s smell: 700/2000 ( 35%) 2.9s smell: 800/2000 ( 40%) 2.9s smell: 900/2000 ( 45%) 2.9s smell: 1000/2000 ( 50%) 2.9s smell: 1100/2000 ( 55%) 2.9s smell: 1200/2000 ( 60%) 2.9s smell: 1300/2000 ( 65%) 2.9s smell: 1400/2000 ( 70%) 2.9s smell: 1500/2000 ( 75%) 2.9s smell: 1600/2000 ( 80%) 2.9s smell: 1700/2000 ( 85%) 2.9s smell: 1800/2000 ( 90%) 2.9s smell: 1900/2000 ( 95%) 3.0s smell: 2000/2000 (100%) 3.0s smell: 3 degenerate dim(s) found in 3.2s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▂▆█▇▅▂ ] dim 0585 μ= -0.034 σ= 0.049 zeros= 0% [ ▁▃▆██████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0494, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ ▁▄▆█▆▃ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▂▅██████▇▃▁ ] -> OUTLIER_SPREAD: this_std=0.0478, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▂▄██▇▃ ] dim 0971 μ= +0.015 σ= 0.048 zeros= 0% [ ▁▂▅██████▇▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0484, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▂█▅ ] dim 0000 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▄█▄ ] dim 0001 μ= +0.019 σ= 0.026 zeros= 0% [ ▂▅███▅▁ ] [ ▃██▄ ] dim 0002 μ= -0.008 σ= 0.034 zeros= 0% [ ▂▅████▆▂▁ ] [ ▅█▆ ] dim 0003 μ= +0.022 σ= 0.028 zeros= 0% [ ▂▅███▇▂ ] [ ▃█▅ ] dim 0004 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▂▇█▅ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▄████▆▂▁ ] [ ▂█▃ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ██ ] dim 0007 μ= -0.031 σ= 0.021 zeros= 0% [ ▁▇██▇▁ ] [ ▁█▄ ] dim 0008 μ= -0.018 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▃█▇▂ ] dim 0009 μ= +0.008 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▁▇█▄ ] dim 0010 μ= +0.014 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▄▇█▃ ] dim 0011 μ= -0.012 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▆█ ] dim 0012 μ= +0.012 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▇█ ] dim 0013 μ= -0.010 σ= 0.022 zeros= 0% [ ▁▆███▁ ] [ ▅█▇▃ ] dim 0014 μ= +0.007 σ= 0.035 zeros= 0% [ ▁▂▇████▆▂▁ ] [ ▂█▂ ] dim 0015 μ= -0.001 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█▃ ] dim 0016 μ= +0.000 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▁▆█▅ ] dim 0017 μ= +0.015 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃██▄ ] dim 0018 μ= +0.012 σ= 0.038 zeros= 0% [ ▁▃▇████▇▄▁ ] [ ▄██▁ ] dim 0019 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▂ ] dim 0020 μ= +0.013 σ= 0.024 zeros= 0% [ ▂▆███▂ ] [ ▇█ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▂▇██▇▂ ] [ ██▅▁ ] dim 0022 μ= +0.002 σ= 0.035 zeros= 0% [ ▁▃█████▄▂ ] [ ▆▇█▅▂ ] dim 0023 μ= -0.006 σ= 0.046 zeros= 0% [ ▁▂▄██████▇▄▁ ] [ ▁██▅ ] dim 0024 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▅████▇▂▁ ] [ ▄█▃ ] dim 0025 μ= +0.018 σ= 0.028 zeros= 0% [ ▂▆███▆▁ ] [ ▁█▅ ] dim 0026 μ= +0.026 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▁▆█▃ ] dim 0027 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▇▂ ] dim 0028 μ= +0.027 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▄ ] dim 0029 μ= -0.000 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▆█▁ ] dim 0030 μ= -0.009 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ █▆ ] dim 0031 μ= -0.013 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▃▇█▄ ] dim 0032 μ= +0.029 σ= 0.035 zeros= 0% [ ▁▃▆████▆▂▁ ] [ ▁▇█▁ ] dim 0033 μ= +0.030 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▂ ] dim 0034 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▃██▃ ] dim 0035 μ= +0.009 σ= 0.032 zeros= 0% [ ▂▅████▅▂ ] [ █▂ ] dim 0036 μ= +0.001 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▇█▁ ] dim 0037 μ= -0.027 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▃█▃ ] dim 0038 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▆█▃ ] dim 0039 μ= +0.034 σ= 0.028 zeros= 0% [ ▁▂████▄▁ ] [ ▁█▇▅ ] dim 0040 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▂▅████▇▂▁ ] [ █▃ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▆██▃ ] [ ▃█▆ ] dim 0042 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ██▃ ] dim 0043 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▇█▅ ] dim 0044 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂ ] [ ▄█▂ ] dim 0045 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▆█ ] dim 0046 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▃█▇▁ ] dim 0047 μ= +0.005 σ= 0.030 zeros= 0% [ ▁▂▆████▃▁ ] [ ▄▇█▄ ] dim 0048 μ= +0.010 σ= 0.039 zeros= 0% [ ▁▃█████▇▃▂ ] [ ▄█▅ ] dim 0049 μ= +0.022 σ= 0.029 zeros= 0% [ ▂▅███▇▃ ] [ ▆█▃ ] dim 0050 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▄ ] dim 0051 μ= -0.001 σ= 0.030 zeros= 0% [ ▂▆███▅▂ ] [ █▃ ] dim 0052 μ= +0.005 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▄█▂ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▁ ] dim 0054 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▅█▂ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▅█▆ ] dim 0056 μ= +0.018 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▁▆█▄ ] dim 0057 μ= +0.014 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▃▇█▃ ] dim 0058 μ= +0.011 σ= 0.032 zeros= 0% [ ▂▅████▆▂ ] [ ▂█▇▁ ] dim 0059 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ █▆ ] dim 0060 μ= +0.009 σ= 0.012 zeros= 0% [ ▂██▁ ] [ ▄█▇ ] dim 0061 μ= -0.015 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▃▇█▃ ] dim 0062 μ= -0.031 σ= 0.034 zeros= 0% [ ▂▇████▅▂▁ ] [ ▄█▃ ] dim 0063 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃██▃ ] dim 0064 μ= -0.011 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▄█▇ ] dim 0065 μ= +0.004 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▇█ ] dim 0066 μ= +0.010 σ= 0.022 zeros= 0% [ ▁▇██▇▂ ] [ ▃▆█▇ ] dim 0067 μ= -0.005 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▆█▁ ] dim 0068 μ= +0.011 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▄█ ] dim 0069 μ= +0.014 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▇█▁ ] dim 0070 μ= -0.010 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃█▇▂ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▅█ ] dim 0072 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ █▅ ] dim 0073 μ= +0.007 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▂██▃ ] dim 0074 μ= -0.012 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▇█▃ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▄█▂ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▃▇█▅ ] dim 0077 μ= -0.009 σ= 0.040 zeros= 0% [ ▁▄▇█████▃▁ ] [ ▄█▁ ] dim 0078 μ= +0.014 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ██▁ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ █▇ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▄██▂ ] [ ▇█▁ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▂▇█▅ ] dim 0082 μ= +0.014 σ= 0.038 zeros= 0% [ ▁▂▆████▇▃▂ ] [ ▇█▂ ] dim 0083 μ= +0.014 σ= 0.024 zeros= 0% [ ▂▆███▃ ] [ ▃█▇▅ ] dim 0084 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▅████▇▂ ] [ ▆█▃ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▅█▆ ] dim 0086 μ= -0.018 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ██▁ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▂██▁ ] dim 0088 μ= -0.009 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▅█▅ ] dim 0089 μ= +0.022 σ= 0.031 zeros= 0% [ ▂▇████▄▁ ] [ ▆██▃ ] dim 0090 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▄█████▅▁ ] [ ▇█ ] dim 0091 μ= +0.032 σ= 0.021 zeros= 0% [ ▁▅██▇▂ ] [ ▂██▅ ] dim 0092 μ= +0.034 σ= 0.033 zeros= 0% [ ▂▄████▇▃▁ ] [ ▂▇█▅ ] dim 0093 μ= -0.005 σ= 0.035 zeros= 0% [ ▁▂▄████▇▃▁ ] [ ▅██ ] dim 0094 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▆███▇▂ ] [ █▆ ] dim 0095 μ= -0.012 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▄█▇▁ ] dim 0096 μ= +0.006 σ= 0.032 zeros= 0% [ ▁▂▆████▄▂ ] [ ▅█▂ ] dim 0097 μ= -0.004 σ= 0.024 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.022 σ= 0.022 zeros= 0% [ ▁▃███▃ ] [ ██▂ ] dim 0102 μ= -0.009 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▁█▆ ] dim 0103 μ= +0.007 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ ▆█▂ ] dim 0104 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▃██▁ ] dim 0105 μ= +0.007 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▇▂ ] dim 0106 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▁ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▅█▆▁ ] dim 0108 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ █▇ ] dim 0109 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ █▆ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▂▇██▅▁ ] [ ▁█▄ ] dim 0111 μ= +0.023 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▂██ ] dim 0112 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ █▄ ] dim 0113 μ= -0.015 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▃▆█▆ ] dim 0114 μ= -0.007 σ= 0.037 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▂█▅▁ ] dim 0115 μ= -0.014 σ= 0.034 zeros= 0% [ ▁▂▆████▄▂ ] [ █▆ ] dim 0116 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▆██▄ ] [ ▃█ ] dim 0117 μ= -0.006 σ= 0.017 zeros= 0% [ ▂██▅ ] [ ▃██▂ ] dim 0118 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▂██▁ ] dim 0119 μ= -0.012 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▃█▇▃ ] dim 0120 μ= -0.032 σ= 0.038 zeros= 0% [ ▁▃█████▇▂▁ ] [ ██▂ ] dim 0121 μ= +0.013 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁█ ] dim 0122 μ= -0.003 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▃█▅ ] dim 0123 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▅ ] dim 0124 μ= -0.015 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▄█▆▇▃ ] dim 0125 μ= -0.004 σ= 0.045 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.008 σ= 0.039 zeros= 0% [ ▁▃▆████▇▄▂ ] [ ▆█▁ ] dim 0130 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▇███▃ ] [ ▆█▄ ] dim 0131 μ= -0.002 σ= 0.028 zeros= 0% [ ▂▇███▅▂ ] [ ▂█▇ ] dim 0132 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ██ ] dim 0133 μ= +0.008 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▃█▅ ] dim 0134 μ= +0.022 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ██▇ ] dim 0135 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▄█████▂ ] [ ▄▅█▄ ] dim 0136 μ= +0.009 σ= 0.041 zeros= 0% [ ▂▄██████▄▁ ] [ ▅█▅ ] dim 0137 μ= -0.022 σ= 0.028 zeros= 0% [ ▂▇███▆▁ ] [ ▅█▂ ] dim 0138 μ= +0.035 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▃██▁ ] dim 0139 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ █▅ ] dim 0140 μ= +0.006 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ ▁█▇ ] dim 0141 μ= +0.006 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ █▆ ] dim 0142 μ= +0.009 σ= 0.015 zeros= 0% [ ▃██▃ ] [ ▄█▄ ] dim 0143 μ= +0.000 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▅█▆▄ ] dim 0144 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂ ] [ ▁█▃ ] dim 0145 μ= -0.018 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▂▆█▆ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▄██▁ ] dim 0147 μ= +0.024 σ= 0.028 zeros= 0% [ ▂▆████▃ ] [ ▂█ ] dim 0148 μ= -0.003 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▁█▅ ] dim 0149 μ= -0.014 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▃▇█▄ ] dim 0150 μ= -0.012 σ= 0.035 zeros= 0% [ ▁▂▇████▆▂ ] [ ▃▇█▅ ] dim 0151 μ= +0.011 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ █▃ ] dim 0152 μ= +0.024 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▂▇█▄ ] dim 0153 μ= -0.027 σ= 0.029 zeros= 0% [ ▁▄████▆▁ ] [ ▁█▇▃ ] dim 0154 μ= -0.008 σ= 0.035 zeros= 0% [ ▂▅████▆▃▁ ] [ █▇ ] dim 0155 μ= +0.008 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▆█▅ ] dim 0156 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃████▇▃▁ ] [ ▇█▁ ] dim 0157 μ= -0.008 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▅█ ] dim 0158 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▁▇█▇ ] dim 0159 μ= -0.002 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█▃ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▂▅███▅▁ ] [ ▂▅█▃ ] dim 0161 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▅█▃ ] dim 0162 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▃█▅ ] dim 0163 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▁▅█▃ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▃████▅▁ ] [ ▁█▅ ] dim 0165 μ= -0.012 σ= 0.026 zeros= 0% [ ▄████▃ ] [ ▂▇█▃ ] dim 0166 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▅█ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▃██▅ ] [ █▂ ] dim 0168 μ= +0.003 σ= 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.013 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ █▂ ] dim 0176 μ= +0.001 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▁▇█▂ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▂█▄ ] dim 0178 μ= +0.023 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▇█▄ ] dim 0179 μ= -0.020 σ= 0.032 zeros= 0% [ ▃▇████▃▁ ] [ ▁█▇ ] dim 0180 μ= +0.009 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▅█▃ ] dim 0181 μ= -0.001 σ= 0.027 zeros= 0% [ ▁▅███▅▂ ] [ ▁▆█▂ ] dim 0182 μ= -0.029 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▂█▇▅▃ ] dim 0183 μ= -0.004 σ= 0.044 zeros= 0% [ ▂▄▇█████▆▃▁▁ ] [ ▄██▄ ] dim 0184 μ= +0.007 σ= 0.033 zeros= 0% [ ▁▃▇████▅▂ ] [ ▄█▅ ] dim 0185 μ= -0.018 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▄█ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▁█▄ ] dim 0187 μ= +0.004 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▆█ ] dim 0188 μ= +0.034 σ= 0.019 zeros= 0% [ ▄███▁ ] [ ▄▇█▆▂ ] dim 0189 μ= +0.017 σ= 0.041 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ ▄██▄ ] dim 0190 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▂█▇▄ ] dim 0191 μ= -0.004 σ= 0.037 zeros= 0% [ ▂▅█████▄▁ ] [ ▅█▄ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▇███▆▂ ] [ ▄█▅ ] dim 0193 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▇███▇▄▁ ] [ ▃▇█▂ ] dim 0194 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▂█▇ ] dim 0195 μ= +0.027 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▂█▇ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ █▄ ] dim 0197 μ= -0.014 σ= 0.016 zeros= 0% [ ▅██▂ ] [ ▂█▅ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▄█▄ ] dim 0199 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▄█▆▁ ] dim 0200 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▇█ ] dim 0201 μ= -0.009 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▁█▂ ] dim 0202 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▁█▇▁ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▄ ] dim 0204 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▅█▁ ] dim 0205 μ= +0.014 σ= 0.025 zeros= 0% [ ▂▆███▃ ] [ ▂█▆ ] dim 0206 μ= +0.005 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▃▇█▅ ] dim 0207 μ= +0.011 σ= 0.033 zeros= 0% [ ▂▅████▆▂ ] [ ▇█ ] dim 0208 μ= -0.028 σ= 0.019 zeros= 0% [ ▅██▇▁ ] [ ▃█▂ ] dim 0209 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ██ ] dim 0210 μ= -0.009 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▅█▆ ] dim 0211 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▂▆█▅ ] dim 0212 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▄█▄ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁▅█▅ ] dim 0214 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▄████▇▂▁ ] [ ▆█▄ ] dim 0215 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▇█▂ ] dim 0216 μ= -0.008 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▆█▇▁ ] dim 0217 μ= +0.002 σ= 0.032 zeros= 0% [ ▃▇████▃▁ ] [ █ ] dim 0218 μ= -0.000 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂█▇ ] dim 0219 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▃█▆ ] dim 0220 μ= +0.023 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ▇█▁ ] dim 0221 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▄ ] dim 0222 μ= -0.002 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ █▇ ] dim 0223 μ= +0.007 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▆█▅ ] dim 0224 μ= +0.017 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▁▇█▂ ] dim 0225 μ= -0.009 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▅ ] dim 0226 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▃██▂ ] dim 0227 μ= -0.033 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▃██▆▁ ] dim 0228 μ= +0.037 σ= 0.039 zeros= 0% [ ▁▂▆█████▆▂▁ ] [ ▃█▇ ] dim 0229 μ= +0.003 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▇ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▁█▅ ] dim 0231 μ= -0.017 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▁█▆ ] dim 0232 μ= +0.029 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▇█ ] dim 0233 μ= -0.029 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▅█▆ ] dim 0234 μ= +0.040 σ= 0.030 zeros= 0% [ ▃▇████▂ ] [ ▁█▄ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁▆█▆▁ ] dim 0236 μ= +0.021 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ ▆█ ] dim 0237 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂▇█▂ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▅ ] dim 0239 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ ▆█▂ ] dim 0240 μ= +0.015 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ ▄█▇▃ ] dim 0241 μ= +0.028 σ= 0.040 zeros= 0% [ ▁▄██████▃▁ ] [ ▁█▅ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▅█ ] dim 0243 μ= -0.007 σ= 0.020 zeros= 0% [ ▁▄██▇▂ ] [ ▂▇█▃ ] dim 0244 μ= -0.009 σ= 0.035 zeros= 0% [ ▂▅████▆▂▁ ] [ ▄█▅ ] dim 0245 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ █▃ ] dim 0246 μ= -0.017 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▆█▆▁ ] dim 0247 μ= -0.038 σ= 0.036 zeros= 0% [ ▁▃█████▄▂▁ ] [ ▃█▇▃ ] dim 0248 μ= +0.011 σ= 0.035 zeros= 0% [ ▁▂▆████▆▃▁ ] [ ▅█▆ ] dim 0249 μ= -0.020 σ= 0.032 zeros= 0% [ ▃▇████▃▁ ] [ ▂█▄ ] dim 0250 μ= +0.001 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ █▁ ] dim 0251 μ= +0.023 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▅█▁ ] dim 0252 μ= -0.005 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▂█▆ ] dim 0253 μ= -0.015 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▄█▇ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [ ▁▅████▂ ] [ ▄▇█▅ ] dim 0255 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▃█████▇▃ ] [ ▁▆██▄ ] dim 0256 μ= -0.013 σ= 0.045 zeros= 0% [ ▁▃▄██████▄▂▁ ] [ ▅█▄ ] dim 0257 μ= -0.001 σ= 0.030 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▄█▃ ] dim 0258 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ █▄ ] dim 0259 μ= +0.004 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▅█▅ ] dim 0260 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ █ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▁███▁ ] [ █▆ ] dim 0262 μ= +0.028 σ= 0.019 zeros= 0% [ ▁▆██▅ ] [ ▇█ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▅██▅▁ ] [ ▃█▇▁ ] dim 0264 μ= -0.013 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ █▇▁ ] dim 0265 μ= -0.010 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▂█▅ ] dim 0266 μ= +0.003 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▇█ ] dim 0267 μ= +0.010 σ= 0.018 zeros= 0% [ ▁▅██▅▁ ] [ ▁▆█▇▃ ] dim 0268 μ= +0.024 σ= 0.038 zeros= 0% [ ▂▄█████▆▃▁ ] [ ▄█▆ ] dim 0269 μ= +0.003 σ= 0.029 zeros= 0% [ ▂▆███▇▂▁ ] [ ▅█▅ ] dim 0270 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▇█▃ ] dim 0271 μ= -0.007 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▇█ ] dim 0272 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▆██▆ ] dim 0273 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▃█▇▂ ] dim 0274 μ= +0.008 σ= 0.033 zeros= 0% [ ▂▆████▆▂ ] [ ▄█▅ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▁▆███▆▂ ] [ ▇█ ] dim 0276 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▃█▆ ] dim 0277 μ= +0.005 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ██▁ ] dim 0278 μ= -0.009 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▁▇█▆▁ ] dim 0279 μ= +0.018 σ= 0.034 zeros= 0% [ ▂▄█████▃▁ ] [ █▆ ] dim 0280 μ= +0.025 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▂█▅ ] dim 0281 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▄███▇▁ ] [ █▅ ] dim 0282 μ= +0.006 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▂██▃ ] dim 0283 μ= -0.007 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▆ ] dim 0284 μ= -0.052 σ= 0.032 zeros= 0% [ ▂▅████▄▂ ] [ ▃█▇▁ ] dim 0285 μ= +0.008 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▂▇█▄ ] dim 0286 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▅████▆▂ ] [ ▁█▄ ] dim 0287 μ= +0.005 σ= 0.021 zeros= 0% [ ▁███▅▁ ] [ ▁▆██▄ ] dim 0288 μ= -0.012 σ= 0.044 zeros= 0% [ ▁▂▄██████▅▂▁ ] [ ▁▇█ ] dim 0289 μ= +0.010 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▃▆█▅ ] dim 0290 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▂▅████▇▃▁ ] [ █▃ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▄█▆▂ ] dim 0292 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▃▆████▄▂ ] [ ▁█▂ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▃ ] dim 0294 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ █ ] dim 0295 μ= -0.001 σ= 0.013 zeros= 0% [ ▇█▆ ] [ ▃█▄ ] dim 0296 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▃█ ] dim 0297 μ= -0.005 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▇█ ] dim 0298 μ= -0.009 σ= 0.024 zeros= 0% [ ▂▇██▇▂ ] [ ▄█▅ ] dim 0299 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▄█▅ ] dim 0300 μ= -0.021 σ= 0.030 zeros= 0% [ ▁▂▇███▆▂ ] [ ▂██ ] dim 0301 μ= +0.008 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▄█▇▂ ] dim 0302 μ= +0.006 σ= 0.036 zeros= 0% [ ▁▃▆████▆▂ ] [ █▂ ] dim 0303 μ= -0.018 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▆█▅ ] dim 0304 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▂▆███▇▂▁ ] [ ▄▇█▂ ] dim 0305 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂ ] [ ▂▆█▄ ] dim 0306 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ▇█ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▃██▃ ] dim 0308 μ= +0.030 σ= 0.037 zeros= 0% [ ▁▃▆█████▃▁ ] [ ▅█▄ ] dim 0309 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆████▃ ] [ █ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ▅█▃ ] [ █▄ ] dim 0311 μ= +0.006 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▂▅█▆▁ ] dim 0312 μ= +0.017 σ= 0.036 zeros= 0% [ ▂▄█████▄▁ ] [ █▄ ] dim 0313 μ= +0.003 σ= 0.019 zeros= 0% [ ▂▇██▃ ] [ ▃█▇█▅ ] dim 0314 μ= +0.003 σ= 0.045 zeros= 0% [ ▂▂▆█████▇▄▂ ] [ ▂█▂ ] dim 0315 μ= -0.001 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▆█▃ ] dim 0316 μ= -0.025 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▄██▁ ] dim 0317 μ= -0.014 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▇█ ] dim 0318 μ= -0.010 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▃██▃ ] dim 0319 μ= +0.009 σ= 0.031 zeros= 0% [ ▂▅████▄▂ ] [ ▂█▇ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▄█ ] dim 0321 μ= -0.026 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▃██▃ ] dim 0322 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▁▆█▄ ] dim 0323 μ= +0.015 σ= 0.034 zeros= 0% [ ▁▅████▇▃▁ ] [ ▄█▁ ] dim 0324 μ= -0.023 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▃██▅ ] dim 0325 μ= +0.011 σ= 0.034 zeros= 0% [ ▁▂▆████▇▂▁ ] [ ▆█▁ ] dim 0326 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▃█▁ ] dim 0327 μ= -0.023 σ= 0.018 zeros= 0% [ ▂███▂ ] [ █ ] dim 0328 μ= +0.004 σ= 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.019 zeros= 0% [ ▁███▃ ] [ ▄█▄ ] dim 0333 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▁█ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▂█▆ ] dim 0335 μ= +0.004 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▅█▆ ] dim 0336 μ= -0.000 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▃█▆ ] dim 0337 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ █▆▂ ] dim 0338 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▆ ] dim 0339 μ= +0.006 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▅ ] dim 0340 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▄█▂ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▃█▅ ] dim 0342 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ █ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▆█▇▁ ] [ ▆█▂ ] dim 0344 μ= +0.014 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▆█▁ ] dim 0345 μ= +0.013 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▁█ ] dim 0346 μ= -0.003 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▁▅█▃ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▂▆█▃ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▁▆█▄ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▄█ ] dim 0350 μ= +0.014 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▅█▅ ] dim 0351 μ= +0.018 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▄█▇▁ ] dim 0352 μ= +0.006 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▇ ] dim 0353 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▂▆█▃ ] dim 0354 μ= +0.014 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ▇█ ] dim 0355 μ= -0.011 σ= 0.021 zeros= 0% [ ▁███▇▂ ] [ ▂██▃ ] dim 0356 μ= +0.032 σ= 0.032 zeros= 0% [ ▁▁▅████▆▂ ] [ ▄█▃ ] dim 0357 μ= +0.017 σ= 0.026 zeros= 0% [ ▁▇███▅▁ ] [ █ ] dim 0358 μ= -0.002 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▃▇█▁ ] dim 0359 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▁██▂ ] dim 0360 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄████▄▁ ] [ ▅██▂ ] dim 0361 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▄█ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▄█▄ ] dim 0363 μ= +0.021 σ= 0.031 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▂▆█▂ ] dim 0364 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▄██▄ ] dim 0365 μ= +0.031 σ= 0.032 zeros= 0% [ ▁▅████▅▂▁ ] [ ▃█▂ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▃███▃ ] [ █▃ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▅█▁ ] dim 0368 μ= -0.006 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█ ] dim 0369 μ= +0.033 σ= 0.020 zeros= 0% [ ▅██▇▁ ] [ ▄█▁ ] dim 0370 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▆██▃ ] dim 0371 μ= +0.006 σ= 0.037 zeros= 0% [ ▁▄▇████▅▂▁ ] [ ▅█▅ ] dim 0372 μ= +0.021 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▁▇█▆ ] dim 0373 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▁█▄ ] dim 0374 μ= -0.018 σ= 0.021 zeros= 0% [ ▂███▃ ] [ ▃██▃ ] dim 0375 μ= +0.012 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ██ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▅██▄▁ ] [ ▆█▃ ] dim 0377 μ= -0.005 σ= 0.028 zeros= 0% [ ▂████▄▂ ] [ ▄█▄ ] dim 0378 μ= -0.003 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▅ ] dim 0379 μ= +0.004 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▄█▂ ] dim 0380 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ █▂ ] dim 0381 μ= +0.002 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▂█▇▂ ] dim 0382 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▅▁ ] dim 0383 μ= +0.024 σ= 0.034 zeros= 0% [ ▁▃▆████▄▁ ] [ ▁██▂ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▃████▃▁ ] [ ▃█▄ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▇█ ] dim 0386 μ= +0.010 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▇█ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▁▄█▇▅▁ ] dim 0388 μ= +0.011 σ= 0.043 zeros= 0% [ ▁▂▄██████▄▂▁ ] [ ▂██▂ ] dim 0389 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▆ ] dim 0390 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▃█▆ ] dim 0391 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆████▃ ] [ ▄█▆ ] dim 0392 μ= +0.020 σ= 0.026 zeros= 0% [ ▂▅███▆▁ ] [ ▅▇█▅ ] dim 0393 μ= -0.009 σ= 0.041 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.000 σ= 0.038 zeros= 0% [ ▁▂▄█████▄▂▁ ] [ █▅ ] dim 0399 μ= -0.013 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▂▆█▄▁ ] dim 0400 μ= -0.004 σ= 0.036 zeros= 0% [ ▂▅█████▄▁ ] [ ▅█▆ ] dim 0401 μ= -0.017 σ= 0.029 zeros= 0% [ ▂▅███▇▃▁ ] [ ▃█▄ ] dim 0402 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▄ ] dim 0403 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂█▄ ] dim 0404 μ= +0.003 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▆█▄ ] dim 0405 μ= +0.017 σ= 0.030 zeros= 0% [ ▂████▆▂ ] [ ▄█ ] dim 0406 μ= +0.015 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▆█ ] dim 0407 μ= +0.012 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▂█▅ ] dim 0408 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▁█▇▁ ] dim 0409 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▃█▆ ] dim 0410 μ= -0.018 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▅█▅ ] dim 0411 μ= +0.001 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ ▄█▆▁ ] dim 0412 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▁▄█████▅▂▁ ] [ ▆█ ] dim 0413 μ= -0.009 σ= 0.025 zeros= 0% [ ▂████▂▁ ] [ ▇█▁ ] dim 0414 μ= -0.009 σ= 0.026 zeros= 0% [ ▁▂████▃▁ ] [ ▆█ ] dim 0415 μ= -0.008 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂▅█▅▁ ] dim 0416 μ= -0.003 σ= 0.038 zeros= 0% [ ▂▆█████▅▂ ] [ ▁█▇▁ ] dim 0417 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▄ ] dim 0418 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▂█ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▄█▄▁ ] dim 0420 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▄▇████▄▁ ] [ ▅█▅ ] dim 0421 μ= -0.018 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▁▇█▂ ] dim 0422 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▁ ] dim 0423 μ= +0.014 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▅█▂ ] dim 0424 μ= +0.016 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▄▇█▃ ] dim 0425 μ= -0.012 σ= 0.039 zeros= 0% [ ▁▃█████▆▃▁ ] [ █ ] dim 0426 μ= +0.018 σ= 0.013 zeros= 0% [ ▇█▅ ] [ ▁▆█▆▂ ] dim 0427 μ= +0.003 σ= 0.037 zeros= 0% [ ▂▄█████▅▂▁ ] [ ▆█▇▁ ] dim 0428 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▁▄█████▄▂ ] [ ▆█ ] dim 0429 μ= +0.011 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▁██▁ ] dim 0430 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▁▇█▄ ] dim 0431 μ= +0.014 σ= 0.028 zeros= 0% [ ▁▂████▅▁ ] [ ▆█ ] dim 0432 μ= +0.011 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▃█▇▂ ] dim 0433 μ= -0.012 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▅ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ █▄ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▂▇█▄ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▅████▇▂ ] [ ▁▇█▂ ] dim 0437 μ= +0.011 σ= 0.031 zeros= 0% [ ▂▄████▅▁ ] [ ▄█▂ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▅ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▂▆████▃ ] [ ▂█▅ ] dim 0440 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▄█▅ ] dim 0441 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▁▃█████▄▁ ] [ ▇█ ] dim 0442 μ= +0.012 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ██ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▂▅██▅▃ ] dim 0444 μ= +0.016 σ= 0.044 zeros= 0% [ ▁▁▄██████▇▃▂ ] [ █▅ ] dim 0445 μ= +0.006 σ= 0.020 zeros= 0% [ ▂▇██▅ ] [ ▆█▄ ] dim 0446 μ= +0.018 σ= 0.028 zeros= 0% [ ▁▂▆███▆▁ ] [ ▃█▅ ] dim 0447 μ= +0.021 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▃█▇▃ ] dim 0448 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▅█ ] dim 0449 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ █▅ ] dim 0450 μ= -0.017 σ= 0.019 zeros= 0% [ ▂███▃ ] [ █▇ ] dim 0451 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▆▂ ] [ ▃█▇▂ ] dim 0452 μ= -0.013 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] [ ▆█ ] dim 0453 μ= -0.007 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ █ ] dim 0454 μ= +0.000 σ= 0.014 zeros= 0% [ ▁▇█▇▁ ] [ ▄▇█▅▁ ] dim 0455 μ= +0.010 σ= 0.042 zeros= 0% [ ▁▁▄██████▅▁▁ ] [ ▅█▇ ] dim 0456 μ= -0.017 σ= 0.032 zeros= 0% [ ▁▂▇████▄▁ ] [ ▁██▄ ] dim 0457 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▅ ] dim 0458 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▄████▆▁▁ ] [ ██▁ ] dim 0459 μ= -0.010 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ██▂ ] dim 0460 μ= -0.008 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▁█ ] dim 0461 μ= -0.006 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▂█▇ ] dim 0462 μ= -0.014 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▅█▅▁ ] dim 0463 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂ ] [ ▂██▇▂ ] dim 0464 μ= -0.018 σ= 0.042 zeros= 0% [ ▁▂▆█████▆▃▁ ] [ ▆█▂ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▃▅█▅▂ ] dim 0466 μ= -0.004 σ= 0.040 zeros= 0% [ ▁▃▅█████▄▂ ] [ ▂█▄ ] dim 0467 μ= +0.003 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▁█▅ ] dim 0468 μ= +0.005 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃█▃ ] dim 0469 μ= -0.001 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ █▃ ] dim 0470 μ= -0.017 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ █ ] dim 0471 μ= +0.040 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▇█▅ ] dim 0472 μ= -0.004 σ= 0.027 zeros= 0% [ ▃▇███▅▂ ] [ █▄ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▆█ ] dim 0474 μ= +0.013 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▁▇█▆▁ ] dim 0475 μ= -0.002 σ= 0.039 zeros= 0% [ ▃▅█████▆▂▁ ] [ ▆█ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▄█ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▃ ] dim 0478 μ= -0.024 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▃█▆▁ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▂██▄ ] dim 0480 μ= -0.008 σ= 0.030 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.005 σ= 0.034 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂█ ] dim 0485 μ= +0.015 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▅█▇ ] dim 0486 μ= +0.024 σ= 0.029 zeros= 0% [ ▁▆████▃▁ ] [ ▆█▃ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ ▁▆█▆▅ ] dim 0488 μ= +0.026 σ= 0.045 zeros= 0% [ ▁▃▆█████▇▄▂ ] [ ▄█▁ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▂██▂ ] dim 0490 μ= -0.010 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ █ ] dim 0491 μ= +0.020 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▂██▂ ] dim 0492 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▄█ ] dim 0493 μ= +0.014 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ █▄ ] dim 0494 μ= +0.022 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▃█▆ ] dim 0495 μ= -0.016 σ= 0.028 zeros= 0% [ ▁▅████▃ ] [ █▄ ] dim 0496 μ= +0.025 σ= 0.015 zeros= 0% [ ▅██▂ ] [ █▄ ] dim 0497 μ= -0.015 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▂▆█▆▂ ] dim 0498 μ= +0.017 σ= 0.040 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.022 zeros= 0% [ ▃███▃ ] [ ▄█▆▁ ] dim 0503 μ= +0.004 σ= 0.031 zeros= 0% [ ▁▂▆████▃▁ ] [ █ ] dim 0504 μ= -0.004 σ= 0.012 zeros= 0% [ ██▃ ] [ ▄█▄ ] dim 0505 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂▇█▁ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ █▇ ] dim 0507 μ= -0.011 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▂▆█▄ ] dim 0508 μ= -0.004 σ= 0.034 zeros= 0% [ ▂▄█████▃▁ ] [ ▅█▃ ] dim 0509 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ ▇█▂ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅██▆ ] dim 0511 μ= +0.009 σ= 0.037 zeros= 0% [ ▁▁▃▇████▇▃▁ ] [ ▄█▇ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ █▂ ] dim 0513 μ= +0.024 σ= 0.013 zeros= 0% [ ▄██ ] [ ▃█▇▄ ] dim 0514 μ= +0.012 σ= 0.034 zeros= 0% [ ▂▅████▆▃▁ ] [ ██▂ ] dim 0515 μ= -0.029 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ █▆ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▃▇█▆▂ ] dim 0517 μ= -0.005 σ= 0.038 zeros= 0% [ ▁▂▆█████▅▁ ] [ ▂█▆ ] dim 0518 μ= +0.026 σ= 0.023 zeros= 0% [ ▃███▇▁ ] [ ▅█▅ ] dim 0519 μ= -0.039 σ= 0.028 zeros= 0% [ ▂▅███▆▂ ] [ ▁▇█▄ ] dim 0520 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▅ ] dim 0521 μ= +0.022 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▇█ ] dim 0522 μ= +0.012 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ █ ] dim 0523 μ= +0.019 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▆█▄ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁█ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ██▂ ] [ ▂█▅ ] dim 0526 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ██▂ ] dim 0527 μ= +0.013 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▅█▆ ] dim 0528 μ= -0.038 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▆█▄ ] dim 0529 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃█▆ ] dim 0530 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▅ ] dim 0531 μ= -0.016 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▁▇█▃ ] dim 0532 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▄█▂ ] dim 0533 μ= -0.002 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅█▅ ] dim 0534 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▄█▆▂ ] dim 0535 μ= -0.016 σ= 0.038 zeros= 0% [ ▂▃█████▆▂▁ ] [ ▄█ ] dim 0536 μ= +0.015 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄█▆ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▄▇█▁ ] dim 0538 μ= +0.028 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▁▆█▆▄ ] dim 0539 μ= +0.001 σ= 0.037 zeros= 0% [ ▁▅█████▅▂ ] [ ▃█▇▆ ] dim 0540 μ= -0.008 σ= 0.035 zeros= 0% [ ▂▅████▆▃▁ ] [ ▆█▆ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▃▆███▆▁ ] [ ▂▇█▄ ] dim 0542 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▃████▆▂▁ ] [ ▂██▇▂ ] dim 0543 μ= +0.017 σ= 0.039 zeros= 0% [ ▁▂▅█████▅▂ ] [ ▁█▆ ] dim 0544 μ= +0.006 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ █▁ ] dim 0545 μ= -0.019 σ= 0.017 zeros= 0% [ ▁███▂ ] [ ▃█▇▁ ] dim 0546 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▇ ] dim 0547 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▁█▅ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ▁██▄ ] dim 0549 μ= +0.014 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄███ ] dim 0550 μ= -0.007 σ= 0.040 zeros= 0% [ ▁▄▇█████▄▂▁ ] [ █▆ ] dim 0551 μ= +0.008 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▆█▃ ] dim 0552 μ= -0.006 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▇█▄ ] dim 0553 μ= -0.005 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▃█ ] dim 0554 μ= +0.017 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▁▅█▃ ] dim 0555 μ= +0.013 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▆▁ ] dim 0556 μ= -0.016 σ= 0.034 zeros= 0% [ ▃█████▅▁ ] [ ▅█▂ ] dim 0557 μ= -0.004 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▁▆█▁ ] dim 0558 μ= +0.011 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▅█▇▅ ] dim 0559 μ= -0.011 σ= 0.041 zeros= 0% [ ▁▁▄▇█████▃▂▁ ] [ ▂▇██▁ ] dim 0560 μ= -0.002 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▆█▆ ] dim 0561 μ= -0.023 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▃ ] dim 0562 μ= -0.000 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁██▁ ] dim 0563 μ= +0.031 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ █▆ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▄█▄ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▃███▃▁ ] [ ▁█▆▁ ] dim 0566 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ █▃ ] dim 0567 μ= +0.004 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▆█▃ ] dim 0568 μ= +0.015 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▆ ] dim 0569 μ= -0.016 σ= 0.030 zeros= 0% [ ▁▆████▃▁ ] [ ▅█▁ ] dim 0570 μ= +0.014 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▅ ] dim 0571 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ █▅ ] dim 0572 μ= +0.007 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▄█▂ ] dim 0573 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ ██ ] dim 0574 μ= -0.011 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▁▄█▅▃ ] dim 0575 μ= +0.006 σ= 0.042 zeros= 0% [ ▁▂▄█████▇▃▁▁ ] [ ▅█▃ ] dim 0576 μ= +0.016 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▅█▄ ] dim 0577 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▂▆█▃ ] dim 0578 μ= -0.012 σ= 0.034 zeros= 0% [ ▂▆████▅▂ ] [ █▇▁ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▆█▅ ] dim 0580 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃████▇▃ ] [ ▂█▄ ] dim 0581 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ █▄ ] dim 0582 μ= +0.024 σ= 0.019 zeros= 0% [ ▁███▃ ] [ ▃█ ] dim 0583 μ= -0.006 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▆█▇ ] dim 0584 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▂▆████▂▁ ] [ ▂▆█▇▅▂ ] dim 0585 μ= -0.034 σ= 0.049 zeros= 0% [ ▁▃▆██████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0494, mean_std=0.0266, +3.2sigma vs threshold=3.0sigma [ █▄ ] dim 0586 μ= +0.003 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃█ ] dim 0587 μ= -0.007 σ= 0.015 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.017 zeros= 0% [ ▁███▁ ] [ ▅█▂ ] dim 0592 μ= -0.004 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▁▆█▄ ] dim 0593 μ= +0.016 σ= 0.034 zeros= 0% [ ▁▃████▇▃▁ ] [ ▅█▄ ] dim 0594 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂█▇ ] dim 0595 μ= +0.008 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▁█▄ ] dim 0596 μ= +0.003 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▆█▄ ] dim 0597 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▄█▇ ] dim 0598 μ= +0.003 σ= 0.029 zeros= 0% [ ▂▅████▂▁ ] [ █▂ ] dim 0599 μ= +0.024 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▆█▅▁ ] dim 0600 μ= -0.017 σ= 0.036 zeros= 0% [ ▁▃█████▆▂▁ ] [ ▅█▁ ] dim 0601 μ= +0.013 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ █▇ ] dim 0602 μ= -0.014 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ ▅█▄ ] dim 0603 μ= -0.023 σ= 0.027 zeros= 0% [ ▂▅███▄▁ ] [ ▅█▆ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▇▃ ] [ ██▄ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▄████▆▂▁ ] [ ██ ] dim 0606 μ= +0.031 σ= 0.020 zeros= 0% [ ▁▆██▇▁ ] [ ▁██▇▁ ] dim 0607 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▂▇█▇▁ ] dim 0608 μ= -0.001 σ= 0.037 zeros= 0% [ ▂▅█████▅▂ ] [ ▃█▆▁ ] dim 0609 μ= +0.008 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▂ ] dim 0610 μ= +0.017 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▄█▄ ] dim 0611 μ= -0.001 σ= 0.025 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▇▅ ] dim 0612 μ= +0.012 σ= 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.017 zeros= 0% [ ▄██▆ ] [ ▅█▄ ] dim 0616 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄██▁ ] dim 0617 μ= +0.006 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▄ ] dim 0618 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ██ ] dim 0619 μ= -0.010 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▅█▄ ] dim 0620 μ= -0.003 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▂█▃ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▁██▄ ] dim 0622 μ= -0.007 σ= 0.034 zeros= 0% [ ▂▆████▇▂▁ ] [ ▁██ ] dim 0623 μ= +0.008 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▇█▁ ] dim 0624 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▄███▁ ] [ ▃█▃ ] dim 0625 μ= -0.019 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁▅██▃ ] dim 0626 μ= -0.013 σ= 0.038 zeros= 0% [ ▁▃█████▇▃▁ ] [ ▅█▂ ] dim 0627 μ= +0.016 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▂▇█▆▂ ] dim 0628 μ= -0.021 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▃██▂ ] dim 0629 μ= -0.014 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▅ ] dim 0630 μ= -0.020 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▄ ] dim 0631 μ= -0.000 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ █▆ ] dim 0632 μ= -0.014 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▁█▅ ] dim 0633 μ= -0.017 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▇█ ] dim 0634 μ= -0.009 σ= 0.018 zeros= 0% [ ▁▄██▆▁ ] [ ▁▅█▅ ] dim 0635 μ= -0.020 σ= 0.037 zeros= 0% [ ▂▄█████▄▂▁ ] [ ▄█▁ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█▅ ] dim 0637 μ= -0.025 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▄ ] dim 0638 μ= -0.021 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▂▇█▄ ] dim 0639 μ= +0.015 σ= 0.033 zeros= 0% [ ▁▄████▆▃▁ ] [ ▁█▄ ] dim 0640 μ= +0.003 σ= 0.021 zeros= 0% [ ▂███▄ ] [ ▅██▇▂ ] dim 0641 μ= -0.007 σ= 0.041 zeros= 0% [ ▁▂▄▇█████▅▂▁ ] [ ▃█▃ ] dim 0642 μ= +0.019 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▆█ ] dim 0643 μ= -0.008 σ= 0.021 zeros= 0% [ ▁▅███▁ ] [ ▅█▇▁ ] dim 0644 μ= -0.015 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ ▁▇█▄ ] dim 0645 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ ▃█▇▂ ] dim 0646 μ= +0.008 σ= 0.031 zeros= 0% [ ▂▄████▄▁ ] [ ▅█▂ ] dim 0647 μ= -0.004 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▃█▇▁ ] dim 0648 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅████▃ ] [ ▄██▃ ] dim 0649 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▂▇████▆▂ ] [ ▂▇█▃ ] dim 0650 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▇▁ ] dim 0651 μ= +0.008 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▃██▁ ] dim 0652 μ= +0.030 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▅██▂ ] dim 0653 μ= -0.014 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▁ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▃█▅ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▃ ] dim 0656 μ= +0.002 σ= 0.023 zeros= 0% [ ▃███▄▁ ] [ ▃██▅ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▂▄████▆▂▁ ] [ █▁ ] dim 0658 μ= +0.000 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▆█▆ ] dim 0659 μ= +0.019 σ= 0.030 zeros= 0% [ ▂████▇▂ ] [ ▃█▅▂ ] dim 0660 μ= +0.004 σ= 0.037 zeros= 0% [ ▁▃█████▅▂ ] [ ▄█▂ ] dim 0661 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ █ ] dim 0662 μ= +0.001 σ= 0.013 zeros= 0% [ ▅█▆ ] [ ▄▇█▃ ] dim 0663 μ= -0.008 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▅█▆ ] dim 0664 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ▄█▇▄ ] dim 0665 μ= -0.009 σ= 0.036 zeros= 0% [ ▂▆████▇▃▁ ] [ ▂█▆ ] dim 0666 μ= +0.004 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▄▇█▅ ] dim 0667 μ= +0.010 σ= 0.039 zeros= 0% [ ▂▃▇████▇▄▁ ] [ █▇ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▁▆██▅ ] [ ▅█▇ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ █▇▁ ] dim 0670 μ= +0.009 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ██▁ ] dim 0671 μ= +0.031 σ= 0.023 zeros= 0% [ ▁████▂ ] [ ▁█▇▁ ] dim 0672 μ= +0.009 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ██ ] dim 0673 μ= +0.008 σ= 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.018 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▆█▁ ] dim 0678 μ= -0.028 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▅█▄ ] dim 0679 μ= -0.002 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ █▇ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▄█▄ ] dim 0681 μ= +0.039 σ= 0.023 zeros= 0% [ ▁▅███▄▁ ] [ █▇ ] dim 0682 μ= -0.013 σ= 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.026 zeros= 0% [ ▂████▄▁ ] [ ▂▆█▄▁ ] dim 0686 μ= -0.024 σ= 0.041 zeros= 0% [ ▁▃▅█████▅▂▁ ] [ ▇█▃ ] dim 0687 μ= -0.004 σ= 0.028 zeros= 0% [ ▂▇███▅▁ ] [ ▁▆██▃ ] dim 0688 μ= -0.015 σ= 0.036 zeros= 0% [ ▁▃█████▆▂▁ ] [ █▅ ] dim 0689 μ= -0.013 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▇█ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▄██▅▁ ] [ ▅█▅ ] dim 0691 μ= +0.018 σ= 0.032 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▅ ] dim 0692 μ= -0.001 σ= 0.031 zeros= 0% [ ▃████▇▃ ] [ ▄█▇ ] dim 0693 μ= -0.015 σ= 0.033 zeros= 0% [ ▁▂▆████▅▁ ] [ ██ ] dim 0694 μ= +0.009 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ ▃█▇ ] dim 0695 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▅████▃ ] [ ██ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▄█▆▁ ] dim 0697 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁█ ] dim 0698 μ= -0.021 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▆█▄ ] dim 0699 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▃ ] dim 0700 μ= -0.004 σ= 0.027 zeros= 0% [ ▂▆███▄▁ ] [ ▃▇█▃ ] dim 0701 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▅████▆▂ ] [ ▆█▃ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▅ ] dim 0703 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁█ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▂▇█▃ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▅████▄▁ ] [ █▂ ] dim 0706 μ= +0.024 σ= 0.014 zeros= 0% [ ▅██▁ ] [ █▃ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▂█▇▃ ] dim 0708 μ= +0.009 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▃█▃ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▃███▃ ] [ ▁▆█▇▂ ] dim 0710 μ= +0.000 σ= 0.039 zeros= 0% [ ▂▅█████▆▂▁ ] [ ▃▇█▅ ] dim 0711 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▂▇████▇▃▁ ] [ ▁█▇ ] dim 0712 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▆█▃ ] dim 0713 μ= -0.007 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▃██▅ ] dim 0714 μ= -0.006 σ= 0.035 zeros= 0% [ ▁▂▅████▇▃▁ ] [ ▃█▃ ] dim 0715 μ= +0.020 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▁ ] dim 0716 μ= +0.015 σ= 0.020 zeros= 0% [ ▄███▁ ] [ ▂▇█▂ ] dim 0717 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▄█ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▁▄█▆▃ ] dim 0719 μ= +0.044 σ= 0.038 zeros= 0% [ ▁▁▄█████▆▂▁ ] [ ▄█▆ ] dim 0720 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▃█▇ ] dim 0721 μ= -0.016 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▃█ ] dim 0722 μ= -0.004 σ= 0.017 zeros= 0% [ ▃██▇▁ ] [ ▄█▅ ] dim 0723 μ= -0.017 σ= 0.032 zeros= 0% [ ▂▇████▄▁ ] [ ▂▇█▂ ] dim 0724 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▁█▅ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▂▅█▄ ] dim 0726 μ= -0.007 σ= 0.039 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ██ ] dim 0727 μ= -0.010 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▁█▄ ] dim 0728 μ= -0.019 σ= 0.022 zeros= 0% [ ▁▃███▄ ] [ ▇█▁ ] dim 0729 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▁█▇ ] dim 0730 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▄█▇ ] dim 0731 μ= +0.003 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▂█▆▁ ] dim 0732 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁██ ] dim 0733 μ= +0.007 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ █▇ ] dim 0734 μ= -0.012 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ █▆ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▆█ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▅███▁ ] [ ▅█▆ ] dim 0737 μ= -0.021 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂ ] [ ▃▆█▆▄ ] dim 0738 μ= +0.023 σ= 0.043 zeros= 0% [ ▁▂▆█████▇▃▂ ] [ █▃ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▁▅█▆ ] dim 0740 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ██ ] dim 0741 μ= +0.030 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▃██▃ ] dim 0742 μ= -0.013 σ= 0.032 zeros= 0% [ ▁▂▅████▅▁ ] [ █▂ ] dim 0743 μ= -0.039 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▃█▆ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▆█▃ ] dim 0745 μ= +0.017 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▅█ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▇█▅ ] dim 0747 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▇█▆ ] dim 0748 μ= -0.023 σ= 0.031 zeros= 0% [ ▁▃████▇▂▁ ] [ █▇ ] dim 0749 μ= -0.011 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▂▆█▆ ] dim 0750 μ= -0.003 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▄█▆▁ ] dim 0751 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▂▅████▃▁ ] [ ▃█▆ ] dim 0752 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▄███▆▂ ] [ ▇█▁ ] dim 0753 μ= -0.008 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ █▄ ] dim 0754 μ= -0.013 σ= 0.011 zeros= 0% [ ▁██ ] [ ▅█ ] dim 0755 μ= -0.007 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ▆█▂ ] dim 0756 μ= +0.013 σ= 0.027 zeros= 0% [ ▂████▄▁ ] [ ▃█▄ ] dim 0757 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▃██▄ ] dim 0758 μ= -0.010 σ= 0.035 zeros= 0% [ ▃▆████▆▂▁ ] [ ▁▇██▁ ] dim 0759 μ= +0.021 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ ▆█ ] dim 0760 μ= -0.009 σ= 0.010 zeros= 0% [ ██▁ ] [ ▁▆█▅ ] dim 0761 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▂▅█████▄▁ ] [ ▂▆█▄ ] dim 0762 μ= -0.008 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▁▇█▄ ] dim 0763 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▇█▁ ] dim 0764 μ= +0.010 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▂██▅ ] dim 0766 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▆████▅▂ ] [ ▆█▄ ] dim 0767 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ██ ] dim 0768 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▄█▄ ] dim 0769 μ= -0.003 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▇█▄ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▃████▆▂ ] [ █▇ ] dim 0771 μ= -0.011 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▅█ ] dim 0772 μ= +0.013 σ= 0.016 zeros= 0% [ ▂██▅▁ ] [ ▁▇█▁ ] dim 0773 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄██▆ ] dim 0774 μ= -0.008 σ= 0.037 zeros= 0% [ ▁▃▇█████▄▁ ] [ ▅█▃ ] dim 0775 μ= -0.003 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▄█▇▂ ] dim 0776 μ= +0.006 σ= 0.033 zeros= 0% [ ▂▆████▄▂ ] [ ▄█▇▁ ] dim 0777 μ= -0.016 σ= 0.032 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.000 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▅█▂ ] dim 0784 μ= -0.005 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▅█▂ ] dim 0785 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▄ ] [ ▄█▆ ] dim 0786 μ= +0.023 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ ▁█▃ ] dim 0787 μ= +0.001 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▂█▆ ] dim 0788 μ= +0.025 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▅█▃ ] dim 0789 μ= +0.017 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▂▇█▆ ] dim 0790 μ= -0.027 σ= 0.035 zeros= 0% [ ▁▂▆████▇▄ ] [ ▆█ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▂▆█▄ ] dim 0792 μ= +0.016 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▆█▁ ] dim 0793 μ= -0.007 σ= 0.024 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▃ ] dim 0794 μ= -0.001 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▄ ] dim 0795 μ= -0.004 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▇█▃ ] dim 0796 μ= +0.014 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▇█▁ ] dim 0797 μ= -0.030 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▃█▆ ] dim 0798 μ= +0.003 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▅█▃ ] dim 0799 μ= -0.043 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▃▆█▂ ] dim 0800 μ= +0.028 σ= 0.038 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▅█ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▂██▂ ] [ ▅█▁ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ██ ] dim 0803 μ= +0.010 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▁▅█▅▁ ] dim 0804 μ= +0.017 σ= 0.035 zeros= 0% [ ▂▄█████▃▁ ] [ █ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ▃█▂ ] [ ▅█▃ ] dim 0806 μ= -0.024 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ ▂▅█▆▂ ] dim 0807 μ= +0.019 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▂▁ ] [ ▄█▇▁ ] dim 0808 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▅█ ] dim 0809 μ= +0.012 σ= 0.018 zeros= 0% [ ▄██▅▁ ] [ ▂█▇▁ ] dim 0810 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▅████▄▁ ] [ ▂▇█▄ ] dim 0811 μ= +0.013 σ= 0.034 zeros= 0% [ ▂▄████▆▃ ] [ ▃█▆▁ ] dim 0812 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃▆████▄▁ ] [ ▁██ ] dim 0813 μ= +0.027 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▆█ ] dim 0814 μ= +0.011 σ= 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.016 σ= 0.032 zeros= 0% [ ▂▇████▄▁ ] [ ▂▆█▅ ] dim 0819 μ= +0.034 σ= 0.034 zeros= 0% [ ▁▂▅████▇▂▁ ] [ ▇█▇▄ ] dim 0820 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃█████▅▂ ] [ ▁█▅ ] dim 0821 μ= +0.004 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▇█▁ ] dim 0822 μ= -0.006 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▃██▄ ] dim 0823 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▃▆████▆▂ ] [ ▆█▂ ] dim 0824 μ= -0.006 σ= 0.025 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▄ ] dim 0825 μ= +0.001 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▄ ] dim 0826 μ= +0.016 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ █▅ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▅██▄ ] [ ▆█▃ ] dim 0828 μ= -0.024 σ= 0.029 zeros= 0% [ ▁▂▇███▆▁ ] [ ▃██▄ ] dim 0829 μ= -0.007 σ= 0.035 zeros= 0% [ ▂▆█████▂▁ ] [ ▅█▆▁ ] dim 0830 μ= +0.000 σ= 0.038 zeros= 0% [ ▁▂▅█████▅▂▁ ] [ █ ] dim 0831 μ= -0.001 σ= 0.014 zeros= 0% [ ▆█▇ ] [ ▂█▆ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▃███▆▂ ] [ ▄█▄ ] dim 0833 μ= -0.000 σ= 0.030 zeros= 0% [ ▂▇███▆▂▁ ] [ ▆█▅ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▄████▇▃▂ ] [ ▁▇█▄ ] dim 0835 μ= -0.006 σ= 0.028 zeros= 0% [ ▂████▅▁ ] [ ▁█▃ ] dim 0836 μ= +0.000 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▁█▆ ] dim 0837 μ= +0.027 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▇█▁ ] dim 0838 μ= +0.012 σ= 0.021 zeros= 0% [ ▁▆███▁ ] [ ▁██▂ ] dim 0839 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▇█▄ ] dim 0840 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▂▇█▂ ] dim 0841 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▆█▆ ] dim 0842 μ= -0.020 σ= 0.033 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.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▅█▇ ] dim 0848 μ= +0.001 σ= 0.031 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁▆█▄ ] dim 0849 μ= +0.035 σ= 0.032 zeros= 0% [ ▁▄████▆▃ ] [ ▃█▃ ] dim 0850 μ= +0.019 σ= 0.022 zeros= 0% [ ▄███▃ ] [ ▂█▅ ] dim 0851 μ= +0.007 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▃█▇▄ ] dim 0852 μ= +0.012 σ= 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.017 zeros= 0% [ ▁▇██▂ ] [ ▁█▇▁ ] dim 0856 μ= +0.008 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▂█▅▂ ] dim 0857 μ= +0.007 σ= 0.030 zeros= 0% [ ▁▄████▃▁ ] [ ▇█▅ ] dim 0858 μ= -0.003 σ= 0.029 zeros= 0% [ ▃████▆▂ ] [ ▂█▄ ] dim 0859 μ= +0.001 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ▄█▅ ] dim 0860 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ █▃ ] dim 0861 μ= +0.002 σ= 0.018 zeros= 0% [ ▁███▃ ] [ ▄▇█▅▁ ] dim 0862 μ= -0.023 σ= 0.037 zeros= 0% [ ▂▆█████▅▁ ] [ ▅█▁ ] dim 0863 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▁▇█ ] dim 0864 μ= +0.007 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▂█▃ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▃███▃ ] [ ▃█▄ ] dim 0866 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ █▇ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▂▇██▇▁ ] [ ▂█▅ ] dim 0868 μ= +0.003 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ █▂ ] dim 0869 μ= -0.038 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▅█▄ ] dim 0870 μ= -0.002 σ= 0.031 zeros= 0% [ ▁▃▇███▇▂▁ ] [ ▁▅██▂ ] dim 0871 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▃█▇▂ ] dim 0872 μ= -0.014 σ= 0.037 zeros= 0% [ ▁▃▇████▅▃▁ ] [ ▁▇█▃ ] dim 0873 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▃▆█▅ ] dim 0874 μ= +0.016 σ= 0.037 zeros= 0% [ ▁▂▅█████▅▁ ] [ ▃█ ] dim 0875 μ= -0.006 σ= 0.015 zeros= 0% [ ▁██▅ ] [ ▆█ ] dim 0876 μ= +0.012 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▄█▂ ] dim 0877 μ= -0.001 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅█ ] dim 0878 μ= -0.007 σ= 0.015 zeros= 0% [ ▃██▅ ] [ ▂▆█▅ ] dim 0879 μ= -0.007 σ= 0.038 zeros= 0% [ ▁▂▆████▆▄▁ ] [ ▂▇█▄ ] dim 0880 μ= +0.033 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ █▃ ] dim 0881 μ= -0.037 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▆██▂ ] dim 0882 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▃█████▅▁ ] [ ▂█▅ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▁▄████▃ ] [ ██▄ ] dim 0884 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▂████▅▂ ] [ █▆ ] dim 0885 μ= -0.014 σ= 0.019 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.013 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▄█▁ ] dim 0890 μ= +0.018 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▅█▄ ] dim 0891 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▂▆████▂▁ ] [ ██ ] dim 0892 μ= +0.011 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▁▆█▄ ] dim 0893 μ= -0.006 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▆█▃ ] dim 0894 μ= -0.024 σ= 0.027 zeros= 0% [ ▁▇███▅▁ ] [ ▁▆█▇▃ ] dim 0895 μ= +0.000 σ= 0.044 zeros= 0% [ ▁▃▆█████▆▄▁ ] [ ▆█▆ ] dim 0896 μ= +0.038 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▅█ ] dim 0897 μ= -0.007 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▂█▅ ] dim 0898 μ= -0.034 σ= 0.026 zeros= 0% [ ▄███▆▂ ] [ █▁ ] dim 0899 μ= -0.020 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▂▇█ ] dim 0900 μ= -0.012 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▃██▆ ] dim 0901 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ ▃█▄ ] dim 0902 μ= +0.021 σ= 0.028 zeros= 0% [ ▁▁▅███▆▂ ] [ ▅█▄ ] dim 0903 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁█▆ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▂███▇▁ ] [ ▂▅██▃ ] dim 0905 μ= +0.022 σ= 0.038 zeros= 0% [ ▂▅█████▅▂▁ ] [ ▄█▅ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ █▇ ] dim 0907 μ= +0.008 σ= 0.017 zeros= 0% [ ▆██▄ ] [ ▆█▂ ] dim 0908 μ= -0.006 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▂█▆ ] dim 0909 μ= +0.003 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▁▄▆█▆▃ ] dim 0910 μ= -0.007 σ= 0.048 zeros= 0% [ ▁▂▅██████▇▃▁ ] -> OUTLIER_SPREAD: this_std=0.0478, mean_std=0.0266, +3.0sigma vs threshold=3.0sigma [ ▃█▄ ] dim 0911 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ █▅ ] dim 0912 μ= -0.015 σ= 0.020 zeros= 0% [ ▂▇██▄ ] [ ▇█▃ ] dim 0913 μ= +0.015 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▇█▁ ] dim 0914 μ= +0.011 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▂██ ] dim 0915 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▃███▇▂▁ ] [ ▅█▄ ] dim 0916 μ= -0.006 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▇█ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▅█▃ ] dim 0918 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▆█▆ ] dim 0919 μ= +0.002 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▆█ ] dim 0920 μ= -0.030 σ= 0.020 zeros= 0% [ ▁▅██▆▁ ] [ ▂▆█▄ ] dim 0921 μ= +0.032 σ= 0.034 zeros= 0% [ ▁▁▅████▆▂ ] [ ██▄ ] dim 0922 μ= -0.006 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▇█ ] dim 0923 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▁█▄ ] dim 0924 μ= -0.015 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▄█▇▂ ] dim 0925 μ= -0.032 σ= 0.032 zeros= 0% [ ▂▅████▅▂▁ ] [ ▆█▃ ] dim 0926 μ= +0.033 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ██▁ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▂████▂▁ ] [ ▂▇██▁ ] dim 0928 μ= -0.020 σ= 0.035 zeros= 0% [ ▁▄█████▄▂ ] [ ▃█▃ ] dim 0929 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▁ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▄▆█▄ ] dim 0931 μ= -0.011 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂▁ ] [ █▄ ] dim 0932 μ= +0.006 σ= 0.015 zeros= 0% [ ▄██▂ ] [ █▅ ] dim 0933 μ= -0.012 σ= 0.012 zeros= 0% [ ▂██▁ ] [ ▆█▅▁ ] dim 0934 μ= -0.020 σ= 0.034 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▃ ] dim 0935 μ= -0.027 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ █▃ ] dim 0936 μ= +0.004 σ= 0.016 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.014 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▅█▄ ] dim 0941 μ= +0.000 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ ▂▇█▇▁ ] dim 0942 μ= +0.017 σ= 0.042 zeros= 0% [ ▁▁▃▅█████▆▂▁ ] [ ██ ] dim 0943 μ= -0.009 σ= 0.020 zeros= 0% [ ▁▆██▇▂ ] [ ▁▇█▃ ] dim 0944 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃████▅▂▁ ] [ ▂█ ] dim 0945 μ= +0.017 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▇█▄ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ ▁█▆ ] dim 0947 μ= -0.012 σ= 0.026 zeros= 0% [ ▃████▂ ] [ ▅█ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▄██▁ ] dim 0949 μ= +0.007 σ= 0.031 zeros= 0% [ ▂▅████▅▁ ] [ ▁█▃ ] dim 0950 μ= +0.022 σ= 0.022 zeros= 0% [ ▃███▄▁ ] [ ██ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▅█▄ ] dim 0952 μ= +0.019 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▆█▃ ] dim 0953 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▂████▄▁ ] [ ██▅ ] dim 0954 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▃████▅▁ ] [ ▂▇█▄ ] dim 0955 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▃████▇▂ ] [ ▆█ ] dim 0956 μ= -0.007 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ █▁ ] dim 0957 μ= +0.001 σ= 0.017 zeros= 0% [ ▁███▂ ] [ █▆ ] dim 0958 μ= +0.008 σ= 0.023 zeros= 0% [ ▂▇███▁ ] [ ▅█▆ ] dim 0959 μ= +0.001 σ= 0.029 zeros= 0% [ ▂▇███▇▂ ] [ ▃█▃ ] dim 0960 μ= -0.000 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▅█ ] dim 0961 μ= -0.005 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▄█ ] dim 0962 μ= -0.006 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ █▆ ] dim 0963 μ= -0.014 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃█▇▁ ] dim 0964 μ= -0.013 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▆▁ ] dim 0965 μ= -0.018 σ= 0.036 zeros= 0% [ ▁▄▇████▄▁ ] [ ▄█▇▅▂ ] dim 0966 μ= +0.013 σ= 0.042 zeros= 0% [ ▂▄▇█████▅▂▁ ] [ █▆ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▂███▆▁ ] [ █▇ ] dim 0968 μ= -0.010 σ= 0.016 zeros= 0% [ ▃██▄ ] [ ▅█▃ ] dim 0969 μ= +0.020 σ= 0.032 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▃█▆▄ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▂▄██▇▃ ] dim 0971 μ= +0.015 σ= 0.048 zeros= 0% [ ▁▂▅██████▇▄▂▁ ] -> OUTLIER_SPREAD: this_std=0.0484, mean_std=0.0266, +3.1sigma vs threshold=3.0sigma [ ▂██▅ ] dim 0972 μ= -0.010 σ= 0.032 zeros= 0% [ ▂▆████▆▂ ] [ ▂█▁ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▃███▂ ] [ █ ] dim 0974 μ= -0.022 σ= 0.015 zeros= 0% [ ▁██▆▁ ] [ ▄█ ] dim 0975 μ= -0.006 σ= 0.019 zeros= 0% [ ▄██▇▁ ] [ ▇█▂ ] dim 0976 μ= -0.009 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▁▇█▅ ] dim 0977 μ= -0.007 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ ▄█▅ ] dim 0978 μ= +0.021 σ= 0.029 zeros= 0% [ ▂▆███▇▃ ] [ ▃█▂ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▁█▇▁ ] dim 0980 μ= -0.010 σ= 0.024 zeros= 0% [ ▂████▂▁ ] [ ▇█▃ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▂████▆▁ ] [ ▄█▅ ] dim 0982 μ= +0.002 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▁ ] dim 0983 μ= +0.016 σ= 0.020 zeros= 0% [ ▄███▂ ] [ █ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▇█▁ ] dim 0985 μ= +0.031 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▄█▇▂ ] dim 0986 μ= +0.022 σ= 0.038 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▆█▆▁ ] dim 0987 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▃▇████▄▂▁ ] [ █▂ ] dim 0988 μ= +0.003 σ= 0.016 zeros= 0% [ ▇██▂ ] [ ▆█▆ ] dim 0989 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▁▇█▆ ] dim 0990 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▂█ ] dim 0991 μ= -0.003 σ= 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.014 σ= 0.034 zeros= 0% [ ▁▃▆████▅▂ ] [ █▄ ] dim 0996 μ= -0.015 σ= 0.019 zeros= 0% [ ▁███▄ ] [ ▁█▇ ] dim 0997 μ= -0.012 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▅█▁ ] dim 0998 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▄█▃ ] dim 0999 μ= +0.019 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▆█▅ ] dim 1000 μ= +0.018 σ= 0.031 zeros= 0% [ ▃████▇▃▁ ] [ ▄█▄▁ ] dim 1001 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▂█▇ ] dim 1002 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▂█▁ ] dim 1003 μ= +0.019 σ= 0.019 zeros= 0% [ ▂███▁ ] [ ▆█▄ ] dim 1004 μ= -0.003 σ= 0.025 zeros= 0% [ ▁▆███▄▁ ] [ ▂██▂ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▂ ] dim 1006 μ= +0.012 σ= 0.028 zeros= 0% [ ▃████▃▁ ] [ ▇█ ] dim 1007 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ▅█▃ ] dim 1008 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ██ ] dim 1009 μ= +0.008 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▆█▅ ] dim 1010 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▁▇█▅ ] dim 1011 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▄ ] dim 1012 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▄███▆▁ ] [ ▄█▃ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅█▅ ] dim 1014 μ= -0.002 σ= 0.029 zeros= 0% [ ▂████▆▂ ] [ █ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ▅█▅ ] [ ▃█▁ ] dim 1016 μ= -0.002 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ██ ] dim 1017 μ= -0.010 σ= 0.015 zeros= 0% [ ▄██▄ ] [ ▂█▆ ] dim 1018 μ= -0.013 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂██▂ ] dim 1019 μ= -0.009 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▅█▂ ] dim 1020 μ= -0.005 σ= 0.023 zeros= 0% [ ▁▅███▃▁ ] [ ██▂ ] dim 1021 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▇▃ ] dim 1022 μ= +0.005 σ= 0.033 zeros= 0% [ ▁▂▇████▄▁ ] [ ▂██▃ ] dim 1023 μ= +0.008 σ= 0.030 zeros= 0% [ ▂▅████▄▁ ] 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.7s smell: 300/2000 ( 15%) 0.8s smell: 400/2000 ( 20%) 1.0s smell: 500/2000 ( 25%) 1.3s smell: 600/2000 ( 30%) 1.4s smell: 700/2000 ( 35%) 2.0s smell: 800/2000 ( 40%) 2.0s smell: 900/2000 ( 45%) 2.2s smell: 1000/2000 ( 50%) 2.4s smell: 1100/2000 ( 55%) 2.5s smell: 1200/2000 ( 60%) 2.7s smell: 1300/2000 ( 65%) 3.0s smell: 1400/2000 ( 70%) 3.2s smell: 1500/2000 ( 75%) 3.4s smell: 1600/2000 ( 80%) 3.6s smell: 1700/2000 ( 85%) 3.7s smell: 1800/2000 ( 90%) 3.9s smell: 1900/2000 ( 95%) 4.1s smell: 2000/2000 (100%) 4.3s smell: 2 degenerate dim(s) found in 4.5s: (OUTLIER_SPREAD: std of all dims: μ=0.027, σ=0.007, threshold=3.0σ) [ ▁▆██▄▁ ] dim 0585 μ= -0.032 σ= 0.050 zeros= 0% [ ▁▁▂▄▇██████▆▂▁ ] -> OUTLIER_SPREAD: this_std=0.0503, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ ▃▆██▇▂ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▁▂▄▅██████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0480, mean_std=0.0265, +3.0sigma vs threshold=3.0sigma smell: all 1024 dims: [ ▅█▂ ] dim 0000 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▄███▄ ] [ ▆█▂ ] dim 0001 μ= +0.018 σ= 0.027 zeros= 0% [ ▁▂▇███▄▁ ] [ ▂█▇▃ ] dim 0002 μ= -0.007 σ= 0.033 zeros= 0% [ ▂▆████▅▂ ] [ ▄█▃ ] dim 0003 μ= +0.022 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▅█▄ ] dim 0004 μ= -0.017 σ= 0.027 zeros= 0% [ ▂▇███▅▂ ] [ ▄██▂ ] dim 0005 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▂▆████▅▂ ] [ ▅█ ] dim 0006 μ= -0.000 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▂█▆ ] dim 0007 μ= -0.031 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▃█▁ ] dim 0008 μ= -0.018 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▃█▄ ] dim 0009 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▇████▂▁ ] [ ▄█▇▂ ] dim 0010 μ= +0.012 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ▅█▆▁ ] dim 0011 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁▁ ] [ █▅ ] dim 0012 μ= +0.012 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ █▇ ] dim 0013 μ= -0.009 σ= 0.020 zeros= 0% [ ▂▇██▅▁ ] [ ▁▅█▇▂ ] dim 0014 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▄█████▄▁ ] [ ▅█ ] dim 0015 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▄███▁ ] [ ▇█▂ ] dim 0016 μ= +0.001 σ= 0.029 zeros= 0% [ ▂████▅▂ ] [ ▂██▃ ] dim 0017 μ= +0.015 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▅█▇▃ ] dim 0018 μ= +0.013 σ= 0.038 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▆█▇▁ ] dim 0019 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂█████▃▁ ] [ ██ ] dim 0020 μ= +0.013 σ= 0.024 zeros= 0% [ ▁▃████▂ ] [ ▁█▅ ] dim 0021 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▂█▇▄ ] dim 0022 μ= +0.001 σ= 0.036 zeros= 0% [ ▂▅█████▄▂ ] [ ▁▅█▇▅ ] dim 0023 μ= -0.007 σ= 0.047 zeros= 0% [ ▁▃▆██████▅▂▁ ] [ ▄██▄ ] dim 0024 μ= -0.004 σ= 0.033 zeros= 0% [ ▂▅████▆▂▁ ] [ ▇█▃ ] dim 0025 μ= +0.019 σ= 0.028 zeros= 0% [ ▁▂████▅▁ ] [ ▁█▄ ] dim 0026 μ= +0.027 σ= 0.024 zeros= 0% [ ▄███▅▁ ] [ ▃██▁ ] dim 0027 μ= -0.008 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▅█▅ ] dim 0028 μ= +0.026 σ= 0.029 zeros= 0% [ ▂▆████▂ ] [ ▁▇█▄ ] dim 0029 μ= -0.001 σ= 0.029 zeros= 0% [ ▂████▅▂ ] [ ▁█▅ ] dim 0030 μ= -0.010 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ █▂ ] dim 0031 μ= -0.013 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▆██▄ ] dim 0032 μ= +0.031 σ= 0.036 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂█▆ ] dim 0033 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▇█ ] dim 0034 μ= -0.004 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▄█▅ ] dim 0035 μ= +0.008 σ= 0.033 zeros= 0% [ ▁▂▆████▄▁ ] [ ▃█ ] dim 0036 μ= +0.000 σ= 0.019 zeros= 0% [ ▃███▁ ] [ ▁█▇ ] dim 0037 μ= -0.028 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▅█ ] dim 0038 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▄██▇▂ ] [ ▂▇█▂ ] dim 0039 μ= +0.035 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃██▃ ] dim 0040 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂ ] [ █▁ ] dim 0041 μ= +0.005 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▆█▄ ] dim 0042 μ= -0.016 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▇ ] dim 0043 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▁█▆▃ ] dim 0044 μ= -0.024 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ██▁ ] dim 0045 μ= +0.016 σ= 0.024 zeros= 0% [ ▂████▃ ] [ █▇ ] dim 0046 μ= +0.013 σ= 0.019 zeros= 0% [ ▁▇██▅▁ ] [ ▄█▇ ] dim 0047 μ= +0.005 σ= 0.029 zeros= 0% [ ▁▂▆███▇▂ ] [ ▂▆██▂ ] dim 0048 μ= +0.009 σ= 0.041 zeros= 0% [ ▁▂▅█████▇▄▁▁ ] [ ▅█▄ ] dim 0049 μ= +0.023 σ= 0.028 zeros= 0% [ ▂▇███▆▁ ] [ ▂██▁ ] dim 0050 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ ▁▆█▅ ] dim 0051 μ= -0.000 σ= 0.029 zeros= 0% [ ▁▃████▅▂ ] [ █▁ ] dim 0052 μ= +0.005 σ= 0.015 zeros= 0% [ ▁▇██▁ ] [ ██ ] dim 0053 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▅███▁ ] [ ██ ] dim 0054 μ= +0.014 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▅█▁ ] dim 0055 μ= +0.017 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▆█▄ ] dim 0056 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▅▂ ] dim 0057 μ= +0.013 σ= 0.034 zeros= 0% [ ▁▂▅████▆▂ ] [ ▃█▇▁ ] dim 0058 μ= +0.013 σ= 0.032 zeros= 0% [ ▂▅████▄▂ ] [ ▃█▆ ] dim 0059 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ █ ] dim 0060 μ= +0.008 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▅█▅ ] dim 0061 μ= -0.017 σ= 0.030 zeros= 0% [ ▂████▇▂▁ ] [ ▄█▆▁ ] dim 0062 μ= -0.030 σ= 0.033 zeros= 0% [ ▁▂▇████▅▁ ] [ ▇█ ] dim 0063 μ= +0.015 σ= 0.025 zeros= 0% [ ▃████▃ ] [ ▄█▆▁ ] dim 0064 μ= -0.010 σ= 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.037 zeros= 0% [ ▁▃▆████▇▄▁ ] [ ▁█▅ ] dim 0068 μ= +0.010 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ █▆ ] dim 0069 μ= +0.013 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▁█▆ ] dim 0070 μ= -0.009 σ= 0.025 zeros= 0% [ ▁▃███▆▂ ] [ ▄█▆ ] dim 0071 μ= +0.009 σ= 0.030 zeros= 0% [ ▂▆████▄▁ ] [ █▇ ] dim 0072 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ █ ] dim 0073 μ= +0.006 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▅█▇ ] dim 0074 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▃█████▄▁ ] [ ▇█ ] dim 0075 μ= -0.005 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▅█ ] dim 0076 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▄██▇▁ ] [ ▅██▄ ] dim 0077 μ= -0.009 σ= 0.038 zeros= 0% [ ▁▁▃█████▆▂▁ ] [ ▇█ ] dim 0078 μ= +0.015 σ= 0.022 zeros= 0% [ ▁▇██▇▂ ] [ ▄█▇ ] dim 0079 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ █▁ ] dim 0080 μ= -0.013 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▂█▆ ] dim 0081 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▅▇█▄ ] dim 0082 μ= +0.013 σ= 0.037 zeros= 0% [ ▁▃▇████▆▃▁ ] [ ▁██▁ ] dim 0083 μ= +0.015 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▅██▃ ] dim 0084 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▇████▅▁ ] [ ▆█▁ ] dim 0085 μ= -0.003 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▁█▇▅ ] dim 0086 μ= -0.019 σ= 0.032 zeros= 0% [ ▁▄█████▂▁ ] [ ▁█▆ ] dim 0087 μ= +0.011 σ= 0.024 zeros= 0% [ ▃███▆▂ ] [ ▃█▆ ] dim 0088 μ= -0.010 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▆█▅ ] dim 0089 μ= +0.024 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▁▆█▅▁ ] dim 0090 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ██ ] dim 0091 μ= +0.033 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▂▆█▃ ] dim 0092 μ= +0.036 σ= 0.033 zeros= 0% [ ▁▁▅████▆▂ ] [ ▃█▇▂ ] dim 0093 μ= -0.007 σ= 0.034 zeros= 0% [ ▁▃▅████▆▂ ] [ ▆█▄ ] dim 0094 μ= +0.002 σ= 0.027 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.022 zeros= 0% [ ▁▆███▂ ] [ ▁█▆ ] dim 0102 μ= -0.009 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▃█▅ ] dim 0103 μ= +0.006 σ= 0.023 zeros= 0% [ ▁▃███▄▁ ] [ ▁██ ] dim 0104 μ= +0.013 σ= 0.026 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▅ ] dim 0105 μ= +0.006 σ= 0.028 zeros= 0% [ ▂▆███▇▂ ] [ ▃█▆ ] dim 0106 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▅███▇▃▁ ] [ ▅█ ] dim 0107 μ= -0.003 σ= 0.019 zeros= 0% [ ▁▄██▆▁ ] [ ▁▅█▄ ] dim 0108 μ= -0.017 σ= 0.035 zeros= 0% [ ▁▄████▇▃▁ ] [ ▁█▅ ] dim 0109 μ= +0.009 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▅ ] dim 0110 μ= +0.007 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▃ ] dim 0111 μ= +0.024 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▃█▄ ] dim 0112 μ= +0.007 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ █ ] dim 0113 μ= -0.015 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▄█▇▄ ] dim 0114 μ= -0.007 σ= 0.037 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.014 σ= 0.034 zeros= 0% [ ▁▄▇████▄▁ ] [ ▄██ ] dim 0119 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▅████▂ ] [ ▅█▅▁ ] dim 0120 μ= -0.032 σ= 0.038 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▁▇█ ] dim 0121 μ= +0.013 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▆█ ] dim 0122 μ= -0.003 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▅█▃ ] dim 0123 μ= +0.004 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▃ ] dim 0124 μ= -0.015 σ= 0.020 zeros= 0% [ ▃███▃ ] [ ▂▄█▄ ] dim 0125 μ= -0.006 σ= 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.006 σ= 0.039 zeros= 0% [ ▁▄▇████▆▃▁▁ ] [ █▆ ] dim 0130 μ= -0.027 σ= 0.023 zeros= 0% [ ▂███▇▁ ] [ ▁██▄ ] dim 0131 μ= -0.001 σ= 0.029 zeros= 0% [ ▃████▅▂ ] [ ▃█▄ ] dim 0132 μ= +0.006 σ= 0.026 zeros= 0% [ ▁▄███▅▂ ] [ █▁ ] dim 0133 μ= +0.007 σ= 0.014 zeros= 0% [ ▅██▁ ] [ ▄█▃ ] dim 0134 μ= +0.024 σ= 0.023 zeros= 0% [ ▄███▄▁ ] [ ▃▆█▄ ] dim 0135 μ= -0.004 σ= 0.033 zeros= 0% [ ▁▁▅████▆▂ ] [ ▅█▇▂ ] dim 0136 μ= +0.008 σ= 0.040 zeros= 0% [ ▁▂▅█████▆▃▁ ] [ ▁▇█▂ ] dim 0137 μ= -0.023 σ= 0.029 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▇▁ ] dim 0138 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▅ ] dim 0139 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▃ ] dim 0140 μ= +0.007 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▃█▄ ] dim 0141 μ= +0.006 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▂ ] dim 0142 μ= +0.008 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▇█▃ ] dim 0143 μ= +0.001 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▁███▂ ] dim 0144 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▅█████▄▁ ] [ ▃█ ] dim 0145 μ= -0.018 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▃██▃ ] dim 0146 μ= +0.016 σ= 0.033 zeros= 0% [ ▂▅████▅▂ ] [ ▅█▆ ] dim 0147 μ= +0.024 σ= 0.029 zeros= 0% [ ▂▇███▇▂ ] [ ▇█ ] dim 0148 μ= -0.004 σ= 0.018 zeros= 0% [ ▅██▆▁ ] [ ▃█▅ ] dim 0149 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▅██▃ ] dim 0150 μ= -0.010 σ= 0.036 zeros= 0% [ ▁▄█████▆▂ ] [ ▁▅██▄ ] dim 0151 μ= +0.009 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▁█ ] dim 0152 μ= +0.024 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▄██▃ ] dim 0153 μ= -0.027 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▄█▆▃ ] dim 0154 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂ ] [ █▁ ] dim 0155 μ= +0.009 σ= 0.014 zeros= 0% [ ▄██▁ ] [ ▂██▅ ] dim 0156 μ= -0.002 σ= 0.034 zeros= 0% [ ▂▅████▆▃▁ ] [ ▂█▇ ] dim 0157 μ= -0.008 σ= 0.026 zeros= 0% [ ▁▃████▂ ] [ ██ ] dim 0158 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▆███▂ ] [ ▂▆█▄ ] dim 0159 μ= -0.003 σ= 0.036 zeros= 0% [ ▂▆████▆▃▁ ] [ ▇█▂ ] dim 0160 μ= -0.002 σ= 0.026 zeros= 0% [ ▁▂████▄▁ ] [ ▄██▄ ] dim 0161 μ= -0.006 σ= 0.033 zeros= 0% [ ▂▆████▆▂▁ ] [ ▅█ ] dim 0162 μ= -0.003 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▆█▄ ] dim 0163 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▃██▂ ] dim 0164 μ= +0.033 σ= 0.031 zeros= 0% [ ▁▆████▄▁ ] [ ▄█▅ ] dim 0165 μ= -0.013 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▄██▂ ] dim 0166 μ= +0.012 σ= 0.032 zeros= 0% [ ▁▂▅████▅▁ ] [ █▆ ] dim 0167 μ= -0.007 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▁█ ] dim 0168 μ= +0.003 σ= 0.015 zeros= 0% [ ▁███▁ ] [ ▇█▃ ] dim 0169 μ= -0.001 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▄█▄ ] dim 0170 μ= +0.023 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂▁ ] [ ▂█▅ ] dim 0171 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▆ ] dim 0172 μ= -0.008 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▇█ ] dim 0173 μ= -0.005 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▇█▅ ] dim 0174 μ= -0.019 σ= 0.028 zeros= 0% [ ▃▇███▅▁ ] [ ▅█▆ ] dim 0175 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▂▇███▇▄▁ ] [ ▄█▁ ] dim 0176 μ= +0.001 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▃█▇ ] dim 0177 μ= +0.011 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▄█▃ ] dim 0178 μ= +0.023 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▂██▅ ] dim 0179 μ= -0.022 σ= 0.032 zeros= 0% [ ▁▅████▇▂ ] [ ▃█▅ ] dim 0180 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▇█▃ ] dim 0181 μ= -0.001 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▃█▇ ] dim 0182 μ= -0.029 σ= 0.027 zeros= 0% [ ▁▄████▂▁ ] [ ▆██▆▁ ] dim 0183 μ= -0.002 σ= 0.043 zeros= 0% [ ▂▄██████▅▂▁ ] [ ▆█▇▂ ] dim 0184 μ= +0.006 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▅█▄ ] dim 0185 μ= -0.018 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ██ ] dim 0186 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▅██▅▁ ] [ ▅█▄ ] dim 0187 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ██ ] dim 0188 μ= +0.035 σ= 0.019 zeros= 0% [ ▆██▆▁ ] [ ▅█▇▅▁ ] dim 0189 μ= +0.016 σ= 0.042 zeros= 0% [ ▁▂▃▇█████▄▂▁ ] [ ▁▅█▇▄ ] dim 0190 μ= -0.010 σ= 0.037 zeros= 0% [ ▁▄█████▆▃▁ ] [ ▅██▃ ] dim 0191 μ= -0.004 σ= 0.036 zeros= 0% [ ▂▆█████▃▁ ] [ ▆█▃ ] dim 0192 μ= -0.021 σ= 0.028 zeros= 0% [ ▁▃████▅▁ ] [ ▁▇█▄ ] dim 0193 μ= -0.001 σ= 0.032 zeros= 0% [ ▁▄████▆▃▁ ] [ ▄█▇ ] dim 0194 μ= -0.011 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▅ ] dim 0195 μ= +0.027 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▃█▄ ] dim 0196 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ █▁ ] dim 0197 μ= -0.013 σ= 0.015 zeros= 0% [ ▇██▁ ] [ ▅█▃ ] dim 0198 μ= +0.003 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▁▆█▃ ] dim 0199 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▄████▆▂ ] [ ▆█▅ ] dim 0200 μ= +0.003 σ= 0.029 zeros= 0% [ ▁▂████▇▂ ] [ █▄ ] dim 0201 μ= -0.010 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▅█▂ ] dim 0202 μ= +0.001 σ= 0.022 zeros= 0% [ ▁▅███▃ ] [ ▃█▆ ] dim 0203 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▅███▇▂▁ ] [ ▂▆█▄ ] dim 0204 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ██▁ ] dim 0205 μ= +0.014 σ= 0.024 zeros= 0% [ ▁▂████▂ ] [ ▄█▄ ] dim 0206 μ= +0.005 σ= 0.024 zeros= 0% [ ▁▅███▅▁ ] [ ▄█▆▂ ] dim 0207 μ= +0.011 σ= 0.032 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.032 zeros= 0% [ ▁▅████▅▂ ] [ ▄█▁ ] dim 0213 μ= -0.002 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▂██▄ ] dim 0214 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▄████▅▂▁ ] [ ▆█▂ ] dim 0215 μ= -0.000 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▂██▁ ] dim 0216 μ= -0.007 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ ▅█▄ ] dim 0217 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▃████▆▂ ] [ ▃█ ] dim 0218 μ= -0.001 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▆█▆ ] dim 0219 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▇█▅ ] dim 0220 μ= +0.023 σ= 0.030 zeros= 0% [ ▁▃▇███▆▃ ] [ ▁█▆ ] dim 0221 μ= -0.009 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▇█▃ ] dim 0222 μ= -0.001 σ= 0.025 zeros= 0% [ ▂████▄▁ ] [ ▃█▅ ] dim 0223 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▁▅█▃ ] dim 0224 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▃████▅▂ ] [ ▃█▇▁ ] dim 0225 μ= -0.009 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ ▅█▄ ] dim 0226 μ= +0.001 σ= 0.028 zeros= 0% [ ▁▂▇███▅▁ ] [ ▅█▄ ] dim 0227 μ= -0.033 σ= 0.030 zeros= 0% [ ▂▆███▇▃▁ ] [ ▃▇█▅ ] dim 0228 μ= +0.038 σ= 0.038 zeros= 0% [ ▁▃▆█████▄▁ ] [ ▄█▃ ] dim 0229 μ= +0.004 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁█▃ ] dim 0230 μ= +0.006 σ= 0.019 zeros= 0% [ ▂███▃ ] [ ▅█▃ ] dim 0231 μ= -0.018 σ= 0.024 zeros= 0% [ ▁▆███▄▁ ] [ ▂█▇ ] dim 0232 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▄███▅▂ ] [ ▃█▆ ] dim 0233 μ= -0.030 σ= 0.026 zeros= 0% [ ▁▃███▇▂▁ ] [ ▁▇█▅ ] dim 0234 μ= +0.040 σ= 0.030 zeros= 0% [ ▁▃████▇▂ ] [ ▃█▂ ] dim 0235 μ= +0.002 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▃▅█▆ ] dim 0236 μ= +0.020 σ= 0.039 zeros= 0% [ ▁▂▄█████▄▂ ] [ █▆ ] dim 0237 μ= -0.009 σ= 0.023 zeros= 0% [ ▂███▆▁ ] [ ▃█▆ ] dim 0238 μ= -0.010 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▃ ] dim 0239 μ= -0.019 σ= 0.027 zeros= 0% [ ▂████▅▁ ] [ ▇█ ] dim 0240 μ= +0.016 σ= 0.024 zeros= 0% [ ▂████▂ ] [ ▂▆█▅▂ ] dim 0241 μ= +0.026 σ= 0.039 zeros= 0% [ ▁▂▄█████▅▂▁ ] [ ▅█▃ ] dim 0242 μ= +0.003 σ= 0.025 zeros= 0% [ ▂▅███▄▁ ] [ █▇ ] dim 0243 μ= -0.006 σ= 0.020 zeros= 0% [ ▁▆██▅▁ ] [ ▅█▇▂ ] dim 0244 μ= -0.008 σ= 0.035 zeros= 0% [ ▁▂▇████▅▂ ] [ ▁▅█▅ ] dim 0245 μ= +0.003 σ= 0.032 zeros= 0% [ ▁▃████▆▃▁ ] [ ▂█▁ ] dim 0246 μ= -0.016 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▇█▄ ] dim 0247 μ= -0.037 σ= 0.035 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█▇▂ ] dim 0248 μ= +0.009 σ= 0.035 zeros= 0% [ ▁▃█████▅▂ ] [ ▂▇█▄ ] dim 0249 μ= -0.019 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█▂ ] dim 0250 μ= +0.002 σ= 0.023 zeros= 0% [ ▁▅███▃ ] [ ▁█ ] dim 0251 μ= +0.022 σ= 0.015 zeros= 0% [ ▁██▆ ] [ ▇█ ] dim 0252 μ= -0.005 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▄█▃ ] dim 0253 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▃ ] dim 0254 μ= +0.023 σ= 0.028 zeros= 0% [ ▂▆███▅▁ ] [ ▅█▆▂ ] dim 0255 μ= -0.010 σ= 0.038 zeros= 0% [ ▁▄▇████▆▂▁ ] [ ▃▆█▇▄▁ ] dim 0256 μ= -0.012 σ= 0.047 zeros= 0% [ ▁▃▆██████▄▁ ] [ ▁▆█▅ ] dim 0257 μ= -0.000 σ= 0.030 zeros= 0% [ ▁▃████▅▂ ] [ ▆█▅ ] dim 0258 μ= +0.002 σ= 0.028 zeros= 0% [ ▁▂▇███▆▁ ] [ ▁█▁ ] dim 0259 μ= +0.004 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂▆█▅ ] dim 0260 μ= -0.002 σ= 0.034 zeros= 0% [ ▂▅████▆▂ ] [ ▃█ ] dim 0261 μ= -0.020 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ █▃ ] dim 0262 μ= +0.028 σ= 0.018 zeros= 0% [ ▁███▃ ] [ █▄ ] dim 0263 μ= -0.010 σ= 0.018 zeros= 0% [ ▁▆██▃ ] [ ▄█▆ ] dim 0264 μ= -0.013 σ= 0.030 zeros= 0% [ ▂▆███▇▃ ] [ ▁█▆ ] dim 0265 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▄█▂ ] dim 0266 μ= +0.003 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ █▆ ] dim 0267 μ= +0.009 σ= 0.019 zeros= 0% [ ▁▇██▃ ] [ ▄▇█▅▁ ] dim 0268 μ= +0.023 σ= 0.040 zeros= 0% [ ▂▆█████▅▂▁ ] [ ▅█▄ ] dim 0269 μ= +0.003 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▁▅█▃ ] dim 0270 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▂█▇▂ ] dim 0271 μ= -0.008 σ= 0.027 zeros= 0% [ ▁▄████▃ ] [ █▇ ] dim 0272 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▃▇█▄ ] dim 0273 μ= +0.012 σ= 0.037 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▃█▄ ] dim 0274 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▃ ] dim 0275 μ= +0.021 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ █▇ ] dim 0276 μ= -0.008 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▃█▅ ] dim 0277 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▅███▇▂▁ ] [ █▅ ] dim 0278 μ= -0.009 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ▂▅█▅ ] dim 0279 μ= +0.019 σ= 0.034 zeros= 0% [ ▁▁▄████▆▂▁ ] [ ▃█▃ ] dim 0280 μ= +0.025 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▄ ] dim 0281 μ= +0.004 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▁█▂ ] dim 0282 μ= +0.006 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▂█▆▂ ] dim 0283 μ= -0.006 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▆ ] dim 0284 μ= -0.051 σ= 0.033 zeros= 0% [ ▁▂▆████▃▂ ] [ ▄█▇ ] dim 0285 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▂█▇▂ ] dim 0286 μ= -0.008 σ= 0.032 zeros= 0% [ ▂▅████▄▁ ] [ ▂█▃ ] dim 0287 μ= +0.006 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▂▆█▇▄ ] dim 0288 μ= -0.012 σ= 0.043 zeros= 0% [ ▁▃▅█████▇▄▁ ] [ ▁█▆ ] dim 0289 μ= +0.011 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▃▇█▃ ] dim 0290 μ= +0.014 σ= 0.035 zeros= 0% [ ▁▃▆████▅▂▁ ] [ █ ] dim 0291 μ= -0.015 σ= 0.014 zeros= 0% [ ▁▆█▆ ] [ ▁▅█▅ ] dim 0292 μ= +0.004 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▄█ ] dim 0293 μ= +0.020 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁█▇▁ ] dim 0294 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▂████▃▁ ] [ ▂█ ] dim 0295 μ= -0.001 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▆█▃ ] dim 0296 μ= +0.003 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▇█ ] dim 0297 μ= -0.005 σ= 0.018 zeros= 0% [ ▅██▆ ] [ ▂█▆ ] dim 0298 μ= -0.011 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▅█▃ ] dim 0299 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▆███▅▁ ] [ ▂▇█▃ ] dim 0300 μ= -0.023 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▃█▄ ] dim 0301 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▆█▇▂ ] dim 0302 μ= +0.008 σ= 0.035 zeros= 0% [ ▁▃█████▅▁ ] [ ▂█ ] dim 0303 μ= -0.017 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▅█▃ ] dim 0304 μ= -0.000 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▁▆█▇ ] dim 0305 μ= +0.024 σ= 0.035 zeros= 0% [ ▁▄█████▄▁ ] [ ▃█▇▃ ] dim 0306 μ= +0.012 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂▁ ] [ █▄ ] dim 0307 μ= +0.010 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▁▄█▇▄ ] dim 0308 μ= +0.030 σ= 0.038 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▇█▄ ] dim 0309 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂ ] [ ▂█ ] dim 0310 μ= -0.002 σ= 0.010 zeros= 0% [ ██▁ ] [ █ ] dim 0311 μ= +0.007 σ= 0.014 zeros= 0% [ ▆██▁ ] [ ▄██▅ ] dim 0312 μ= +0.018 σ= 0.035 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▂█▂ ] dim 0313 μ= +0.003 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▃██▆▃ ] dim 0314 μ= +0.003 σ= 0.047 zeros= 0% [ ▁▂▄▇█████▆▄▂▁ ] [ ▅█▁ ] dim 0315 μ= -0.001 σ= 0.021 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.009 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▃█▅ ] dim 0320 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ █▆ ] dim 0321 μ= -0.027 σ= 0.016 zeros= 0% [ ▄██▃ ] [ ▄██▃ ] dim 0322 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▃▇████▅▂ ] [ ▂█▅▃ ] dim 0323 μ= +0.013 σ= 0.035 zeros= 0% [ ▁▂▅████▆▂ ] [ ▅█ ] dim 0324 μ= -0.023 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▄█▆▃ ] dim 0325 μ= +0.011 σ= 0.036 zeros= 0% [ ▁▃▇████▆▂ ] [ ██ ] dim 0326 μ= -0.005 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▆█ ] dim 0327 μ= -0.023 σ= 0.019 zeros= 0% [ ▄██▆▁ ] [ █ ] dim 0328 μ= +0.003 σ= 0.010 zeros= 0% [ ▄█▃ ] [ ▅█▅ ] dim 0329 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▃▇███▇▂ ] [ ▃██▅▁ ] dim 0330 μ= +0.018 σ= 0.041 zeros= 0% [ ▁▃▆█████▄▂▁ ] [ ▄▇█▆ ] dim 0331 μ= -0.003 σ= 0.039 zeros= 0% [ ▁▃▇█████▄▂▁ ] [ ▂█▁ ] dim 0332 μ= +0.023 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▁██▂ ] dim 0333 μ= -0.003 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▄█ ] dim 0334 μ= +0.018 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▄█▃ ] dim 0335 μ= +0.003 σ= 0.023 zeros= 0% [ ▁▄███▃▁ ] [ ▂▇█▆ ] dim 0336 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▁▅█████▃▁ ] [ ▅█▅ ] dim 0337 μ= -0.014 σ= 0.027 zeros= 0% [ ▁▆███▆▂ ] [ ▃█▇ ] dim 0338 μ= +0.010 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▄█▅ ] dim 0339 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▆███▇▂ ] [ ▅█▄ ] dim 0340 μ= +0.000 σ= 0.032 zeros= 0% [ ▁▄████▇▂ ] [ ▆█ ] dim 0341 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▅███▁ ] [ ▄█▃ ] dim 0342 μ= -0.017 σ= 0.026 zeros= 0% [ ▁▅███▄▁ ] [ ▁█ ] dim 0343 μ= +0.000 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ██ ] dim 0344 μ= +0.014 σ= 0.024 zeros= 0% [ ▂███▇▂ ] [ ▁█▇ ] dim 0345 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▅█ ] dim 0346 μ= -0.004 σ= 0.015 zeros= 0% [ ▃██▄ ] [ ▂▆█▁ ] dim 0347 μ= -0.025 σ= 0.031 zeros= 0% [ ▁▄████▄▁ ] [ ▄█▇▂ ] dim 0348 μ= -0.008 σ= 0.033 zeros= 0% [ ▂▆████▅▂ ] [ ▃█▇▂ ] dim 0349 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ██ ] dim 0350 μ= +0.015 σ= 0.017 zeros= 0% [ ▅██▅ ] [ ▆█▂ ] dim 0351 μ= +0.019 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▅ ] dim 0352 μ= +0.006 σ= 0.029 zeros= 0% [ ▂▆███▇▂▁ ] [ ▅█▄ ] dim 0353 μ= -0.016 σ= 0.027 zeros= 0% [ ▂▆███▆▁ ] [ ▃██▄ ] dim 0354 μ= +0.013 σ= 0.036 zeros= 0% [ ▁▃▇████▅▃▁ ] [ █▅ ] dim 0355 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▄█▇▃ ] dim 0356 μ= +0.033 σ= 0.033 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.010 σ= 0.027 zeros= 0% [ ▁▅████▂▁ ] [ ▅█▄ ] dim 0361 μ= -0.016 σ= 0.036 zeros= 0% [ ▁▄█████▄▁▁ ] [ ██ ] dim 0362 μ= -0.026 σ= 0.017 zeros= 0% [ ▅██▅▁ ] [ ▇█▄ ] dim 0363 μ= +0.020 σ= 0.031 zeros= 0% [ ▁▄████▆▃ ] [ ▃█▅ ] dim 0364 μ= +0.009 σ= 0.029 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▅▁ ] dim 0365 μ= +0.031 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▆█▁ ] dim 0366 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ █ ] dim 0367 μ= +0.004 σ= 0.015 zeros= 0% [ ▁██▇▁ ] [ ▁█▆ ] dim 0368 μ= -0.008 σ= 0.022 zeros= 0% [ ▂███▇▁ ] [ █▇ ] dim 0369 μ= +0.032 σ= 0.020 zeros= 0% [ ▁▇██▅▁ ] [ ▇█▁ ] dim 0370 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁▅██▁ ] dim 0371 μ= +0.005 σ= 0.036 zeros= 0% [ ▁▂▄█████▃▂ ] [ ▃██▇ ] dim 0372 μ= +0.020 σ= 0.035 zeros= 0% [ ▁▆█████▃▁ ] [ ▂▅█▃ ] dim 0373 μ= +0.000 σ= 0.033 zeros= 0% [ ▁▄████▇▂▁ ] [ ▆█▁ ] dim 0374 μ= -0.019 σ= 0.021 zeros= 0% [ ▄███▃ ] [ ▂█▆▁ ] dim 0375 μ= +0.011 σ= 0.029 zeros= 0% [ ▁▄████▃▁ ] [ █▃ ] dim 0376 μ= -0.012 σ= 0.018 zeros= 0% [ ▁▇██▃ ] [ ▇█▂ ] dim 0377 μ= -0.005 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▇█▂ ] dim 0378 μ= -0.001 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▃█▃ ] dim 0379 μ= +0.004 σ= 0.026 zeros= 0% [ ▁▅███▅▁ ] [ ▆█ ] dim 0380 μ= -0.003 σ= 0.024 zeros= 0% [ ▁▇███▃▁ ] [ ▂█ ] dim 0381 μ= +0.003 σ= 0.017 zeros= 0% [ ▂██▇▁ ] [ ▃█▅▁ ] dim 0382 μ= -0.010 σ= 0.030 zeros= 0% [ ▁▅████▃▁ ] [ ▆█▇ ] dim 0383 μ= +0.025 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▃██ ] dim 0384 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▅████▂ ] [ ▇█▃ ] dim 0385 μ= +0.020 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▆ ] dim 0386 μ= +0.011 σ= 0.024 zeros= 0% [ ▃███▇▁ ] [ █▁ ] dim 0387 μ= -0.010 σ= 0.011 zeros= 0% [ ▂██ ] [ ▁▅█▇▄ ] dim 0388 μ= +0.012 σ= 0.044 zeros= 0% [ ▁▂▄█████▇▅▂▁ ] [ ▄█▅ ] dim 0389 μ= +0.007 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ ▄█▅ ] dim 0390 μ= +0.025 σ= 0.027 zeros= 0% [ ▂▆███▆▂ ] [ ▅█▅ ] dim 0391 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▃████▆▂ ] [ ▇█▄ ] dim 0392 μ= +0.020 σ= 0.025 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▆▃ ] dim 0393 μ= -0.010 σ= 0.039 zeros= 0% [ ▂▄█████▆▂▁ ] [ ▅█ ] dim 0394 μ= +0.018 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▂▇█▄ ] dim 0395 μ= -0.001 σ= 0.033 zeros= 0% [ ▁▅████▇▂▁ ] [ ▃█▃ ] dim 0396 μ= -0.015 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▂█ ] dim 0397 μ= +0.003 σ= 0.018 zeros= 0% [ ▂███▁ ] [ ▂▆█▅▁ ] dim 0398 μ= +0.001 σ= 0.039 zeros= 0% [ ▁▃▅█████▅▂ ] [ █▁ ] dim 0399 μ= -0.013 σ= 0.016 zeros= 0% [ ▁▇██▂ ] [ ▄▇█▅ ] dim 0400 μ= -0.002 σ= 0.038 zeros= 0% [ ▁▂▇█████▄▁ ] [ ▅█▅ ] dim 0401 μ= -0.017 σ= 0.030 zeros= 0% [ ▃▇███▆▂ ] [ ▅█▂ ] dim 0402 μ= +0.001 σ= 0.026 zeros= 0% [ ▂▆███▄▁ ] [ ▁▆█▃ ] dim 0403 μ= -0.004 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▅█▃ ] dim 0404 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▂██▄ ] dim 0405 μ= +0.016 σ= 0.030 zeros= 0% [ ▁▄████▄▂ ] [ ▆█ ] dim 0406 μ= +0.016 σ= 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.004 σ= 0.038 zeros= 0% [ ▁▂▄█████▅▂ ] [ ▁█▆ ] dim 0413 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ ▁█▆ ] dim 0414 μ= -0.008 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ █▇ ] dim 0415 μ= -0.007 σ= 0.022 zeros= 0% [ ▂▇██▆▁ ] [ ▅██▃ ] dim 0416 μ= -0.004 σ= 0.038 zeros= 0% [ ▁▃▇████▇▄▁ ] [ ▄█▆ ] dim 0417 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▆███▇▂▁ ] [ ▄█▄ ] dim 0418 μ= -0.015 σ= 0.021 zeros= 0% [ ▃███▄▁ ] [ ▇█ ] dim 0419 μ= -0.005 σ= 0.014 zeros= 0% [ ▂██▃ ] [ ▁▆█▆▁ ] dim 0420 μ= +0.004 σ= 0.035 zeros= 0% [ ▁▅█████▄▁ ] [ ▇█▄ ] dim 0421 μ= -0.018 σ= 0.027 zeros= 0% [ ▂▇███▆▁ ] [ ▃█▆▁ ] dim 0422 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ██ ] dim 0423 μ= +0.015 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▅█ ] dim 0424 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▅██▇▂ ] [ ▅█▇▁ ] dim 0425 μ= -0.013 σ= 0.038 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ ▁█ ] dim 0426 μ= +0.019 σ= 0.012 zeros= 0% [ ▁██▃ ] [ ▃▇█▆▁ ] dim 0427 μ= +0.003 σ= 0.036 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▂▅█▅ ] dim 0428 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▂▅████▇▃▁ ] [ █▄ ] dim 0429 μ= +0.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.029 zeros= 0% [ ▂▆███▇▃▁ ] [ ▅█▃ ] dim 0434 μ= +0.002 σ= 0.026 zeros= 0% [ ▁▆███▅▁ ] [ █▁ ] dim 0435 μ= +0.006 σ= 0.017 zeros= 0% [ ▁▇██▁ ] [ ▃▇█▃ ] dim 0436 μ= -0.008 σ= 0.034 zeros= 0% [ ▁▂▇████▅▂ ] [ ▃█▇▂ ] dim 0437 μ= +0.010 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▅█▁ ] dim 0438 μ= -0.002 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ ▄█▄ ] dim 0439 μ= -0.017 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▅█▅ ] dim 0440 μ= +0.004 σ= 0.027 zeros= 0% [ ▁▆███▆▁ ] [ ▁▇█▇ ] dim 0441 μ= +0.020 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ █▄ ] dim 0442 μ= +0.011 σ= 0.019 zeros= 0% [ ▁▇██▄▁ ] [ █▄ ] dim 0443 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▄██▅ ] dim 0444 μ= +0.016 σ= 0.043 zeros= 0% [ ▂▄█████▇▅▂▁ ] [ ▂█▃ ] dim 0445 μ= +0.005 σ= 0.021 zeros= 0% [ ▃███▃▁ ] [ ▅█▂ ] dim 0446 μ= +0.019 σ= 0.028 zeros= 0% [ ▁▃▇███▅▁ ] [ ▄█▂ ] dim 0447 μ= +0.021 σ= 0.025 zeros= 0% [ ▂▅███▄▁ ] [ ▆█▆ ] dim 0448 μ= -0.014 σ= 0.030 zeros= 0% [ ▂▇████▃▁ ] [ █▇ ] dim 0449 μ= +0.013 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ ▃█▁ ] dim 0450 μ= -0.017 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▂█▄ ] dim 0451 μ= +0.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.009 σ= 0.043 zeros= 0% [ ▁▁▃▅██████▄▁ ] [ ▁▅█▆ ] dim 0456 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█▆▁ ] dim 0457 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▁▆█▃ ] dim 0458 μ= +0.017 σ= 0.031 zeros= 0% [ ▁▄████▅▂ ] [ ▂█▇ ] dim 0459 μ= -0.011 σ= 0.024 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.018 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▄▅█▅ ] dim 0464 μ= -0.021 σ= 0.041 zeros= 0% [ ▁▃▇█████▅▂ ] [ ▁██ ] dim 0465 μ= -0.007 σ= 0.026 zeros= 0% [ ▁▃███▇▃▁ ] [ ▄██▅▁ ] dim 0466 μ= -0.005 σ= 0.040 zeros= 0% [ ▁▄▆█████▃▁ ] [ ▅█▁ ] dim 0467 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▄███▃ ] [ ▂█▂ ] dim 0468 μ= +0.005 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▆█▄ ] dim 0469 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▃████▅▁ ] [ ▁█ ] dim 0470 μ= -0.016 σ= 0.017 zeros= 0% [ ▁███▁ ] [ ▄█ ] dim 0471 μ= +0.039 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▁██▃ ] dim 0472 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁█ ] dim 0473 μ= -0.016 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ██ ] dim 0474 μ= +0.014 σ= 0.022 zeros= 0% [ ▂████▁ ] [ ▃██▆▂ ] dim 0475 μ= -0.001 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▂ ] [ █▆ ] dim 0476 μ= -0.010 σ= 0.021 zeros= 0% [ ▂███▅▁ ] [ ██ ] dim 0477 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▅██▇▁ ] [ ▇█▁ ] dim 0478 μ= -0.024 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▅█▅ ] dim 0479 μ= +0.005 σ= 0.031 zeros= 0% [ ▁▂▇████▂▁ ] [ ▄██▂ ] dim 0480 μ= -0.008 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▄█ ] dim 0481 μ= +0.021 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▄█▇▁ ] dim 0482 μ= +0.009 σ= 0.028 zeros= 0% [ ▁▅████▃▁ ] [ ▃█▇▂ ] dim 0483 μ= -0.009 σ= 0.031 zeros= 0% [ ▂▆████▃▁ ] [ ▅█▅ ] dim 0484 μ= +0.003 σ= 0.035 zeros= 0% [ ▁▁▃█████▃▁ ] [ ▆█ ] dim 0485 μ= +0.016 σ= 0.015 zeros= 0% [ ▂██▃ ] [ ▅█▅ ] dim 0486 μ= +0.024 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▆█ ] dim 0487 μ= +0.016 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▂▅█▆▂ ] dim 0488 μ= +0.025 σ= 0.044 zeros= 0% [ ▁▃▆█████▇▃▁ ] [ ▂██ ] dim 0489 μ= -0.025 σ= 0.024 zeros= 0% [ ▂████▃ ] [ ▆██▁ ] dim 0490 μ= -0.011 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▂█ ] dim 0491 μ= +0.020 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▃█▆ ] dim 0492 μ= -0.011 σ= 0.029 zeros= 0% [ ▁▆███▇▃▁ ] [ ██ ] dim 0493 μ= +0.014 σ= 0.018 zeros= 0% [ ▁▆██▅ ] [ ▅█▁ ] dim 0494 μ= +0.021 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▆█▄ ] dim 0495 μ= -0.016 σ= 0.026 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.021 σ= 0.040 zeros= 0% [ ▁▃▇█████▅▂▁ ] [ █▆ ] dim 0501 μ= -0.006 σ= 0.013 zeros= 0% [ ▃██▂ ] [ ▄█ ] dim 0502 μ= +0.020 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▇█▅ ] dim 0503 μ= +0.002 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▄█ ] dim 0504 μ= -0.004 σ= 0.011 zeros= 0% [ ▁██▂ ] [ ▇█▁ ] dim 0505 μ= -0.002 σ= 0.024 zeros= 0% [ ▁▇███▃ ] [ ▃█▅ ] dim 0506 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▂█▆ ] dim 0507 μ= -0.011 σ= 0.024 zeros= 0% [ ▃███▅▁ ] [ ▂▇█▃ ] dim 0508 μ= -0.002 σ= 0.033 zeros= 0% [ ▁▄████▆▂▁ ] [ ▆█▂ ] dim 0509 μ= -0.001 σ= 0.024 zeros= 0% [ ▂▆███▃▁ ] [ ▂█▇▁ ] dim 0510 μ= -0.007 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▇▂ ] dim 0511 μ= +0.009 σ= 0.036 zeros= 0% [ ▁▃█████▅▂▁ ] [ ▅█▆ ] dim 0512 μ= -0.015 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ █ ] dim 0513 μ= +0.024 σ= 0.012 zeros= 0% [ ▆█▅ ] [ ▄█▆▁ ] dim 0514 μ= +0.010 σ= 0.033 zeros= 0% [ ▁▂▆████▅▁ ] [ ▁█▅ ] dim 0515 μ= -0.028 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▁█▂ ] dim 0516 μ= +0.025 σ= 0.020 zeros= 0% [ ▂███▂ ] [ ▄██▄ ] dim 0517 μ= -0.005 σ= 0.039 zeros= 0% [ ▁▃▇████▇▄▁ ] [ ▃█▄ ] dim 0518 μ= +0.026 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▄ ] dim 0519 μ= -0.039 σ= 0.028 zeros= 0% [ ▃▇███▅▁ ] [ ▃██▁ ] dim 0520 μ= +0.011 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ▆█▅ ] dim 0521 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▁██ ] dim 0522 μ= +0.013 σ= 0.025 zeros= 0% [ ▃████▂▁ ] [ ▅█ ] dim 0523 μ= +0.018 σ= 0.016 zeros= 0% [ ▂██▆ ] [ ▁█▆▁ ] dim 0524 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ █▇ ] dim 0525 μ= -0.006 σ= 0.011 zeros= 0% [ ▁██▁ ] [ ▄█▃ ] dim 0526 μ= -0.017 σ= 0.025 zeros= 0% [ ▁▅███▄▁ ] [ ▁█▆ ] dim 0527 μ= +0.013 σ= 0.025 zeros= 0% [ ▂███▇▂ ] [ ▅█▂ ] dim 0528 μ= -0.039 σ= 0.027 zeros= 0% [ ▂▇███▄▂ ] [ ▂▇█▃ ] dim 0529 μ= +0.013 σ= 0.029 zeros= 0% [ ▁▅████▄ ] [ ▅█▄ ] dim 0530 μ= -0.015 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▃█▃ ] dim 0531 μ= -0.016 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▃█▇▄ ] dim 0532 μ= -0.003 σ= 0.032 zeros= 0% [ ▁▅████▅▂▁ ] [ ▅█ ] dim 0533 μ= -0.001 σ= 0.020 zeros= 0% [ ▁▄███▂ ] [ ▂█▆▄ ] dim 0534 μ= -0.002 σ= 0.032 zeros= 0% [ ▂▄████▆▂ ] [ ▃██▆▃ ] dim 0535 μ= -0.018 σ= 0.039 zeros= 0% [ ▁▃▆█████▅▂ ] [ ██ ] dim 0536 μ= +0.016 σ= 0.019 zeros= 0% [ ▁▅██▇▁ ] [ ▅█▄ ] dim 0537 μ= +0.004 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▂█▆ ] dim 0538 μ= +0.029 σ= 0.029 zeros= 0% [ ▁▅████▃ ] [ ▂▇█▆▁ ] dim 0539 μ= +0.003 σ= 0.037 zeros= 0% [ ▁▂▄█████▅▂ ] [ ▃█▆▁ ] dim 0540 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▆████▆▂ ] [ ▅█▃ ] dim 0541 μ= -0.002 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▃██▃ ] dim 0542 μ= -0.005 σ= 0.032 zeros= 0% [ ▁▅████▅▂ ] [ ▁▅█▄ ] dim 0543 μ= +0.019 σ= 0.038 zeros= 0% [ ▁▃▆████▇▃▁ ] [ ▄█▄ ] dim 0544 μ= +0.005 σ= 0.022 zeros= 0% [ ▃███▄ ] [ ▃█ ] dim 0545 μ= -0.019 σ= 0.016 zeros= 0% [ ▂██▆▁ ] [ ▁▆█▇▁ ] dim 0546 μ= -0.016 σ= 0.033 zeros= 0% [ ▁▄█████▃▁ ] [ ▃█▅ ] dim 0547 μ= -0.013 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▄ ] dim 0548 μ= -0.035 σ= 0.024 zeros= 0% [ ▁▅███▄▁ ] [ ▃█▇▂ ] dim 0549 μ= +0.013 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▅▇█▄ ] dim 0550 μ= -0.007 σ= 0.039 zeros= 0% [ ▂▄█████▇▅▁ ] [ █▂ ] dim 0551 μ= +0.008 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ▂▇█▂ ] dim 0552 μ= -0.006 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▁██▁ ] dim 0553 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▃████▃▁ ] [ ▄█ ] dim 0554 μ= +0.018 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▂██▃ ] dim 0555 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▅█▅ ] dim 0556 μ= -0.015 σ= 0.034 zeros= 0% [ ▁▄█████▄▁ ] [ ▇█ ] dim 0557 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▃█▆ ] dim 0558 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ ▂▇█▆▃ ] dim 0559 μ= -0.012 σ= 0.041 zeros= 0% [ ▁▂▅█████▇▃▁ ] [ ▄██▅ ] dim 0560 μ= -0.001 σ= 0.037 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▃█▆▄ ] dim 0561 μ= -0.023 σ= 0.036 zeros= 0% [ ▁▂▆█████▃▁ ] [ ▅█▁ ] dim 0562 μ= +0.000 σ= 0.021 zeros= 0% [ ▄███▂ ] [ ▂█▆ ] dim 0563 μ= +0.031 σ= 0.027 zeros= 0% [ ▁▄████▂ ] [ ▁█▃ ] dim 0564 μ= +0.006 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅█▁ ] dim 0565 μ= -0.021 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▄█▅ ] dim 0566 μ= +0.008 σ= 0.028 zeros= 0% [ ▁▅███▇▂▁ ] [ ▁█ ] dim 0567 μ= +0.003 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ █▇ ] dim 0568 μ= +0.016 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▄█▄ ] dim 0569 μ= -0.016 σ= 0.029 zeros= 0% [ ▂▆███▆▂ ] [ ▇█ ] dim 0570 μ= +0.015 σ= 0.026 zeros= 0% [ ▂████▃ ] [ ▁▅█▅ ] dim 0571 μ= +0.001 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ █▁ ] dim 0572 μ= +0.008 σ= 0.015 zeros= 0% [ ▆██▁ ] [ ▆█ ] dim 0573 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▇██▇▁ ] [ █▃ ] dim 0574 μ= -0.011 σ= 0.015 zeros= 0% [ ▁▅██▂ ] [ ▃▆█▆▂ ] dim 0575 μ= +0.003 σ= 0.043 zeros= 0% [ ▁▄▇█████▆▃▁ ] [ ██▁ ] dim 0576 μ= +0.016 σ= 0.025 zeros= 0% [ ▂████▃▁ ] [ ▅█ ] dim 0577 μ= -0.002 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▄█▆▂ ] dim 0578 μ= -0.011 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▃█▆ ] dim 0579 μ= -0.010 σ= 0.025 zeros= 0% [ ▁▃███▇▂ ] [ ▆█▁ ] dim 0580 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▃████▄▁ ] [ ▄█▃ ] dim 0581 μ= +0.002 σ= 0.025 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.032 σ= 0.050 zeros= 0% [ ▁▁▂▄▇██████▆▂▁ ] -> OUTLIER_SPREAD: this_std=0.0503, mean_std=0.0265, +3.4sigma vs threshold=3.0sigma [ ▄█▂ ] dim 0586 μ= +0.002 σ= 0.021 zeros= 0% [ ▄███▃ ] [ █▅ ] dim 0587 μ= -0.008 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▅█▆▁ ] dim 0588 μ= -0.013 σ= 0.034 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█ ] dim 0589 μ= -0.001 σ= 0.016 zeros= 0% [ ▂██▅ ] [ ▅█▅ ] dim 0590 μ= +0.006 σ= 0.035 zeros= 0% [ ▁▄▇████▄▁ ] [ ▅█ ] dim 0591 μ= -0.021 σ= 0.018 zeros= 0% [ ▃██▆▁ ] [ ██ ] dim 0592 μ= -0.005 σ= 0.022 zeros= 0% [ ▂▇███▂ ] [ ▂█▇▃ ] dim 0593 μ= +0.018 σ= 0.035 zeros= 0% [ ▂▅████▆▃▁ ] [ ▁▇█▆ ] dim 0594 μ= +0.001 σ= 0.035 zeros= 0% [ ▁▂▄█████▃▁ ] [ ▂█▅ ] dim 0595 μ= +0.009 σ= 0.026 zeros= 0% [ ▁▄███▆▂ ] [ ▂█▃ ] dim 0596 μ= +0.005 σ= 0.022 zeros= 0% [ ▄███▃▁ ] [ ▂█▇▁ ] dim 0597 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▄ ] dim 0598 μ= +0.005 σ= 0.029 zeros= 0% [ ▂▆███▇▂ ] [ █ ] dim 0599 μ= +0.023 σ= 0.013 zeros= 0% [ ▁▇█▆ ] [ ▂██▆▁ ] dim 0600 μ= -0.017 σ= 0.036 zeros= 0% [ ▂▄█████▄▂ ] [ ▇█ ] dim 0601 μ= +0.014 σ= 0.020 zeros= 0% [ ▁▆██▆▁ ] [ █▃ ] dim 0602 μ= -0.012 σ= 0.019 zeros= 0% [ ▂███▃ ] [ █▇▂ ] dim 0603 μ= -0.023 σ= 0.026 zeros= 0% [ ▂████▃▁ ] [ ▆█▄ ] dim 0604 μ= +0.002 σ= 0.028 zeros= 0% [ ▂▆███▅▂ ] [ ▁██▂ ] dim 0605 μ= +0.015 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ █▆ ] dim 0606 μ= +0.030 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▁▆█▅ ] dim 0607 μ= +0.001 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃██▅▁ ] dim 0608 μ= -0.001 σ= 0.038 zeros= 0% [ ▁▃▆█████▅▁ ] [ ▅█▇ ] dim 0609 μ= +0.007 σ= 0.030 zeros= 0% [ ▂▇████▃▁ ] [ ▇█ ] dim 0610 μ= +0.018 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▆█▃ ] dim 0611 μ= -0.001 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▅█▇▃ ] dim 0612 μ= +0.010 σ= 0.040 zeros= 0% [ ▁▂▄█████▆▃▁ ] [ ▁█ ] dim 0613 μ= +0.020 σ= 0.013 zeros= 0% [ ▁██▃ ] [ ▃█▆ ] dim 0614 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▃███▇▁ ] [ █▅ ] dim 0615 μ= -0.009 σ= 0.017 zeros= 0% [ ▅██▃ ] [ ▇█ ] dim 0616 μ= -0.004 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ▆█▇▁ ] dim 0617 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ ▅█▄ ] dim 0618 μ= +0.002 σ= 0.026 zeros= 0% [ ▂▆███▅▁ ] [ █▄ ] dim 0619 μ= -0.010 σ= 0.016 zeros= 0% [ ▁▆██▂ ] [ ▆█▂ ] dim 0620 μ= -0.002 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▅█▁ ] dim 0621 μ= -0.039 σ= 0.022 zeros= 0% [ ▁▄███▃ ] [ ▂▇█▂ ] dim 0622 μ= -0.008 σ= 0.033 zeros= 0% [ ▁▂▆████▅▁ ] [ ▃█▄ ] dim 0623 μ= +0.007 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ██ ] dim 0624 μ= -0.005 σ= 0.020 zeros= 0% [ ▁▇██▇▁ ] [ ▆█▂ ] dim 0625 μ= -0.020 σ= 0.025 zeros= 0% [ ▁▇███▄▁ ] [ ▂██▆▁ ] dim 0626 μ= -0.016 σ= 0.040 zeros= 0% [ ▁▂▆█████▆▂▁ ] [ ▆█▂ ] dim 0627 μ= +0.018 σ= 0.026 zeros= 0% [ ▂▇███▃▁ ] [ ▃▆█▆ ] dim 0628 μ= -0.021 σ= 0.035 zeros= 0% [ ▂▅█████▃▁ ] [ ▄█▆▁ ] dim 0629 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃▇████▃▁ ] [ ▆█▃ ] dim 0630 μ= -0.020 σ= 0.026 zeros= 0% [ ▂▇███▄▁ ] [ ▄█▄ ] dim 0631 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▃▇███▅▁ ] [ ▂█▃ ] dim 0632 μ= -0.014 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▃█▃ ] dim 0633 μ= -0.016 σ= 0.023 zeros= 0% [ ▁▄███▄▁ ] [ ██ ] dim 0634 μ= -0.008 σ= 0.019 zeros= 0% [ ▁▆██▄▁ ] [ ▃▆█▅ ] dim 0635 μ= -0.019 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▆█ ] dim 0636 μ= -0.003 σ= 0.020 zeros= 0% [ ▁▄██▇▁ ] [ ▃██▃ ] dim 0637 μ= -0.026 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▆█▁ ] dim 0638 μ= -0.022 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▂██▄ ] dim 0639 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▂▄████▆▂▁ ] [ ▃█▁ ] dim 0640 μ= +0.003 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▅▇█▃ ] dim 0641 μ= -0.008 σ= 0.041 zeros= 0% [ ▁▁▅█████▇▃▁ ] [ ▇█▃ ] dim 0642 μ= +0.020 σ= 0.024 zeros= 0% [ ▁▆███▄ ] [ █▇ ] dim 0643 μ= -0.008 σ= 0.020 zeros= 0% [ ▁███▅▁ ] [ ▅█▅ ] dim 0644 μ= -0.016 σ= 0.029 zeros= 0% [ ▂▇███▆▂ ] [ ▁▇█▂ ] dim 0645 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▄████▅▁ ] [ ▃█▆ ] dim 0646 μ= +0.010 σ= 0.030 zeros= 0% [ ▁▆████▄▁ ] [ █▇▁ ] dim 0647 μ= -0.004 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▃█▅ ] dim 0648 μ= +0.006 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▆█▆▂ ] dim 0649 μ= -0.013 σ= 0.036 zeros= 0% [ ▁▄█████▅▂ ] [ ▃█▇ ] dim 0650 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▅████▄▁ ] [ ▃█▄ ] dim 0651 μ= +0.007 σ= 0.031 zeros= 0% [ ▁▂▇███▇▃▁ ] [ ▃█▇ ] dim 0652 μ= +0.028 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ▄█▇ ] dim 0653 μ= -0.012 σ= 0.031 zeros= 0% [ ▂▇████▃▁ ] [ █▇ ] dim 0654 μ= -0.005 σ= 0.021 zeros= 0% [ ▁▆██▇▁ ] [ ▅█▃ ] dim 0655 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▂ ] dim 0656 μ= +0.002 σ= 0.021 zeros= 0% [ ▁▃███▃ ] [ ▅▇█▅ ] dim 0657 μ= +0.013 σ= 0.033 zeros= 0% [ ▃▆████▆▂ ] [ ▂█ ] dim 0658 μ= +0.000 σ= 0.018 zeros= 0% [ ▃██▇▁ ] [ ▂█▇▃ ] dim 0659 μ= +0.019 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▂▆█▇▂ ] dim 0660 μ= +0.004 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂ ] [ ▆█ ] dim 0661 μ= -0.003 σ= 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.011 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▄█▂ ] dim 0666 μ= +0.003 σ= 0.022 zeros= 0% [ ▁▄███▄ ] [ ▃█▇▂ ] dim 0667 μ= +0.008 σ= 0.039 zeros= 0% [ ▁▂▄█████▆▂▁ ] [ █▄ ] dim 0668 μ= +0.007 σ= 0.019 zeros= 0% [ ▁███▂ ] [ ▅█▂ ] dim 0669 μ= -0.019 σ= 0.027 zeros= 0% [ ▂▇███▄▁ ] [ ▁█▇ ] dim 0670 μ= +0.010 σ= 0.024 zeros= 0% [ ▃███▆▁ ] [ ▁█▅ ] dim 0671 μ= +0.030 σ= 0.023 zeros= 0% [ ▃███▆▁ ] [ ▁█▅ ] dim 0672 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ ▂█▅ ] dim 0673 μ= +0.009 σ= 0.023 zeros= 0% [ ▂███▅▁ ] [ ▆█▃ ] dim 0674 μ= +0.019 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▆█▅ ] dim 0675 μ= +0.018 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▅█▅ ] dim 0676 μ= -0.017 σ= 0.026 zeros= 0% [ ▂▅███▅▁ ] [ ▃██▅ ] dim 0677 μ= +0.017 σ= 0.035 zeros= 0% [ ▁▃▅████▇▂▁ ] [ ▁█▇ ] dim 0678 μ= -0.027 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▂██▃ ] dim 0679 μ= -0.003 σ= 0.028 zeros= 0% [ ▃████▅▁ ] [ ▁█▃ ] dim 0680 μ= +0.007 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▅█▂ ] dim 0681 μ= +0.039 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▁█▄ ] dim 0682 μ= -0.012 σ= 0.021 zeros= 0% [ ▂███▄▁ ] [ ▆█▅ ] dim 0683 μ= +0.002 σ= 0.031 zeros= 0% [ ▁▃▇███▆▂ ] [ ▅█ ] dim 0684 μ= +0.019 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▁█▆ ] dim 0685 μ= +0.013 σ= 0.027 zeros= 0% [ ▁▃████▃ ] [ ▄█▆▃ ] dim 0686 μ= -0.023 σ= 0.040 zeros= 0% [ ▁▃▆█████▄▂ ] [ ▁▇█▃ ] dim 0687 μ= -0.003 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅██▂ ] dim 0688 μ= -0.013 σ= 0.036 zeros= 0% [ ▂▄█████▅▁▁ ] [ ▂█▄ ] dim 0689 μ= -0.013 σ= 0.021 zeros= 0% [ ▂███▄ ] [ █▄ ] dim 0690 μ= +0.010 σ= 0.017 zeros= 0% [ ▁▆██▃ ] [ ▆█▄ ] dim 0691 μ= +0.019 σ= 0.031 zeros= 0% [ ▁▄████▆▁ ] [ ▂██▄ ] dim 0692 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▅█▆ ] dim 0693 μ= -0.013 σ= 0.033 zeros= 0% [ ▁▃▇███▇▄▁ ] [ ▁█▆ ] dim 0694 μ= +0.010 σ= 0.022 zeros= 0% [ ▃███▅▁ ] [ ▃█▄ ] dim 0695 μ= -0.015 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ ▂▇█ ] dim 0696 μ= +0.011 σ= 0.023 zeros= 0% [ ▁▃███▆▁ ] [ ▅█▅ ] dim 0697 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▅█ ] dim 0698 μ= -0.021 σ= 0.017 zeros= 0% [ ▃██▆▁ ] [ ▆█▁ ] dim 0699 μ= -0.003 σ= 0.027 zeros= 0% [ ▃▇███▃▁ ] [ ▆█▁ ] dim 0700 μ= -0.003 σ= 0.026 zeros= 0% [ ▃▇███▃▁ ] [ ▄█▇▁ ] dim 0701 μ= +0.011 σ= 0.032 zeros= 0% [ ▂▇████▅▁ ] [ ██▁ ] dim 0702 μ= -0.004 σ= 0.026 zeros= 0% [ ▃████▃▁ ] [ ▄█▂ ] dim 0703 μ= +0.001 σ= 0.025 zeros= 0% [ ▁▆███▃▁ ] [ ▆█ ] dim 0704 μ= -0.004 σ= 0.015 zeros= 0% [ ▂██▄ ] [ ▄█▆▁ ] dim 0705 μ= -0.010 σ= 0.030 zeros= 0% [ ▂▅████▃▁ ] [ █ ] dim 0706 μ= +0.024 σ= 0.014 zeros= 0% [ ▇█▇ ] [ ▃█ ] dim 0707 μ= -0.018 σ= 0.018 zeros= 0% [ ▂██▇▁ ] [ ▄█▇▁ ] dim 0708 μ= +0.009 σ= 0.032 zeros= 0% [ ▂▆████▄▁ ] [ ▇█▂ ] dim 0709 μ= +0.019 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▃▇█▆▁ ] dim 0710 μ= +0.000 σ= 0.039 zeros= 0% [ ▁▂▆█████▄▂ ] [ ▅█▇▃ ] dim 0711 μ= -0.010 σ= 0.038 zeros= 0% [ ▂▄█████▅▃ ] [ ▄█▅ ] dim 0712 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▁▆█▁ ] dim 0713 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▃████▃ ] [ ▃█▆▃ ] dim 0714 μ= -0.007 σ= 0.035 zeros= 0% [ ▁▂▆████▅▂ ] [ ▄█ ] dim 0715 μ= +0.019 σ= 0.020 zeros= 0% [ ▄███▁ ] [ █▇ ] dim 0716 μ= +0.013 σ= 0.019 zeros= 0% [ ▁▆██▅ ] [ ▄█▇ ] dim 0717 μ= +0.008 σ= 0.029 zeros= 0% [ ▂▆████▃▁ ] [ ▇█ ] dim 0718 μ= -0.025 σ= 0.017 zeros= 0% [ ▄██▅ ] [ ▁▆█▄▁ ] dim 0719 μ= +0.041 σ= 0.036 zeros= 0% [ ▁▂▅█████▃▁ ] [ ▁▆█▄ ] dim 0720 μ= -0.001 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▄█▄ ] dim 0721 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▆█ ] dim 0722 μ= -0.003 σ= 0.018 zeros= 0% [ ▄██▆ ] [ ▁▆█▅ ] dim 0723 μ= -0.018 σ= 0.033 zeros= 0% [ ▁▄████▇▃▁ ] [ ▃█▇▂ ] dim 0724 μ= +0.011 σ= 0.033 zeros= 0% [ ▁▂▆████▅▁ ] [ ▃█▂ ] dim 0725 μ= +0.004 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▅██▄ ] dim 0726 μ= -0.008 σ= 0.040 zeros= 0% [ ▁▅██████▄▁ ] [ █▄ ] dim 0727 μ= -0.009 σ= 0.025 zeros= 0% [ ▃███▆▁ ] [ ▃█▁ ] dim 0728 μ= -0.019 σ= 0.021 zeros= 0% [ ▁▃███▂ ] [ ▂█▆ ] dim 0729 μ= +0.009 σ= 0.024 zeros= 0% [ ▁▄███▆▁ ] [ ▆█▅ ] dim 0730 μ= -0.015 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▆█▆ ] dim 0731 μ= +0.004 σ= 0.030 zeros= 0% [ ▃▇███▇▂▁ ] [ ▅█▇ ] dim 0732 μ= +0.007 σ= 0.028 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▅ ] dim 0733 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ █▄ ] dim 0734 μ= -0.011 σ= 0.022 zeros= 0% [ ▂███▄▁ ] [ ▂█▃ ] dim 0735 μ= -0.015 σ= 0.022 zeros= 0% [ ▃███▃ ] [ █▆ ] dim 0736 μ= -0.026 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▂▆█▅ ] dim 0737 μ= -0.021 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▄█▇▆▂ ] dim 0738 μ= +0.023 σ= 0.043 zeros= 0% [ ▁▃▆█████▆▃▁ ] [ ▃█▁ ] dim 0739 μ= -0.017 σ= 0.021 zeros= 0% [ ▃███▃ ] [ ▃▇█▅ ] dim 0740 μ= +0.015 σ= 0.038 zeros= 0% [ ▁▃▇████▇▃▁ ] [ ▂█▆ ] dim 0741 μ= +0.029 σ= 0.025 zeros= 0% [ ▁▄███▆▁ ] [ ▅█▆ ] dim 0742 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃▆████▄▁ ] [ ▃█ ] dim 0743 μ= -0.038 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁▆█▅ ] dim 0744 μ= +0.003 σ= 0.031 zeros= 0% [ ▁▂████▇▂▁ ] [ ▇█▁ ] dim 0745 μ= +0.017 σ= 0.023 zeros= 0% [ ▂▇███▃ ] [ █▆ ] dim 0746 μ= -0.007 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▁█▇▂ ] dim 0747 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▄████▄▁ ] [ ▂▇█▃ ] dim 0748 μ= -0.023 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ ▁█▄ ] dim 0749 μ= -0.011 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▄█▆▆ ] dim 0750 μ= -0.004 σ= 0.039 zeros= 0% [ ▁▄▇█████▄▁ ] [ ▄█▃ ] dim 0751 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▃████▆▃▁ ] [ ▆█▄ ] dim 0752 μ= +0.002 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▁██ ] dim 0753 μ= -0.006 σ= 0.024 zeros= 0% [ ▃████▂ ] [ █ ] dim 0754 μ= -0.012 σ= 0.011 zeros= 0% [ ▃█▆ ] [ ██ ] dim 0755 μ= -0.006 σ= 0.017 zeros= 0% [ ▅██▄ ] [ ▂██▁ ] dim 0756 μ= +0.014 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▄█▃ ] dim 0757 μ= +0.001 σ= 0.026 zeros= 0% [ ▁▇███▄▁ ] [ ▄█▇▂ ] dim 0758 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▂▆████▄▂ ] [ ▂██▄ ] dim 0759 μ= +0.020 σ= 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.030 zeros= 0% [ ▁▅████▄▁ ] [ ▁█▆▂ ] dim 0763 μ= -0.005 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▂█▅ ] dim 0764 μ= +0.009 σ= 0.025 zeros= 0% [ ▁▃███▆▁ ] [ █▆ ] dim 0765 μ= +0.012 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▂█▆▁ ] dim 0766 μ= -0.010 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▂██▂ ] dim 0767 μ= +0.014 σ= 0.031 zeros= 0% [ ▂▄████▅▁ ] [ █▅ ] dim 0768 μ= -0.011 σ= 0.020 zeros= 0% [ ▂███▄ ] [ ▁▇█▂ ] dim 0769 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▂██▃ ] dim 0770 μ= -0.004 σ= 0.030 zeros= 0% [ ▁▅████▅▁ ] [ ▂█▄ ] dim 0771 μ= -0.012 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ █▇ ] dim 0772 μ= +0.014 σ= 0.016 zeros= 0% [ ▄██▄ ] [ ▆██▂ ] dim 0773 μ= -0.010 σ= 0.029 zeros= 0% [ ▂▅████▃▁ ] [ ▂▆▇█▅ ] dim 0774 μ= -0.011 σ= 0.037 zeros= 0% [ ▁▁▄█████▆▂▁ ] [ ▇█ ] dim 0775 μ= -0.004 σ= 0.022 zeros= 0% [ ▁▇███▂ ] [ ▅█▆ ] dim 0776 μ= +0.007 σ= 0.033 zeros= 0% [ ▁▃▇████▄▁ ] [ ▄█▄ ] dim 0777 μ= -0.016 σ= 0.031 zeros= 0% [ ▁▂▇███▇▂▁ ] [ ██ ] dim 0778 μ= +0.015 σ= 0.021 zeros= 0% [ ▁▇██▇▂ ] [ █▇ ] dim 0779 μ= -0.006 σ= 0.024 zeros= 0% [ ▂▇███▂ ] [ ██▂ ] dim 0780 μ= -0.023 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ █▃ ] dim 0781 μ= -0.011 σ= 0.020 zeros= 0% [ ▂▇██▄▁ ] [ █▂ ] dim 0782 μ= +0.027 σ= 0.016 zeros= 0% [ ▁▇██▁ ] [ ▅█▁ ] dim 0783 μ= -0.000 σ= 0.024 zeros= 0% [ ▁▆███▃▁ ] [ ▁▇█ ] dim 0784 μ= -0.005 σ= 0.026 zeros= 0% [ ▃████▃ ] [ ▇█▂ ] dim 0785 μ= -0.003 σ= 0.023 zeros= 0% [ ▂▇███▂ ] [ ▆█▄ ] dim 0786 μ= +0.022 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▄█▂ ] dim 0787 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄█▅ ] dim 0788 μ= +0.026 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▁▆█▃ ] dim 0789 μ= +0.018 σ= 0.027 zeros= 0% [ ▂████▃▁ ] [ ▂█▇▂ ] dim 0790 μ= -0.026 σ= 0.034 zeros= 0% [ ▁▂▅████▆▂▁ ] [ █▄ ] dim 0791 μ= -0.009 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▂██▃ ] dim 0792 μ= +0.017 σ= 0.033 zeros= 0% [ ▁▅████▆▂▁ ] [ ▁█▇ ] dim 0793 μ= -0.007 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▆█▃ ] dim 0794 μ= -0.000 σ= 0.025 zeros= 0% [ ▂▆███▃▁ ] [ ▁▇█▁ ] dim 0795 μ= -0.005 σ= 0.026 zeros= 0% [ ▁▂████▃▁ ] [ █▇ ] dim 0796 μ= +0.015 σ= 0.025 zeros= 0% [ ▂███▇▃ ] [ ▁█▆ ] dim 0797 μ= -0.029 σ= 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.037 zeros= 0% [ ▁▃█████▆▂▁ ] [ █▄ ] dim 0801 μ= -0.029 σ= 0.013 zeros= 0% [ ▃██▁ ] [ ▆█ ] dim 0802 μ= -0.026 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ █▂ ] dim 0803 μ= +0.009 σ= 0.015 zeros= 0% [ ▅██▁ ] [ ▂▇█▅ ] dim 0804 μ= +0.017 σ= 0.034 zeros= 0% [ ▁▂▅████▇▃ ] [ ▁█ ] dim 0805 μ= -0.022 σ= 0.008 zeros= 0% [ ██ ] [ ▆█ ] dim 0806 μ= -0.024 σ= 0.023 zeros= 0% [ ▁▇███▂ ] [ ▄▇█▅ ] dim 0807 μ= +0.017 σ= 0.040 zeros= 0% [ ▁▃▇█████▄▂▁ ] [ ▆█▅ ] dim 0808 μ= +0.005 σ= 0.030 zeros= 0% [ ▂▇███▇▃▁ ] [ █▅ ] dim 0809 μ= +0.011 σ= 0.018 zeros= 0% [ ▁▆██▄ ] [ ▄█▅ ] dim 0810 μ= +0.007 σ= 0.030 zeros= 0% [ ▂▅███▇▃▁ ] [ ▃█▇▁ ] dim 0811 μ= +0.012 σ= 0.033 zeros= 0% [ ▁▂▆████▄▂ ] [ ▅█▄ ] dim 0812 μ= +0.004 σ= 0.033 zeros= 0% [ ▁▃█████▃▁ ] [ ▃█▆ ] dim 0813 μ= +0.029 σ= 0.024 zeros= 0% [ ▁▃███▅▁ ] [ █▇ ] dim 0814 μ= +0.011 σ= 0.022 zeros= 0% [ ▂███▆▁ ] [ ▇█▁ ] dim 0815 μ= -0.003 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▄█ ] dim 0816 μ= +0.040 σ= 0.022 zeros= 0% [ ▁▄███▂ ] [ █▇ ] dim 0817 μ= +0.034 σ= 0.015 zeros= 0% [ ▄██▃ ] [ ▃█▆ ] dim 0818 μ= -0.014 σ= 0.032 zeros= 0% [ ▁▃▇███▇▃▁ ] [ ▄▆█▃ ] dim 0819 μ= +0.034 σ= 0.034 zeros= 0% [ ▁▂▆████▅▂▁ ] [ ▂▇█▇ ] dim 0820 μ= +0.005 σ= 0.035 zeros= 0% [ ▁▃█████▃▂ ] [ ▄█▂ ] dim 0821 μ= +0.002 σ= 0.021 zeros= 0% [ ▄███▃ ] [ █▆ ] dim 0822 μ= -0.008 σ= 0.020 zeros= 0% [ ▁▇██▆▁ ] [ ▄█▇▁ ] dim 0823 μ= -0.012 σ= 0.034 zeros= 0% [ ▁▃▇████▄▂ ] [ ▁▆█ ] dim 0824 μ= -0.006 σ= 0.025 zeros= 0% [ ▃████▂ ] [ ▆█▂ ] dim 0825 μ= -0.000 σ= 0.024 zeros= 0% [ ▂▆███▄ ] [ ▂██▃ ] dim 0826 μ= +0.017 σ= 0.030 zeros= 0% [ ▁▄████▅▂ ] [ █▃ ] dim 0827 μ= -0.012 σ= 0.018 zeros= 0% [ ▁███▂ ] [ ▁▇█▃ ] dim 0828 μ= -0.024 σ= 0.028 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▆▄ ] dim 0829 μ= -0.008 σ= 0.036 zeros= 0% [ ▁▃▇████▅▃ ] [ ▂██▅▁ ] dim 0830 μ= +0.001 σ= 0.038 zeros= 0% [ ▁▂▅█████▄▂▁ ] [ ▂█ ] dim 0831 μ= -0.000 σ= 0.014 zeros= 0% [ ▁██▄ ] [ ▄█▄ ] dim 0832 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▅███▅▂ ] [ ▁▆█▃ ] dim 0833 μ= +0.000 σ= 0.031 zeros= 0% [ ▁▃████▅▂▁ ] [ ▃▇█▅ ] dim 0834 μ= -0.001 σ= 0.034 zeros= 0% [ ▂▄████▇▃▁ ] [ ▁▇█▁ ] dim 0835 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▃████▃▁ ] [ ▄█▁ ] dim 0836 μ= +0.001 σ= 0.021 zeros= 0% [ ▁▄███▂ ] [ ▄█▅ ] dim 0837 μ= +0.026 σ= 0.027 zeros= 0% [ ▁▅███▆▁ ] [ █▇ ] dim 0838 μ= +0.013 σ= 0.021 zeros= 0% [ ▂▇██▆▁ ] [ ▃█▅ ] dim 0839 μ= -0.011 σ= 0.027 zeros= 0% [ ▁▅███▇▂ ] [ ▂█▇▂ ] dim 0840 μ= -0.004 σ= 0.031 zeros= 0% [ ▁▃████▄▁ ] [ ▃█▇ ] dim 0841 μ= +0.010 σ= 0.027 zeros= 0% [ ▁▄███▇▂ ] [ ▂▅█▃ ] dim 0842 μ= -0.021 σ= 0.032 zeros= 0% [ ▁▄████▆▂▁ ] [ █▃ ] dim 0843 μ= +0.010 σ= 0.013 zeros= 0% [ ▄██▁ ] [ ▃█▅ ] dim 0844 μ= +0.006 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▄█▆ ] dim 0845 μ= -0.012 σ= 0.030 zeros= 0% [ ▂▆████▃▁ ] [ ██▃ ] dim 0846 μ= -0.022 σ= 0.026 zeros= 0% [ ▂████▄▁ ] [ ▆█▅ ] dim 0847 μ= +0.023 σ= 0.032 zeros= 0% [ ▁▃█████▃▁ ] [ ▆█▃ ] dim 0848 μ= -0.000 σ= 0.032 zeros= 0% [ ▁▄████▆▂ ] [ ▂▇█▃ ] dim 0849 μ= +0.035 σ= 0.031 zeros= 0% [ ▂▅████▆▁ ] [ ██▂ ] dim 0850 μ= +0.019 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▄█▅ ] dim 0851 μ= +0.005 σ= 0.026 zeros= 0% [ ▁▅███▆▁ ] [ ▄█▇▃ ] dim 0852 μ= +0.012 σ= 0.039 zeros= 0% [ ▁▄█████▇▃▁ ] [ ▆█ ] dim 0853 μ= -0.001 σ= 0.020 zeros= 0% [ ▄███▂ ] [ ▂▇█ ] dim 0854 μ= +0.012 σ= 0.024 zeros= 0% [ ▃███▇▂ ] [ ▁█ ] dim 0855 μ= +0.003 σ= 0.016 zeros= 0% [ ▁███▁ ] [ ▃█▇ ] dim 0856 μ= +0.010 σ= 0.026 zeros= 0% [ ▁▄████▂ ] [ ▄█▆ ] dim 0857 μ= +0.007 σ= 0.029 zeros= 0% [ ▂▆███▇▂▁ ] [ ▇█▂ ] dim 0858 μ= -0.004 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▁ ] dim 0859 μ= -0.000 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁▇█▆▁ ] dim 0860 μ= -0.017 σ= 0.033 zeros= 0% [ ▁▁▄█████▃▁ ] [ ▂█ ] dim 0861 μ= +0.003 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▄██▄ ] dim 0862 μ= -0.025 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁ ] [ ██ ] dim 0863 μ= +0.015 σ= 0.023 zeros= 0% [ ▂███▇▂ ] [ ▃█▅ ] dim 0864 μ= +0.008 σ= 0.025 zeros= 0% [ ▁▄███▇▂ ] [ ▆█▂ ] dim 0865 μ= +0.000 σ= 0.022 zeros= 0% [ ▁▅███▂ ] [ ▅█▂ ] dim 0866 μ= -0.021 σ= 0.025 zeros= 0% [ ▂▆███▄▁ ] [ ▁█▅ ] dim 0867 μ= +0.009 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▄█▃ ] dim 0868 μ= +0.002 σ= 0.024 zeros= 0% [ ▁▅███▃▁ ] [ ▂█ ] dim 0869 μ= -0.038 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▁██▅ ] dim 0870 μ= -0.003 σ= 0.030 zeros= 0% [ ▁▄████▅▁ ] [ ▁▆█▆ ] dim 0871 μ= +0.004 σ= 0.036 zeros= 0% [ ▂▄█████▄▁▁ ] [ ▅█▇▄ ] dim 0872 μ= -0.011 σ= 0.036 zeros= 0% [ ▁▄█████▅▂▁ ] [ ▂█▆ ] dim 0873 μ= -0.008 σ= 0.029 zeros= 0% [ ▁▅████▄▁ ] [ ▃▆█▄ ] dim 0874 μ= +0.016 σ= 0.036 zeros= 0% [ ▁▂▆████▇▃▁ ] [ █▇ ] dim 0875 μ= -0.007 σ= 0.014 zeros= 0% [ ▄██▃ ] [ █▅ ] dim 0876 μ= +0.012 σ= 0.016 zeros= 0% [ ▅██▃ ] [ ▇█ ] dim 0877 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▄██▇▁ ] [ █▅ ] dim 0878 μ= -0.008 σ= 0.015 zeros= 0% [ ▄██▂ ] [ ▁▅█▇▄ ] dim 0879 μ= -0.007 σ= 0.039 zeros= 0% [ ▂▃██████▃▁ ] [ ▃█▇▂ ] dim 0880 μ= +0.031 σ= 0.033 zeros= 0% [ ▂▆████▄▁ ] [ ▃█▂ ] dim 0881 μ= -0.037 σ= 0.020 zeros= 0% [ ▃███▂ ] [ ▆█▅ ] dim 0882 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▃█████▄▁ ] [ ▄█▄ ] dim 0883 μ= -0.015 σ= 0.028 zeros= 0% [ ▂▆███▆▂ ] [ █▆▂ ] dim 0884 μ= -0.003 σ= 0.028 zeros= 0% [ ▁▃████▄▁ ] [ ▁█▂ ] dim 0885 μ= -0.015 σ= 0.019 zeros= 0% [ ▂███▂ ] [ ▅█▄ ] dim 0886 μ= -0.016 σ= 0.028 zeros= 0% [ ▂▇███▆▂ ] [ ▃█▁ ] dim 0887 μ= +0.042 σ= 0.019 zeros= 0% [ ▃███▂ ] [ ▁█▃ ] dim 0888 μ= -0.013 σ= 0.020 zeros= 0% [ ▂███▃ ] [ ▄█▅ ] dim 0889 μ= -0.013 σ= 0.031 zeros= 0% [ ▁▂▇████▃▁ ] [ █▇▁ ] dim 0890 μ= +0.017 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▅█▄ ] dim 0891 μ= +0.001 σ= 0.029 zeros= 0% [ ▁▃▆███▅▁ ] [ ▁█▅ ] dim 0892 μ= +0.010 σ= 0.020 zeros= 0% [ ▁███▄▁ ] [ ▃█▆▄ ] dim 0893 μ= -0.005 σ= 0.034 zeros= 0% [ ▂▅████▆▂▁ ] [ ▁█▇▂ ] dim 0894 μ= -0.023 σ= 0.027 zeros= 0% [ ▃████▄▁ ] [ ▄██▇▃ ] dim 0895 μ= +0.001 σ= 0.043 zeros= 0% [ ▁▁▃██████▆▃▁ ] [ ▁▆█▅ ] dim 0896 μ= +0.038 σ= 0.032 zeros= 0% [ ▁▅████▆▂ ] [ █▇ ] dim 0897 μ= -0.006 σ= 0.022 zeros= 0% [ ▁████▁ ] [ ▅█▄ ] dim 0898 μ= -0.035 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▄█ ] dim 0899 μ= -0.020 σ= 0.017 zeros= 0% [ ▂██▆▁ ] [ ▂█▅ ] dim 0900 μ= -0.011 σ= 0.028 zeros= 0% [ ▁▅███▆▃ ] [ ▅██▂ ] dim 0901 μ= +0.012 σ= 0.033 zeros= 0% [ ▂▇████▆▂ ] [ ▅█▅ ] dim 0902 μ= +0.021 σ= 0.029 zeros= 0% [ ▁▃▇███▆▂ ] [ ▃▇█▃ ] dim 0903 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▅█████▃▁ ] [ ▃█▅ ] dim 0904 μ= -0.014 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▁▄█▄ ] dim 0905 μ= +0.021 σ= 0.037 zeros= 0% [ ▁▂▄█████▄▁ ] [ ▄█▂ ] dim 0906 μ= +0.020 σ= 0.028 zeros= 0% [ ▁▂▇███▅▁ ] [ █▃ ] dim 0907 μ= +0.007 σ= 0.017 zeros= 0% [ ▁▇██▂ ] [ ██ ] dim 0908 μ= -0.005 σ= 0.023 zeros= 0% [ ▂████▂ ] [ ▆█▅ ] dim 0909 μ= +0.003 σ= 0.027 zeros= 0% [ ▂▇███▆▁ ] [ ▃▆██▇▂ ] dim 0910 μ= -0.008 σ= 0.048 zeros= 0% [ ▁▂▄▅██████▅▃▁ ] -> OUTLIER_SPREAD: this_std=0.0480, mean_std=0.0265, +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.014 σ= 0.022 zeros= 0% [ ▁▇██▇▂ ] [ ▁██ ] dim 0914 μ= +0.012 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▄█▅ ] dim 0915 μ= +0.006 σ= 0.027 zeros= 0% [ ▁▅███▆▂ ] [ ▃▇█▂ ] dim 0916 μ= -0.006 σ= 0.031 zeros= 0% [ ▂▄████▅▁ ] [ ▁█▇ ] dim 0917 μ= -0.009 σ= 0.023 zeros= 0% [ ▁▂███▇▂ ] [ ▄██▄ ] dim 0918 μ= -0.005 σ= 0.034 zeros= 0% [ ▂▇████▆▂ ] [ ▄█▄ ] dim 0919 μ= +0.003 σ= 0.030 zeros= 0% [ ▁▂▇███▆▂ ] [ █▄ ] dim 0920 μ= -0.030 σ= 0.019 zeros= 0% [ ▁▇██▄ ] [ ▂██▄ ] dim 0921 μ= +0.033 σ= 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.023 zeros= 0% [ ▁▄███▄▁ ] [ ▄█▆ ] dim 0925 μ= -0.033 σ= 0.031 zeros= 0% [ ▂▇███▇▃▁ ] [ ▁▆█▁ ] dim 0926 μ= +0.034 σ= 0.027 zeros= 0% [ ▁▄████▃▁ ] [ ▁█▆ ] dim 0927 μ= +0.010 σ= 0.024 zeros= 0% [ ▁▃███▆▁ ] [ ▂██▅ ] dim 0928 μ= -0.020 σ= 0.035 zeros= 0% [ ▂▅████▇▄▁ ] [ ▆█▁ ] dim 0929 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▆███▂ ] [ █▇ ] dim 0930 μ= -0.007 σ= 0.021 zeros= 0% [ ▁▇██▆▁ ] [ ▄██▂ ] dim 0931 μ= -0.009 σ= 0.035 zeros= 0% [ ▁▃▇████▆▂ ] [ █ ] dim 0932 μ= +0.006 σ= 0.014 zeros= 0% [ ▆██▁ ] [ █ ] dim 0933 μ= -0.012 σ= 0.013 zeros= 0% [ ▅██▁ ] [ ▃▆█▄ ] dim 0934 μ= -0.021 σ= 0.035 zeros= 0% [ ▂▅████▇▃▁ ] [ █▇ ] dim 0935 μ= -0.026 σ= 0.025 zeros= 0% [ ▂████▃ ] [ █▁ ] dim 0936 μ= +0.004 σ= 0.017 zeros= 0% [ ▂███▁ ] [ ▇█▁ ] dim 0937 μ= -0.003 σ= 0.022 zeros= 0% [ ▁▆███▂ ] [ ▃█▆▁ ] dim 0938 μ= +0.010 σ= 0.031 zeros= 0% [ ▂▆████▄▁ ] [ ▄█▆ ] dim 0939 μ= -0.014 σ= 0.026 zeros= 0% [ ▁▅███▆▂ ] [ ▂▇█▂ ] dim 0940 μ= +0.015 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▆█▃ ] dim 0941 μ= +0.001 σ= 0.027 zeros= 0% [ ▂▇███▅▁ ] [ ▃▇█▄ ] dim 0942 μ= +0.014 σ= 0.041 zeros= 0% [ ▁▁▄▇█████▃▁ ] [ ▁█▅ ] dim 0943 μ= -0.010 σ= 0.020 zeros= 0% [ ▂███▄▁ ] [ ▃█▇▂ ] dim 0944 μ= +0.014 σ= 0.031 zeros= 0% [ ▁▅████▅▁ ] [ ▅█ ] dim 0945 μ= +0.017 σ= 0.018 zeros= 0% [ ▄██▆▁ ] [ ▂██▂ ] dim 0946 μ= -0.006 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▃█▅ ] dim 0947 μ= -0.012 σ= 0.026 zeros= 0% [ ▁▄███▇▂ ] [ █▇ ] dim 0948 μ= +0.013 σ= 0.023 zeros= 0% [ ▂███▆▂ ] [ ▅█▆ ] dim 0949 μ= +0.006 σ= 0.031 zeros= 0% [ ▁▂████▇▃▁ ] [ ▅█▃ ] dim 0950 μ= +0.022 σ= 0.022 zeros= 0% [ ▁▄███▃▁ ] [ ▃█▄ ] dim 0951 μ= +0.008 σ= 0.023 zeros= 0% [ ▃███▅▁ ] [ ▁█▇▄ ] dim 0952 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▃████▆▂▁ ] [ ▂█▆▂ ] dim 0953 μ= -0.005 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▂██▃ ] dim 0954 μ= -0.025 σ= 0.029 zeros= 0% [ ▁▄████▄▁ ] [ ▄██▃ ] dim 0955 μ= +0.014 σ= 0.032 zeros= 0% [ ▂▅████▅▁ ] [ ██ ] dim 0956 μ= -0.008 σ= 0.018 zeros= 0% [ ▁▆██▄▁ ] [ ▄█ ] dim 0957 μ= -0.000 σ= 0.016 zeros= 0% [ ▂██▇▁ ] [ ▃█▆ ] dim 0958 μ= +0.008 σ= 0.024 zeros= 0% [ ▁▄███▅▁ ] [ ▆█▄ ] dim 0959 μ= +0.001 σ= 0.030 zeros= 0% [ ▁▃████▆▂ ] [ ▄█ ] dim 0960 μ= -0.001 σ= 0.023 zeros= 0% [ ▁▆███▃ ] [ ▇█ ] dim 0961 μ= -0.004 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▇█ ] dim 0962 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▅██▆▁ ] [ ▂█▄ ] dim 0963 μ= -0.013 σ= 0.023 zeros= 0% [ ▁▃███▅▁ ] [ ▅█▆▁ ] dim 0964 μ= -0.014 σ= 0.033 zeros= 0% [ ▁▃▇████▃▁ ] [ ▁▆█▆ ] dim 0965 μ= -0.016 σ= 0.035 zeros= 0% [ ▁▄████▇▄▁ ] [ ▁▃█▆▅ ] dim 0966 μ= +0.012 σ= 0.042 zeros= 0% [ ▁▂▄█████▇▄▁ ] [ ▁█▃ ] dim 0967 μ= -0.033 σ= 0.021 zeros= 0% [ ▂███▄ ] [ █▃ ] dim 0968 μ= -0.011 σ= 0.016 zeros= 0% [ ▆██▂ ] [ ▁▆█▄ ] dim 0969 μ= +0.021 σ= 0.032 zeros= 0% [ ▁▃████▇▂▁ ] [ ▆█▆▂ ] dim 0970 μ= +0.010 σ= 0.037 zeros= 0% [ ▁▄█████▆▂▁ ] [ ▂▄█▇▄▁ ] dim 0971 μ= +0.016 σ= 0.048 zeros= 0% [ ▁▃▅██████▆▃▁ ] [ ▅█▇▂ ] dim 0972 μ= -0.011 σ= 0.032 zeros= 0% [ ▁▂▆████▄▁ ] [ ▇█ ] dim 0973 μ= -0.002 σ= 0.019 zeros= 0% [ ▄███▂ ] [ ▃█ ] dim 0974 μ= -0.022 σ= 0.014 zeros= 0% [ ▂██▄ ] [ ▇█ ] dim 0975 μ= -0.005 σ= 0.019 zeros= 0% [ ▁▆██▆▁ ] [ ▁█▆ ] dim 0976 μ= -0.009 σ= 0.027 zeros= 0% [ ▁▄███▇▂▁ ] [ ▃▇█▁ ] dim 0977 μ= -0.008 σ= 0.031 zeros= 0% [ ▁▁▅████▄▁ ] [ ▆█▄ ] dim 0978 μ= +0.023 σ= 0.029 zeros= 0% [ ▂████▇▂ ] [ ▆█ ] dim 0979 μ= -0.002 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▂█▆ ] dim 0980 μ= -0.008 σ= 0.025 zeros= 0% [ ▃███▇▂ ] [ ▁██▂ ] dim 0981 μ= +0.015 σ= 0.027 zeros= 0% [ ▁▃████▄▁ ] [ ▅█▄ ] dim 0982 μ= +0.003 σ= 0.028 zeros= 0% [ ▂▇███▅▂ ] [ ▇█ ] dim 0983 μ= +0.016 σ= 0.021 zeros= 0% [ ▁▆██▇▂ ] [ ▄█ ] dim 0984 μ= -0.002 σ= 0.016 zeros= 0% [ ▃██▅ ] [ ▂██ ] dim 0985 μ= +0.032 σ= 0.025 zeros= 0% [ ▁▃████▂ ] [ ▁▅█▅▁ ] dim 0986 μ= +0.021 σ= 0.038 zeros= 0% [ ▁▂▆█████▄▁ ] [ ▅█▅ ] dim 0987 μ= -0.017 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ █ ] dim 0988 μ= +0.003 σ= 0.016 zeros= 0% [ ▁██▇▁ ] [ ▂▇█▄ ] dim 0989 μ= -0.022 σ= 0.033 zeros= 0% [ ▁▄████▇▁▁ ] [ ▃▇█▄ ] dim 0990 μ= -0.021 σ= 0.033 zeros= 0% [ ▁▄████▆▃ ] [ ▅█ ] dim 0991 μ= -0.003 σ= 0.015 zeros= 0% [ ▂██▅ ] [ ▆█▃ ] dim 0992 μ= -0.019 σ= 0.028 zeros= 0% [ ▂▇███▅▂ ] [ ▆█▇▄ ] dim 0993 μ= -0.009 σ= 0.037 zeros= 0% [ ▁▃▇████▆▂▁ ] [ ▆█▅ ] dim 0994 μ= +0.002 σ= 0.029 zeros= 0% [ ▁▃▇███▅▂ ] [ ▁▇█▆ ] dim 0995 μ= -0.016 σ= 0.034 zeros= 0% [ ▁▄█████▃▁ ] [ ▂█▂ ] dim 0996 μ= -0.015 σ= 0.018 zeros= 0% [ ▂███▂ ] [ ▂█▄ ] dim 0997 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▄███▅▁ ] [ ▇█ ] dim 0998 μ= +0.014 σ= 0.022 zeros= 0% [ ▂▇██▇▁ ] [ ▆█▁ ] dim 0999 μ= +0.018 σ= 0.024 zeros= 0% [ ▁▆███▃ ] [ ▁██▄ ] dim 1000 μ= +0.018 σ= 0.031 zeros= 0% [ ▁▄████▆▂ ] [ ▁▆█▆ ] dim 1001 μ= +0.002 σ= 0.032 zeros= 0% [ ▁▃████▇▃▁ ] [ ▃█▃ ] dim 1002 μ= -0.014 σ= 0.025 zeros= 0% [ ▁▅███▅▁ ] [ ▃█ ] dim 1003 μ= +0.020 σ= 0.019 zeros= 0% [ ▃██▇▁ ] [ ▂█▇▂ ] dim 1004 μ= -0.005 σ= 0.025 zeros= 0% [ ▂████▃ ] [ ▂█▆ ] dim 1005 μ= +0.011 σ= 0.028 zeros= 0% [ ▁▄████▃▁ ] [ ▂█▅ ] dim 1006 μ= +0.010 σ= 0.028 zeros= 0% [ ▁▄███▇▃▁ ] [ ▃█▆ ] dim 1007 μ= -0.012 σ= 0.025 zeros= 0% [ ▁▄███▆▂ ] [ ▆█ ] dim 1008 μ= -0.003 σ= 0.025 zeros= 0% [ ▂▇███▃ ] [ ▂█▄ ] dim 1009 μ= +0.008 σ= 0.022 zeros= 0% [ ▂███▅▁ ] [ ▂██▅ ] dim 1010 μ= -0.001 σ= 0.034 zeros= 0% [ ▁▅████▇▂▁ ] [ ▇█▃ ] dim 1011 μ= -0.003 σ= 0.031 zeros= 0% [ ▁▅████▅▂ ] [ ▅█▄ ] dim 1012 μ= +0.001 σ= 0.027 zeros= 0% [ ▁▂▇███▄▁ ] [ ▅█ ] dim 1013 μ= -0.001 σ= 0.021 zeros= 0% [ ▁▅███▂ ] [ ▁▇█▃ ] dim 1014 μ= -0.002 σ= 0.029 zeros= 0% [ ▁▄████▅▁ ] [ ▁█ ] dim 1015 μ= -0.021 σ= 0.011 zeros= 0% [ ██▂ ] [ ▅█ ] dim 1016 μ= -0.002 σ= 0.020 zeros= 0% [ ▁▄██▇▁ ] [ █▃ ] dim 1017 μ= -0.010 σ= 0.017 zeros= 0% [ ▁▅██▂ ] [ ▄█▆ ] dim 1018 μ= -0.014 σ= 0.028 zeros= 0% [ ▂▆███▇▂▁ ] [ ▃█▆▂ ] dim 1019 μ= -0.009 σ= 0.031 zeros= 0% [ ▂▅████▄▁ ] [ ██▁ ] dim 1020 μ= -0.004 σ= 0.024 zeros= 0% [ ▂▇███▃ ] [ ▂█▇▁ ] dim 1021 μ= +0.031 σ= 0.028 zeros= 0% [ ▁▄████▂▁ ] [ ▄█▇ ] dim 1022 μ= +0.005 σ= 0.034 zeros= 0% [ ▁▄████▇▄▁ ] [ ▄█▆ ] dim 1023 μ= +0.008 σ= 0.032 zeros= 0% [ ▁▂▇████▃▁ ] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 3071807 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1522191331995984 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm will now reindex: explicitly requested May 05, 2026 10:51:39 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-notfm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 110 segments, 11 merges 102.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 62.3s _19t: 8 segs, 346.1 K docs, 1555.4 MB 42.8s _1an: 9 segs, 45.6 K docs, 203.5 MB 35.7s _1ax: 9 segs, 47.4 K docs, 211.7 MB 29.8s _1b6: 8 segs, 42.1 K docs, 188.0 MB 25.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 20.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 16.0s _1bs: 8 segs, 41.4 K docs, 184.9 MB 13.0s _1by: 8 segs, 308.3 K docs, 1385.4 MB 8.1s _1c6: 8 segs, 40.7 K docs, 181.8 MB 5.0 sec: 102 segments, 10 merges 107.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 67.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 40.7s _1ax: 9 segs, 47.4 K docs, 211.7 MB 34.9s _1b6: 8 segs, 42.1 K docs, 188.0 MB 30.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 25.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 21.0s _1bs: 8 segs, 41.4 K docs, 184.9 MB 18.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 13.1s _1c6: 8 segs, 40.7 K docs, 181.8 MB 5.0s _1ce: 14 segs, 57.5 K docs, 256.7 MB 10.1 sec: 95 segments, 9 merges 112.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 72.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 45.7s _1ax: 9 segs, 47.4 K docs, 211.7 MB 35.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 30.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 26.0s _1bs: 8 segs, 41.4 K docs, 184.9 MB 23.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 18.1s _1c6: 8 segs, 40.7 K docs, 181.8 MB 10.1s _1ce: 14 segs, 57.5 K docs, 256.7 MB 15.1 sec: 95 segments, 9 merges 117.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 77.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 50.7s _1ax: 9 segs, 47.4 K docs, 211.7 MB 40.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 35.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 31.0s _1bs: 8 segs, 41.4 K docs, 184.9 MB 28.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 23.1s _1c6: 8 segs, 40.7 K docs, 181.8 MB 15.1s _1ce: 14 segs, 57.5 K docs, 256.7 MB 20.1 sec: 81 segments, 7 merges 122.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 82.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 55.8s _1ax: 9 segs, 47.4 K docs, 211.7 MB 45.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 40.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 33.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 20.1s _1ce: 14 segs, 57.5 K docs, 256.7 MB 25.1 sec: 73 segments, 6 merges 127.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 87.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 50.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 45.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 38.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 25.1s _1ce: 14 segs, 57.5 K docs, 256.7 MB 30.1 sec: 73 segments, 6 merges 132.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 92.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 55.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 50.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 43.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 30.1s _1ce: 14 segs, 57.5 K docs, 256.7 MB 35.1 sec: 73 segments, 6 merges 137.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 97.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 60.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 56.0s _1bk: 8 segs, 185.7 K docs, 833.5 MB 48.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 35.1s _1ce: 14 segs, 57.5 K docs, 256.7 MB 40.1 sec: 73 segments, 6 merges 142.4s _17x: 8 segs, 900.8 K docs, 4053.5 MB 102.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 65.7s _1bd: 8 segs, 126.4 K docs, 567.1 MB 61.0s _1bk: 8 segs, 185.7 K docs, 833.5 MB 53.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 40.1s _1ce: 14 segs, 57.5 K docs, 256.7 MB 45.1 sec: 73 segments, 6 merges 147.4s _17x: 8 segs, 900.8 K docs, 4053.5 MB 107.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 70.7s _1bd: 8 segs, 126.4 K docs, 567.1 MB 66.0s _1bk: 8 segs, 185.7 K docs, 833.5 MB 58.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 45.1s _1ce: 14 segs, 57.5 K docs, 256.7 MB 50.1 sec: 60 segments, 5 merges 152.4s _17x: 8 segs, 900.8 K docs, 4053.5 MB 112.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 75.7s _1bd: 8 segs, 126.4 K docs, 567.1 MB 71.0s _1bk: 8 segs, 185.7 K docs, 833.5 MB 63.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 55.1 sec: 60 segments, 5 merges 157.4s _17x: 8 segs, 900.8 K docs, 4053.5 MB 117.4s _19t: 8 segs, 346.1 K docs, 1555.4 MB 80.7s _1bd: 8 segs, 126.4 K docs, 567.1 MB 76.0s _1bk: 8 segs, 185.7 K docs, 833.5 MB 68.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 60.0 sec: 60 segments, 5 merges 162.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 122.3s _19t: 8 segs, 346.1 K docs, 1555.4 MB 85.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 80.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 73.0s _1by: 8 segs, 308.3 K docs, 1385.4 MB 65.0 sec: 60 segments, 5 merges 167.3s _17x: 8 segs, 900.8 K docs, 4053.5 MB 127.3s _19t: 8 segs, 346.1 K docs, 1555.4 MB 90.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 85.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 78.0s _1by: 8 segs, 308.3 K docs, 1385.4 MB 70.0 sec: 53 segments, 4 merges 132.3s _19t: 8 segs, 346.1 K docs, 1555.4 MB 95.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 90.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 83.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 75.0 sec: 53 segments, 4 merges 137.3s _19t: 8 segs, 346.1 K docs, 1555.4 MB 100.6s _1bd: 8 segs, 126.4 K docs, 567.1 MB 95.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 88.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 80.0 sec: 46 segments, 4 merges 142.3s _19t: 8 segs, 346.1 K docs, 1555.4 MB 100.9s _1bk: 8 segs, 185.7 K docs, 833.5 MB 93.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 4.7s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 85.0 sec: 32 segments, 2 merges 98.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 9.7s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 90.0 sec: 32 segments, 2 merges 103.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 14.7s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 95.1 sec: 32 segments, 2 merges 108.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 19.7s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 100.1 sec: 32 segments, 2 merges 113.1s _1by: 8 segs, 308.3 K docs, 1385.4 MB 24.7s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 105.1 sec: 25 segments, 1 merges 29.7s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 110.1 sec: 25 segments, 1 merges 34.7s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 115.1 sec: 25 segments, 1 merges 39.7s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 120.1 sec: 25 segments, 1 merges 44.8s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 125.1 sec: 25 segments, 1 merges 49.8s _1cf: 8 segs, 333.5 K docs, 1497.8 MB 130.1 sec: 18 segments, 1 merges 4.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 135.1 sec: 18 segments, 1 merges 9.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 140.1 sec: 18 segments, 1 merges 14.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 145.1 sec: 18 segments, 1 merges 19.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 150.1 sec: 18 segments, 1 merges 24.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 155.0 sec: 18 segments, 1 merges 29.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 160.0 sec: 18 segments, 1 merges 34.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 165.0 sec: 18 segments, 1 merges 39.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 170.0 sec: 18 segments, 1 merges 44.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 175.0 sec: 18 segments, 1 merges 49.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 180.0 sec: 18 segments, 1 merges 54.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 185.0 sec: 18 segments, 1 merges 59.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 190.0 sec: 18 segments, 1 merges 64.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 195.1 sec: 18 segments, 1 merges 69.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 200.1 sec: 18 segments, 1 merges 74.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 205.1 sec: 18 segments, 1 merges 79.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 210.1 sec: 18 segments, 1 merges 84.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 215.1 sec: 18 segments, 1 merges 89.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 220.1 sec: 18 segments, 1 merges 94.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 225.1 sec: 18 segments, 1 merges 99.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 230.1 sec: 18 segments, 1 merges 104.1s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 235.0 sec: 18 segments, 1 merges 109.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB 240.0 sec: 18 segments, 1 merges 114.0s _1cg: 3 segs, 1014.3 K docs, 4566.8 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1004 seconds reindex takes 1004.26 sec index has 16 segments: segments_2: _e5(11.0.0):C1082690 _6m(11.0.0):C442539 _om(11.0.0):C350831 _sr(11.0.0):C777058 _ic(11.0.0):C293852 _132(11.0.0):C887604 _iq(11.0.0):C290543 _1cg(11.0.0):C1014260 _11r(11.0.0):C433827 _vp(11.0.0):C333562 _17x(11.0.0):C900822 _16t(11.0.0):C238421 _1by(11.0.0):C308348 _1bd(11.0.0):C126433 _1bk(11.0.0):C185693 _1cf(11.0.0):C333517 _e5: 4879.6 MB _6m: 1992.9 MB _om: 1579.7 MB _sr: 3500.9 MB _ic: 1323.0 MB _132: 3999.4 MB _iq: 1308.1 MB _1cg: 4570.8 MB _11r: 1953.6 MB _vp: 1501.8 MB _17x: 4059.0 MB _16t: 1073.2 MB _1by: 1388.3 MB _1bd: 568.8 MB _1bk: 835.7 MB _1cf: 1501.6 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36036.24 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=57660073070 cpu@end=71250243529 deltaMS=13590.170459 thread 14 name=Reference Handler cpu@start=1448556 cpu@end=1448556 deltaMS=0.0 thread 15 name=Finalizer cpu@start=149818 cpu@end=149818 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=88932 cpu@end=88932 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=3448861 cpu@end=3448861 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=13885974019 cpu@end=13887625429 deltaMS=1.65141 thread 42 name=JFR Periodic Tasks cpu@start=77583712585 cpu@end=78229768742 deltaMS=646.056157 thread 45 name=Notification Thread cpu@start=109480 cpu@end=109480 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1152553552290 cpu@end=1152553552290 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1157175379073 cpu@end=1157175379073 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1157620619808 cpu@end=1157620619808 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1158349763405 cpu@end=1158349763405 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1153132932049 cpu@end=1153132932049 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1156195532654 cpu@end=1156195532654 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1155547079980 cpu@end=1155547079980 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1154483078633 cpu@end=1154483078633 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1151448865082 cpu@end=1151448865082 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1148906075816 cpu@end=1148906075816 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1153336597225 cpu@end=1153336597225 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1153348496045 cpu@end=1153348496045 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1155231668422 cpu@end=1155231668422 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1149601308134 cpu@end=1149601308134 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1155122924671 cpu@end=1155122924671 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1155371010014 cpu@end=1155371010014 deltaMS=0.0 Average CPU cores used: 1.0468042892827214 completed 1000 searches in 13601 ms: 73 QPS CPU time=14237 ms checking results SUMMARY: 0.898 13.601 14.237 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 66250 1004.26 7966.09 0.00 16 36036.24 null N/A 1.000 35278.320 4028.320 false HNSW Leaf 0 has 4 layers Leaf 0 has 1082690 documents Graph level=3 size=55, Fanout min=3, mean=8.29, max=16, meandelta=94388.84 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 9 10 10 12 16 Graph level=2 size=899, Fanout min=8, mean=23.33, max=32, meandelta=42480.16 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 29 32 32 32 Graph level=1 size=32935, Fanout min=3, mean=28.06, max=32, meandelta=35376.21 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=1082690, Fanout min=1, mean=39.54, max=64, meandelta=25353.31 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=55, connectedness=1.00 Graph level=2 size=899, connectedness=1.00 Graph level=1 size=32935, connectedness=1.00 Graph level=0 size=1082690, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 442539 documents Graph level=3 size=18, Fanout min=4, mean=6.33, max=9, meandelta=34698.42 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 5 6 6 7 8 8 9 Graph level=2 size=360, Fanout min=6, mean=18.10, max=32, meandelta=21290.21 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 21 23 26 32 Graph level=1 size=13651, Fanout min=6, mean=27.66, max=32, meandelta=14612.91 % 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=442539, Fanout min=1, mean=39.62, max=64, meandelta=10362.48 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=18, connectedness=1.00 Graph level=2 size=360, connectedness=1.00 Graph level=1 size=13651, connectedness=1.00 Graph level=0 size=442539, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 350831 documents Graph level=3 size=20, Fanout min=2, mean=4.90, max=10, meandelta=41363.59 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 6 6 7 7 10 Graph level=2 size=280, Fanout min=7, mean=17.41, max=32, meandelta=15870.96 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 17 19 21 22 25 32 Graph level=1 size=10752, Fanout min=7, mean=27.41, max=32, meandelta=11668.19 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 28 31 32 32 32 32 32 Graph level=0 size=350831, Fanout min=1, mean=39.58, max=64, meandelta=8227.59 % 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=280, connectedness=1.00 Graph level=1 size=10752, connectedness=1.00 Graph level=0 size=350831, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 777058 documents Graph level=3 size=32, Fanout min=3, mean=6.94, max=12, meandelta=82507.80 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 9 9 12 Graph level=2 size=644, Fanout min=7, mean=21.92, max=32, meandelta=32534.11 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 21 24 26 30 32 32 Graph level=1 size=23817, Fanout min=3, mean=27.94, max=32, meandelta=25454.62 % 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=777058, Fanout min=1, mean=39.67, max=64, meandelta=18153.04 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 50 60 64 64 Graph level=3 size=32, connectedness=1.00 Graph level=2 size=644, connectedness=1.00 Graph level=1 size=23817, connectedness=1.00 Graph level=0 size=777058, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 293852 documents Graph level=3 size=16, Fanout min=2, mean=4.63, max=7, meandelta=47219.88 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 4 4 5 5 6 6 7 Graph level=2 size=271, Fanout min=7, mean=16.64, max=32, meandelta=15302.02 % 0 10 20 30 40 50 60 70 80 90 100 0 9 12 13 14 16 17 19 21 25 32 Graph level=1 size=9088, Fanout min=8, mean=27.53, max=32, meandelta=9755.66 % 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=293852, Fanout min=1, mean=39.56, max=64, meandelta=6896.71 % 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=271, connectedness=1.00 Graph level=1 size=9088, connectedness=1.00 Graph level=0 size=293852, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 887604 documents Graph level=3 size=53, Fanout min=5, mean=8.98, max=15, meandelta=78546.19 % 0 10 20 30 40 50 60 70 80 90 100 0 6 7 7 8 9 9 10 11 12 15 Graph level=2 size=759, Fanout min=6, mean=22.29, max=32, meandelta=36435.05 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 17 19 22 24 27 30 32 32 Graph level=1 size=27155, Fanout min=3, mean=28.02, max=32, meandelta=28988.42 % 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=887604, Fanout min=1, mean=39.61, max=64, meandelta=20759.55 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=53, connectedness=1.00 Graph level=2 size=759, connectedness=1.00 Graph level=1 size=27155, connectedness=1.00 Graph level=0 size=887604, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 290543 documents Graph level=3 size=16, Fanout min=3, mean=5.00, max=9, meandelta=37801.06 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 4 5 5 6 6 9 Graph level=2 size=266, Fanout min=7, mean=16.55, max=32, meandelta=14749.99 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 15 16 18 19 21 24 32 Graph level=1 size=8996, Fanout min=5, mean=27.45, max=32, meandelta=9612.28 % 0 10 20 30 40 50 60 70 80 90 100 0 19 22 25 28 31 32 32 32 32 32 Graph level=0 size=290543, Fanout min=1, mean=39.54, max=64, meandelta=6820.42 % 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=266, connectedness=1.00 Graph level=1 size=8996, connectedness=1.00 Graph level=0 size=290543, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 1014260 documents Graph level=3 size=55, Fanout min=4, mean=8.29, max=14, meandelta=96030.62 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 7 7 8 9 10 10 11 14 Graph level=2 size=879, Fanout min=7, mean=23.11, max=32, meandelta=39854.36 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 21 23 25 28 31 32 32 Graph level=1 size=30804, Fanout min=1, mean=28.01, max=32, meandelta=33084.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=1014260, Fanout min=1, mean=39.56, max=64, meandelta=23742.46 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=55, connectedness=1.00 Graph level=2 size=879, connectedness=1.00 Graph level=1 size=30804, connectedness=1.00 Graph level=0 size=1014260, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 433827 documents Graph level=3 size=23, Fanout min=3, mean=7.22, max=11, meandelta=39964.82 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 8 8 8 10 11 Graph level=2 size=343, Fanout min=7, mean=18.19, max=32, meandelta=20001.32 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 14 16 18 19 21 23 27 32 Graph level=1 size=13270, Fanout min=4, mean=27.62, max=32, meandelta=14354.34 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 32 32 32 32 32 32 Graph level=0 size=433827, Fanout min=1, mean=39.63, max=64, meandelta=10158.08 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 60 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=343, connectedness=1.00 Graph level=1 size=13270, connectedness=1.00 Graph level=0 size=433827, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 333562 documents Graph level=3 size=23, Fanout min=2, mean=5.74, max=10, meandelta=31326.35 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 5 6 8 8 10 Graph level=2 size=269, Fanout min=5, mean=16.64, max=32, meandelta=15912.21 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 13 15 16 18 19 21 24 32 Graph level=1 size=10133, Fanout min=7, mean=27.58, max=32, meandelta=11019.83 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 32 32 32 32 32 32 Graph level=0 size=333562, Fanout min=1, mean=39.57, max=64, meandelta=7821.45 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 29 32 37 42 49 59 64 64 Graph level=3 size=23, connectedness=1.00 Graph level=2 size=269, connectedness=1.00 Graph level=1 size=10133, connectedness=1.00 Graph level=0 size=333562, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 900822 documents Graph level=3 size=39, Fanout min=3, mean=6.87, max=12, meandelta=86216.28 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 7 8 8 10 12 Graph level=2 size=776, Fanout min=6, mean=22.94, max=32, meandelta=35776.25 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 20 22 25 28 31 32 32 Graph level=1 size=27498, Fanout min=4, mean=27.99, max=32, meandelta=29403.38 % 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=900822, Fanout min=1, mean=39.61, max=64, meandelta=21067.10 % 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=776, connectedness=1.00 Graph level=1 size=27498, connectedness=1.00 Graph level=0 size=900822, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 238421 documents Graph level=3 size=7, Fanout min=2, mean=3.14, max=4, meandelta=37183.95 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 3 3 3 4 4 Graph level=2 size=213, Fanout min=6, mean=14.83, max=28, meandelta=13458.82 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 13 14 15 17 19 22 28 Graph level=1 size=7400, Fanout min=7, mean=27.29, max=32, meandelta=7960.42 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 27 30 32 32 32 32 32 Graph level=0 size=238421, Fanout min=1, mean=39.42, max=64, meandelta=5614.92 % 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=7, connectedness=1.00 Graph level=2 size=213, connectedness=1.00 Graph level=1 size=7400, connectedness=1.00 Graph level=0 size=238421, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 308348 documents Graph level=3 size=24, Fanout min=3, mean=5.50, max=9, meandelta=37409.47 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 5 6 6 7 7 9 Graph level=2 size=277, Fanout min=7, mean=17.11, max=32, meandelta=15408.37 % 0 10 20 30 40 50 60 70 80 90 100 0 10 13 14 15 16 18 19 22 25 32 Graph level=1 size=9379, Fanout min=5, mean=27.55, max=32, meandelta=10185.24 % 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=308348, Fanout min=1, mean=39.61, max=64, meandelta=7227.10 % 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=277, connectedness=1.00 Graph level=1 size=9379, connectedness=1.00 Graph level=0 size=308348, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 126433 documents Graph level=3 size=8, Fanout min=1, mean=3.25, max=5, meandelta=18595.23 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 3 3 3 4 4 4 5 Graph level=2 size=122, Fanout min=4, mean=12.57, max=24, meandelta=8529.73 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 15 16 18 24 Graph level=1 size=3881, Fanout min=8, mean=26.80, max=32, meandelta=4331.99 % 0 10 20 30 40 50 60 70 80 90 100 0 17 21 23 26 29 32 32 32 32 32 Graph level=0 size=126433, Fanout min=1, mean=39.15, max=64, meandelta=2996.96 % 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=122, connectedness=1.00 Graph level=1 size=3881, connectedness=1.00 Graph level=0 size=126433, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 185693 documents Graph level=3 size=8, Fanout min=2, mean=3.00, max=4, meandelta=18826.54 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 3 4 4 Graph level=2 size=176, Fanout min=6, mean=14.35, max=32, meandelta=10959.73 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 13 15 17 19 21 32 Graph level=1 size=5742, Fanout min=6, mean=27.23, max=32, meandelta=6246.81 % 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=185693, Fanout min=1, mean=39.36, max=64, meandelta=4382.57 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=176, connectedness=1.00 Graph level=1 size=5742, connectedness=1.00 Graph level=0 size=185693, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 333517 documents Graph level=3 size=21, Fanout min=3, mean=5.14, max=9, meandelta=33304.05 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 4 5 5 6 6 6 9 Graph level=2 size=234, Fanout min=7, mean=16.08, max=32, meandelta=16256.68 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 15 16 18 21 24 32 Graph level=1 size=10007, Fanout min=7, mean=27.43, max=32, meandelta=11090.69 % 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=333517, Fanout min=1, mean=39.57, max=64, meandelta=7824.54 % 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=21, connectedness=1.00 Graph level=2 size=234, connectedness=1.00 Graph level=1 size=10007, connectedness=1.00 Graph level=0 size=333517, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/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': 36,460,228.96 msec task-clock:u 138,283,145,070,512 cycles:u (36.36%) 126,339,531,931,308 instructions:u (36.36%) 2,889,800,904,363 cache-references:u (36.36%) 1,239,840,712,201 cache-misses:u (36.36%) 46,601,337,886,702 L1-dcache-loads:u (36.36%) 1,475,413,913,914 L1-dcache-load-misses:u (36.36%) 3,396,875,331,839 L1-icache-loads:u (36.36%) 13,921,830,213 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,367,373 faults:u 19,573,036 minor-faults:u 3,143 major-faults:u 10,884,452,104,688 branches:u (36.36%) 89,400,524,878 branch-misses:u (36.36%) 2,242,601,336,586 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1338.807867273 seconds time elapsed 35981.337287000 seconds user 468.131467000 seconds sys took 0:22:18.836198 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='288a65f5cdc4871d6a4c7ceb1e051acae1010d8b', luceneutil_git_rev='2ee39e9e4e2a376d0f050aedd44613ca3f67530d', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.898, cpu_time_ms=13.601, net_cpu_ms=14.237, avg_cpu_core_count=1.047, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='4 bits', total_visited=66250, index_time_sec=1004.26, index_docs_per_sec=7966.09, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=36036.24, selectivity=None, pre_post_filter='null', vec_disk_mb=35278.32, vec_ram_mb=4028.32, graph_level_conn_p_values={3: (21, {0: 0, 10: 3, 20: 4, 30: 4, 40: 4, 50: 5, 60: 5, 70: 6, 80: 6, 90: 6, 100: 9}), 2: (234, {0: 0, 10: 10, 20: 11, 30: 12, 40: 14, 50: 15, 60: 16, 70: 18, 80: 21, 90: 24, 100: 32}), 1: (10007, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (333517, {0: 0, 10: 20, 20: 25, 30: 28, 40: 32, 50: 37, 60: 42, 70: 49, 80: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1338, microseconds=836198)) Profiler summary for /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr Version: 2.1 Chunks: 93 Start: 2026-05-06 02:51:38 (UTC) Duration: 1329 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 34946339 599737344 jdk.FileWrite 18037602 377394929 jdk.FileRead 8003653 182382840 jdk.ObjectAllocationInNewTLAB 62767 1249410 jdk.BooleanFlag 46128 1458953 jdk.CPULoad 24750 494365 jdk.Compilation 6392 164919 jdk.Checkpoint 5819 29380571 jdk.UnsignedIntFlag 4464 151398 jdk.IntFlag 4092 149275 jdk.StringFlag 3162 122624 jdk.ObjectAllocationOutsideTLAB 1139 20427 jdk.CPUInformation 93 139682 jdk.GCConfiguration 93 2414 jdk.JVMInformation 93 88253 jdk.Metadata 93 10279008 jdk.GarbageCollection 46 1103 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr is 1147.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34946338 events (total: 34M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 42.26% 14M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] 18.21% 6M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] 14.21% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 6.19% 2M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.50% 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.21% 772040 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.54% 537181 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 1.28% 447571 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.90% 315036 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.80% 280716 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.55% 190678 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.47% 165031 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.28% 98720 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.28% 96549 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.26% 91548 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.26% 91300 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.26% 91234 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.25% 86258 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.18% 61671 sun.nio.ch.NativeThread#current0() [Native code] 0.17% 58459 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.15% 53027 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 47377 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.13% 46412 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.13% 45677 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.12% 43355 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.12% 43207 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.12% 42725 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 36104 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [JIT compiled code] 0.09% 31752 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 30966 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.08% 29669 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 28518 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [JIT compiled code] 0.08% 26878 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.08% 26459 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.07% 25314 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 21032 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 20976 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.06% 19982 java.util.Arrays#sort():99 [Inlined code] 0.05% 16393 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 14900 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.04% 14837 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.04% 14652 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 14456 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 11510 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 10369 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.03% 9584 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 8814 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 8639 org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] 0.02% 8322 knn.IndexerThread#_run():102 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr is 1147.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34946338 events (total: 34M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.08% 14M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 18.21% 6M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] 14.21% 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] 6.16% 2M 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.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.60% 907678 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% 736836 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.28% 447521 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.98% 341241 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.96% 334354 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.84% 292388 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.80% 280704 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.73% 255847 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.50% 176391 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.41% 144910 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% 98691 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.26% 90880 org.apache.lucene.codecs.lucene104.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.25% 87657 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 [JIT compiled code] 0.25% 85988 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.19% 67823 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.18% 64348 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.18% 61983 org.apache.lucene.codecs.lucene104.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.16% 57399 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% 52873 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.15% 50859 org.apache.lucene.util.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.14% 49349 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.14% 48296 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% 46309 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% 43234 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.12% 43169 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% 42221 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.11% 39527 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 37144 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.10% 36104 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.10% 35183 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.09% 31708 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% 29669 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% 28516 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 27893 org.apache.lucene.util.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% 26873 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.08% 26459 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% 25302 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% 21519 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% 20963 org.apache.lucene.util.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% 20633 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.06% 20400 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% 19981 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.05% 19161 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.05% 18905 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.05% 18061 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr is 1147.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34946338 events (total: 34M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 20.16% 7M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 19.46% 6M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 12.62% 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] 6.78% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.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] 5.92% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.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] 4.31% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.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 [JIT compiled code] 2.54% 887393 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.40% 838536 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.75% 610064 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnalignedInternal():3169 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getIntUnaligned():3159 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():60 [Inlined code] at java.lang.invoke.VarHandleSegmentAsInts#get():53 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():742 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput#readInt():270 [Inlined code] at org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#vectorValue():131 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():245 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 1.65% 577252 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.21% 421144 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.17% 410288 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.0x0000000047196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 1.08% 377847 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] 0.96% 336353 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 [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] at org.apache.lucene.index.IndexWriter#addDocument():1490 [JIT compiled code] 0.95% 331932 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.0x0000000047196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.92% 321501 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 [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.0x000000004719fbf0#call() [Inlined code] 0.63% 220659 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] 0.60% 209639 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.59% 207382 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.56% 196883 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 [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.0x000000004719fbf0#call() [Inlined code] 0.53% 184746 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.51% 179150 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.47% 162926 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.0x0000000047196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.46% 161329 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.43% 150027 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():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 [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.38% 134401 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] 0.36% 125247 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 [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.0x000000004719fbf0#call() [Inlined code] 0.32% 111205 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.30% 104226 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.28% 97716 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [JIT compiled code] 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.27% 95419 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.22% 76568 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.21% 72922 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 [JIT compiled code] 0.20% 71080 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.20% 69730 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.20% 68460 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():604 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePackedBody():583 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#int4DotProductSinglePacked():569 [Inlined code] at org.apache.lucene.util.VectorUtil#int4DotProductSinglePacked():268 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():250 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.19% 66983 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.0x0000000047196888#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% 64287 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 [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.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.17% 58519 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.15% 53214 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.0x0000000047196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.14% 49960 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.0x000000004719fbf0#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.0x000000004719a328#run() [JIT compiled code] 0.14% 49102 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 [JIT compiled 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.14% 48296 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.0x000000004707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.12% 41320 org.apache.lucene.codecs.lucene104.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 [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.0x000000004719fbf0#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.12% 41155 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.12% 40623 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% 39755 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 [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.11% 38628 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#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.11% 37931 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.10% 36386 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000004719a328#run() [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr is 1147.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63879 events (total: 452308M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.52% 101850M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.43% 101441M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 19.12% 86469M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 14.24% 64387M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.19% 32518M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.90% 17618M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.49% 6750M java.lang.Integer#valueOf():1006 [Inlined code] 0.81% 3674M java.util.Arrays#copyOf():3478 [Inlined code] 0.70% 3182M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.63% 2844M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.63% 2833M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.60% 2694M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.57% 2597M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.39% 1751M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.37% 1658M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.32% 1452M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.30% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.25% 1138M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.25% 1132M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.23% 1027M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.19% 862M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.18% 809M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 770M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.16% 725M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.12% 562M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.12% 554M java.util.ArrayList#grow():240 [Inlined code] 0.12% 543M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.11% 505M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.11% 480M knn.IndexerThread#_run():105 [JIT compiled code] 0.11% 478M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.09% 429M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.09% 418M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.09% 392M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.09% 389M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 374M org.apache.lucene.document.Document#():42 [Inlined code] 0.08% 365M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.08% 348M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.06% 291M knn.IndexerThread#_run():119 [JIT compiled code] 0.06% 280M java.util.List#of():935 [Inlined code] 0.05% 240M knn.IndexerThread#_run():83 [JIT compiled code] 0.05% 234M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.05% 234M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 209M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.04% 184M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 183M java.util.HashMap#resize():711 [JIT compiled code] 0.04% 178M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] 0.04% 178M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.03% 130M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr is 1147.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63879 events (total: 452308M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.93% 81118M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.93% 81110M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 11.22% 50754M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.77% 39661M 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.23% 32721M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.19% 32518M 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.47% 24725M 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.49% 20330M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.49% 20311M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.57% 11627M 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.47% 6663M 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.32% 5991M 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.77% 3465M 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.63% 2833M 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.50% 2244M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.46% 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.43% 1945M 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 [JIT compiled code] 0.39% 1751M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.30% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.25% 1138M 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.25% 1121M 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.20% 911M 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.20% 894M 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.20% 888M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.17% 779M 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():2216 [JIT compiled code] 0.16% 721M 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 [JIT compiled code] 0.15% 684M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.15% 679M 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 [JIT compiled code] 0.14% 652M 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.14% 649M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.14% 612M 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.12% 555M 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.12% 554M 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% 552M 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.12% 523M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 505M 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.11% 505M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.11% 480M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.11% 475M 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% 461M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled 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 [JIT compiled code] 0.10% 460M 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.10% 448M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.10% 431M 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% 424M 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 [JIT compiled code] 0.09% 421M 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.09% 418M 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% 389M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 374M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():83 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.08% 372M 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% 365M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmFalse.jfr is 1147.48 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63879 events (total: 452308M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.75% 39597M 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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 6.96% 31478M 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.77% 26083M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.73% 25921M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] 5.70% 25802M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] 5.27% 23836M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 5.14% 23268M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000004719fbf0#call() [Inlined code] 5.12% 23144M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000004719fbf0#call() [Inlined code] 4.82% 21805M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.79% 21643M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.02% 18204M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.64% 16464M 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():1490 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 3.17% 14321M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.83% 8261M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():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():1490 [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.63% 7354M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.56% 7074M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.47% 6663M 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.18% 5332M 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.08% 4883M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [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 [Inlined code] 1.07% 4825M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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 [Inlined code] 0.92% 4161M 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.0x000000004719fbf0#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.91% 4127M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [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.87% 3922M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 3879M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.85% 3855M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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.77% 3465M 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% 2959M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.64% 2883M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.58% 2623M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.57% 2568M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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.56% 2545M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.54% 2459M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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.49% 2231M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.46% 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.0x000000004719fbf0#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.0x000000004719a328#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.42% 1903M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#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% 1751M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.39% 1742M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.36% 1607M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.35% 1582M 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.0x000000004719fbf0#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.31% 1407M 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] 0.30% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.27% 1203M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#call() [Inlined code] 0.25% 1146M 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 [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.0x000000004719fbf0#call() [Inlined code] 0.23% 1040M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x000000004719fbf0#call() [Inlined code] 0.23% 1039M 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.20% 894M 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 [JIT compiled 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% 657M 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():2216 [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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] 0.14% 641M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000004719fbf0#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% 607M 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 [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.0x000000004719fbf0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.13% 602M 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] cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-forceMerge', '-quantize', '-quantizeBits', '4', '-quantizeCompress'] WARNING: Using incubator modules: jdk.incubator.vector [0.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 3091095 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1524093351717560 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm will now reindex: index does not exist May 05, 2026 11:23:21 PM org.apache.lucene.internal.vectorization.PanamaVectorizationProvider logIncubatorSetup INFO: Java vector incubator API enabled; uses preferredBitSize=256; FMA enabled creating index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm 39709371 doc vectors in docsPath "/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec" parentJoin=false Done indexing 25000 documents. Done indexing 50000 documents. Done indexing 75000 documents. Done indexing 100000 documents. Done indexing 125000 documents. Done indexing 150000 documents. Done indexing 175000 documents. Done indexing 200000 documents. Done indexing 225000 documents. Done indexing 250000 documents. Done indexing 275000 documents. Done indexing 300000 documents. Done indexing 325000 documents. Done indexing 350000 documents. Done indexing 375000 documents. Done indexing 400000 documents. Done indexing 425000 documents. Done indexing 450000 documents. Done indexing 475000 documents. Done indexing 500000 documents. Done indexing 525000 documents. Done indexing 550000 documents. Done indexing 575000 documents. Done indexing 600000 documents. Done indexing 625000 documents. Done indexing 650000 documents. Done indexing 675000 documents. Done indexing 700000 documents. Done indexing 725000 documents. Done indexing 750000 documents. Done indexing 775000 documents. Done indexing 800000 documents. Done indexing 825000 documents. Done indexing 850000 documents. Done indexing 875000 documents. Done indexing 900000 documents. Done indexing 925000 documents. Done indexing 950000 documents. Done indexing 975000 documents. Done indexing 1000000 documents. Done indexing 1025000 documents. Done indexing 1050000 documents. Done indexing 1075000 documents. Done indexing 1100000 documents. Done indexing 1125000 documents. Done indexing 1150000 documents. Done indexing 1175000 documents. Done indexing 1200000 documents. Done indexing 1225000 documents. Done indexing 1250000 documents. Done indexing 1275000 documents. Done indexing 1300000 documents. Done indexing 1325000 documents. Done indexing 1350000 documents. Done indexing 1375000 documents. Done indexing 1400000 documents. Done indexing 1425000 documents. Done indexing 1450000 documents. Done indexing 1475000 documents. Done indexing 1500000 documents. Done indexing 1525000 documents. Done indexing 1550000 documents. Done indexing 1575000 documents. Done indexing 1600000 documents. Done indexing 1625000 documents. Done indexing 1650000 documents. Done indexing 1675000 documents. Done indexing 1700000 documents. Done indexing 1725000 documents. Done indexing 1750000 documents. Done indexing 1775000 documents. Done indexing 1800000 documents. Done indexing 1825000 documents. Done indexing 1850000 documents. Done indexing 1875000 documents. Done indexing 1900000 documents. Done indexing 1925000 documents. Done indexing 1950000 documents. Done indexing 1975000 documents. Done indexing 2000000 documents. Done indexing 2025000 documents. Done indexing 2050000 documents. Done indexing 2075000 documents. Done indexing 2100000 documents. Done indexing 2125000 documents. Done indexing 2150000 documents. Done indexing 2175000 documents. Done indexing 2200000 documents. Done indexing 2225000 documents. Done indexing 2250000 documents. Done indexing 2275000 documents. Done indexing 2300000 documents. Done indexing 2325000 documents. Done indexing 2350000 documents. Done indexing 2375000 documents. Done indexing 2400000 documents. Done indexing 2425000 documents. Done indexing 2450000 documents. Done indexing 2475000 documents. Done indexing 2500000 documents. Done indexing 2525000 documents. Done indexing 2550000 documents. Done indexing 2575000 documents. Done indexing 2600000 documents. Done indexing 2625000 documents. Done indexing 2650000 documents. Done indexing 2675000 documents. Done indexing 2700000 documents. Done indexing 2725000 documents. Done indexing 2750000 documents. Done indexing 2775000 documents. Done indexing 2800000 documents. Done indexing 2825000 documents. Done indexing 2850000 documents. Done indexing 2875000 documents. Done indexing 2900000 documents. Done indexing 2925000 documents. Done indexing 2950000 documents. Done indexing 2975000 documents. Done indexing 3000000 documents. Done indexing 3025000 documents. Done indexing 3050000 documents. Done indexing 3075000 documents. Done indexing 3100000 documents. Done indexing 3125000 documents. Done indexing 3150000 documents. Done indexing 3175000 documents. Done indexing 3200000 documents. Done indexing 3225000 documents. Done indexing 3250000 documents. Done indexing 3275000 documents. Done indexing 3300000 documents. Done indexing 3325000 documents. Done indexing 3350000 documents. Done indexing 3375000 documents. Done indexing 3400000 documents. Done indexing 3425000 documents. Done indexing 3450000 documents. Done indexing 3475000 documents. Done indexing 3500000 documents. Done indexing 3525000 documents. Done indexing 3550000 documents. Done indexing 3575000 documents. Done indexing 3600000 documents. Done indexing 3625000 documents. Done indexing 3650000 documents. Done indexing 3675000 documents. Done indexing 3700000 documents. Done indexing 3725000 documents. Done indexing 3750000 documents. Done indexing 3775000 documents. Done indexing 3800000 documents. Done indexing 3825000 documents. Done indexing 3850000 documents. Done indexing 3875000 documents. Done indexing 3900000 documents. Done indexing 3925000 documents. Done indexing 3950000 documents. Done indexing 3975000 documents. Done indexing 4000000 documents. Done indexing 4025000 documents. Done indexing 4050000 documents. Done indexing 4075000 documents. Done indexing 4100000 documents. Done indexing 4125000 documents. Done indexing 4150000 documents. Done indexing 4175000 documents. Done indexing 4200000 documents. Done indexing 4225000 documents. Done indexing 4250000 documents. Done indexing 4275000 documents. Done indexing 4300000 documents. Done indexing 4325000 documents. Done indexing 4350000 documents. Done indexing 4375000 documents. Done indexing 4400000 documents. Done indexing 4425000 documents. Done indexing 4450000 documents. Done indexing 4475000 documents. Done indexing 4500000 documents. Done indexing 4525000 documents. Done indexing 4550000 documents. Done indexing 4575000 documents. Done indexing 4600000 documents. Done indexing 4625000 documents. Done indexing 4650000 documents. Done indexing 4675000 documents. Done indexing 4700000 documents. Done indexing 4725000 documents. Done indexing 4750000 documents. Done indexing 4775000 documents. Done indexing 4800000 documents. Done indexing 4825000 documents. Done indexing 4850000 documents. Done indexing 4875000 documents. Done indexing 4900000 documents. Done indexing 4925000 documents. Done indexing 4950000 documents. Done indexing 4975000 documents. Done indexing 5000000 documents. Done indexing 5025000 documents. Done indexing 5050000 documents. Done indexing 5075000 documents. Done indexing 5100000 documents. Done indexing 5125000 documents. Done indexing 5150000 documents. Done indexing 5175000 documents. Done indexing 5200000 documents. Done indexing 5225000 documents. Done indexing 5250000 documents. Done indexing 5275000 documents. Done indexing 5300000 documents. Done indexing 5325000 documents. Done indexing 5350000 documents. Done indexing 5375000 documents. Done indexing 5400000 documents. Done indexing 5425000 documents. Done indexing 5450000 documents. Done indexing 5475000 documents. Done indexing 5500000 documents. Done indexing 5525000 documents. Done indexing 5550000 documents. Done indexing 5575000 documents. Done indexing 5600000 documents. Done indexing 5625000 documents. Done indexing 5650000 documents. Done indexing 5675000 documents. Done indexing 5700000 documents. Done indexing 5725000 documents. Done indexing 5750000 documents. Done indexing 5775000 documents. Done indexing 5800000 documents. Done indexing 5825000 documents. Done indexing 5850000 documents. Done indexing 5875000 documents. Done indexing 5900000 documents. Done indexing 5925000 documents. Done indexing 5950000 documents. Done indexing 5975000 documents. Done indexing 6000000 documents. Done indexing 6025000 documents. Done indexing 6050000 documents. Done indexing 6075000 documents. Done indexing 6100000 documents. Done indexing 6125000 documents. Done indexing 6150000 documents. Done indexing 6175000 documents. Done indexing 6200000 documents. Done indexing 6225000 documents. Done indexing 6250000 documents. Done indexing 6275000 documents. Done indexing 6300000 documents. Done indexing 6325000 documents. Done indexing 6350000 documents. Done indexing 6375000 documents. Done indexing 6400000 documents. Done indexing 6425000 documents. Done indexing 6450000 documents. Done indexing 6475000 documents. Done indexing 6500000 documents. Done indexing 6525000 documents. Done indexing 6550000 documents. Done indexing 6575000 documents. Done indexing 6600000 documents. Done indexing 6625000 documents. Done indexing 6650000 documents. Done indexing 6675000 documents. Done indexing 6700000 documents. Done indexing 6725000 documents. Done indexing 6750000 documents. Done indexing 6775000 documents. Done indexing 6800000 documents. Done indexing 6825000 documents. Done indexing 6850000 documents. Done indexing 6875000 documents. Done indexing 6900000 documents. Done indexing 6925000 documents. Done indexing 6950000 documents. Done indexing 6975000 documents. Done indexing 7000000 documents. Done indexing 7025000 documents. Done indexing 7050000 documents. Done indexing 7075000 documents. Done indexing 7100000 documents. Done indexing 7125000 documents. Done indexing 7150000 documents. Done indexing 7175000 documents. Done indexing 7200000 documents. Done indexing 7225000 documents. Done indexing 7250000 documents. Done indexing 7275000 documents. Done indexing 7300000 documents. Done indexing 7325000 documents. Done indexing 7350000 documents. Done indexing 7375000 documents. Done indexing 7400000 documents. Done indexing 7425000 documents. Done indexing 7450000 documents. Done indexing 7475000 documents. Done indexing 7500000 documents. Done indexing 7525000 documents. Done indexing 7550000 documents. Done indexing 7575000 documents. Done indexing 7600000 documents. Done indexing 7625000 documents. Done indexing 7650000 documents. Done indexing 7675000 documents. Done indexing 7700000 documents. Done indexing 7725000 documents. Done indexing 7750000 documents. Done indexing 7775000 documents. Done indexing 7800000 documents. Done indexing 7825000 documents. Done indexing 7850000 documents. Done indexing 7875000 documents. Done indexing 7900000 documents. Done indexing 7925000 documents. Done indexing 7950000 documents. Done indexing 7975000 documents. Done indexing 8000000 documents. now IndexWriter.commit() now wait for already running merges to finish 0.0 sec: 147 segments, 16 merges 188.7s _12l: 8 segs, 1062.0 K docs, 4778.3 MB 120.2s _167: 8 segs, 157.1 K docs, 704.7 MB 102.8s _175: 8 segs, 135.1 K docs, 606.0 MB 100.8s _17a: 8 segs, 225.6 K docs, 1012.7 MB 64.7s _18y: 8 segs, 119.3 K docs, 534.8 MB 53.9s _19e: 8 segs, 150.9 K docs, 677.2 MB 43.7s _19w: 8 segs, 41.5 K docs, 185.1 MB 40.2s _1a2: 8 segs, 185.5 K docs, 832.6 MB 35.5s _1aa: 8 segs, 76.5 K docs, 342.5 MB 31.1s _1ah: 8 segs, 77.8 K docs, 348.5 MB 26.1s _1aq: 8 segs, 76.3 K docs, 341.8 MB 21.4s _1az: 8 segs, 41.5 K docs, 185.2 MB 15.1s _1b8: 8 segs, 40.3 K docs, 179.9 MB 10.1s _1bh: 8 segs, 42.4 K docs, 189.5 MB 6.2s _1bp: 8 segs, 76.5 K docs, 342.4 MB 0.0s _1bw: 13 segs, 54.1 K docs, 241.6 MB 5.0 sec: 140 segments, 15 merges 193.7s _12l: 8 segs, 1062.0 K docs, 4778.3 MB 125.2s _167: 8 segs, 157.1 K docs, 704.7 MB 107.8s _175: 8 segs, 135.1 K docs, 606.0 MB 105.8s _17a: 8 segs, 225.6 K docs, 1012.7 MB 69.7s _18y: 8 segs, 119.3 K docs, 534.8 MB 58.9s _19e: 8 segs, 150.9 K docs, 677.2 MB 45.2s _1a2: 8 segs, 185.5 K docs, 832.6 MB 40.5s _1aa: 8 segs, 76.5 K docs, 342.5 MB 36.1s _1ah: 8 segs, 77.8 K docs, 348.5 MB 31.1s _1aq: 8 segs, 76.3 K docs, 341.8 MB 26.4s _1az: 8 segs, 41.5 K docs, 185.2 MB 20.1s _1b8: 8 segs, 40.3 K docs, 179.9 MB 15.1s _1bh: 8 segs, 42.4 K docs, 189.5 MB 11.2s _1bp: 8 segs, 76.5 K docs, 342.4 MB 5.0s _1bw: 13 segs, 54.1 K docs, 241.6 MB 10.0 sec: 126 segments, 13 merges 112.8s _175: 8 segs, 135.1 K docs, 606.0 MB 110.8s _17a: 8 segs, 225.6 K docs, 1012.7 MB 74.7s _18y: 8 segs, 119.3 K docs, 534.8 MB 64.0s _19e: 8 segs, 150.9 K docs, 677.2 MB 50.2s _1a2: 8 segs, 185.5 K docs, 832.6 MB 45.5s _1aa: 8 segs, 76.5 K docs, 342.5 MB 41.1s _1ah: 8 segs, 77.8 K docs, 348.5 MB 36.1s _1aq: 8 segs, 76.3 K docs, 341.8 MB 31.5s _1az: 8 segs, 41.5 K docs, 185.2 MB 25.1s _1b8: 8 segs, 40.3 K docs, 179.9 MB 20.1s _1bh: 8 segs, 42.4 K docs, 189.5 MB 16.3s _1bp: 8 segs, 76.5 K docs, 342.4 MB 10.0s _1bw: 13 segs, 54.1 K docs, 241.6 MB 15.0 sec: 105 segments, 10 merges 115.8s _17a: 8 segs, 225.6 K docs, 1012.7 MB 79.7s _18y: 8 segs, 119.3 K docs, 534.8 MB 69.0s _19e: 8 segs, 150.9 K docs, 677.2 MB 55.2s _1a2: 8 segs, 185.5 K docs, 832.6 MB 46.1s _1ah: 8 segs, 77.8 K docs, 348.5 MB 41.1s _1aq: 8 segs, 76.3 K docs, 341.8 MB 30.1s _1b8: 8 segs, 40.3 K docs, 179.9 MB 25.1s _1bh: 8 segs, 42.4 K docs, 189.5 MB 21.3s _1bp: 8 segs, 76.5 K docs, 342.4 MB 15.0s _1bw: 13 segs, 54.1 K docs, 241.6 MB 20.0 sec: 77 segments, 7 merges 74.0s _19e: 8 segs, 150.9 K docs, 677.2 MB 60.2s _1a2: 8 segs, 185.5 K docs, 832.6 MB 51.1s _1ah: 8 segs, 77.8 K docs, 348.5 MB 30.1s _1bh: 8 segs, 42.4 K docs, 189.5 MB 26.3s _1bp: 8 segs, 76.5 K docs, 342.4 MB 20.0s _1bw: 13 segs, 54.1 K docs, 241.6 MB 1.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 25.0 sec: 63 segments, 5 merges 65.3s _1a2: 8 segs, 185.5 K docs, 832.6 MB 35.2s _1bh: 8 segs, 42.4 K docs, 189.5 MB 31.3s _1bp: 8 segs, 76.5 K docs, 342.4 MB 25.0s _1bw: 13 segs, 54.1 K docs, 241.6 MB 6.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 30.0 sec: 30 segments, 2 merges 11.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 3.7s _1by: 8 segs, 480.7 K docs, 2160.3 MB 35.0 sec: 30 segments, 2 merges 16.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 8.7s _1by: 8 segs, 480.7 K docs, 2160.3 MB 40.1 sec: 30 segments, 2 merges 21.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 13.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 45.1 sec: 30 segments, 2 merges 26.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 18.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 50.1 sec: 30 segments, 2 merges 31.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 23.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 55.1 sec: 30 segments, 2 merges 36.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 28.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 60.1 sec: 30 segments, 2 merges 41.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 33.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 65.1 sec: 30 segments, 2 merges 46.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 38.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 70.1 sec: 30 segments, 2 merges 51.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 43.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 75.1 sec: 30 segments, 2 merges 56.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 48.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 80.1 sec: 30 segments, 2 merges 61.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 53.8s _1by: 8 segs, 480.7 K docs, 2160.3 MB 85.1 sec: 23 segments, 1 merges 66.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 90.1 sec: 23 segments, 1 merges 71.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 95.1 sec: 23 segments, 1 merges 76.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 100.1 sec: 23 segments, 1 merges 81.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 105.1 sec: 23 segments, 1 merges 86.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 110.1 sec: 23 segments, 1 merges 91.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 115.1 sec: 23 segments, 1 merges 96.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 120.1 sec: 23 segments, 1 merges 101.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 125.1 sec: 23 segments, 1 merges 106.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 130.1 sec: 23 segments, 1 merges 111.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 135.0 sec: 23 segments, 1 merges 116.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB 140.0 sec: 23 segments, 1 merges 121.7s _1bx: 6 segs, 1105.7 K docs, 4976.7 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 917 seconds reindex takes 918.00 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: 18 segments, 1 merges 5.0 sec: 18 segments, 1 merges 5.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 10.0 sec: 18 segments, 1 merges 10.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 15.0 sec: 18 segments, 1 merges 15.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 20.0 sec: 18 segments, 1 merges 20.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 25.0 sec: 18 segments, 1 merges 25.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 30.0 sec: 18 segments, 1 merges 30.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 35.0 sec: 18 segments, 1 merges 35.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 40.0 sec: 18 segments, 1 merges 40.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 45.0 sec: 18 segments, 1 merges 45.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 50.0 sec: 18 segments, 1 merges 50.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 55.0 sec: 18 segments, 1 merges 55.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 60.1 sec: 18 segments, 1 merges 60.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 65.1 sec: 18 segments, 1 merges 65.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 70.1 sec: 18 segments, 1 merges 70.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 75.1 sec: 18 segments, 1 merges 75.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 80.1 sec: 18 segments, 1 merges 80.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 85.1 sec: 18 segments, 1 merges 85.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 90.1 sec: 18 segments, 1 merges 90.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 95.1 sec: 18 segments, 1 merges 95.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 100.1 sec: 18 segments, 1 merges 100.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 105.1 sec: 18 segments, 1 merges 105.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 110.1 sec: 18 segments, 1 merges 110.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 115.0 sec: 18 segments, 1 merges 115.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 120.0 sec: 18 segments, 1 merges 120.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 125.0 sec: 18 segments, 1 merges 125.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 130.0 sec: 18 segments, 1 merges 130.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 135.0 sec: 18 segments, 1 merges 135.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 140.0 sec: 18 segments, 1 merges 140.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 145.0 sec: 18 segments, 1 merges 145.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 150.0 sec: 18 segments, 1 merges 150.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 155.0 sec: 18 segments, 1 merges 155.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 160.0 sec: 18 segments, 1 merges 160.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 165.0 sec: 18 segments, 1 merges 165.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 170.0 sec: 18 segments, 1 merges 170.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 175.1 sec: 18 segments, 1 merges 175.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 180.1 sec: 18 segments, 1 merges 180.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 185.1 sec: 18 segments, 1 merges 185.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 190.1 sec: 18 segments, 1 merges 190.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 195.1 sec: 18 segments, 1 merges 195.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 200.1 sec: 18 segments, 1 merges 200.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 205.1 sec: 18 segments, 1 merges 205.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 210.1 sec: 18 segments, 1 merges 210.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 215.1 sec: 18 segments, 1 merges 215.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 220.1 sec: 18 segments, 1 merges 220.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 225.1 sec: 18 segments, 1 merges 225.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 230.0 sec: 18 segments, 1 merges 230.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 235.0 sec: 18 segments, 1 merges 235.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 240.0 sec: 18 segments, 1 merges 240.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 245.0 sec: 18 segments, 1 merges 245.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 250.0 sec: 18 segments, 1 merges 250.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 255.0 sec: 18 segments, 1 merges 255.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 260.0 sec: 18 segments, 1 merges 260.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 265.0 sec: 18 segments, 1 merges 265.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 270.0 sec: 18 segments, 1 merges 270.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 275.0 sec: 18 segments, 1 merges 275.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 280.0 sec: 18 segments, 1 merges 280.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 285.0 sec: 18 segments, 1 merges 285.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 290.1 sec: 18 segments, 1 merges 290.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 295.1 sec: 18 segments, 1 merges 295.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 300.1 sec: 18 segments, 1 merges 300.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 305.1 sec: 18 segments, 1 merges 305.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 310.1 sec: 18 segments, 1 merges 310.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 315.1 sec: 18 segments, 1 merges 315.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 320.1 sec: 18 segments, 1 merges 320.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 325.1 sec: 18 segments, 1 merges 325.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 330.1 sec: 18 segments, 1 merges 330.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 335.1 sec: 18 segments, 1 merges 335.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 340.1 sec: 18 segments, 1 merges 340.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 345.1 sec: 18 segments, 1 merges 345.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 350.0 sec: 18 segments, 1 merges 350.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 355.0 sec: 18 segments, 1 merges 355.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 360.0 sec: 18 segments, 1 merges 360.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 365.0 sec: 18 segments, 1 merges 365.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 370.0 sec: 18 segments, 1 merges 370.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 375.0 sec: 18 segments, 1 merges 375.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 380.0 sec: 18 segments, 1 merges 380.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 385.0 sec: 18 segments, 1 merges 385.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 390.0 sec: 18 segments, 1 merges 390.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 395.0 sec: 18 segments, 1 merges 395.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 400.0 sec: 18 segments, 1 merges 400.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 405.1 sec: 18 segments, 1 merges 405.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 410.1 sec: 18 segments, 1 merges 410.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 415.1 sec: 18 segments, 1 merges 415.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 420.1 sec: 18 segments, 1 merges 420.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 425.1 sec: 18 segments, 1 merges 425.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 430.1 sec: 18 segments, 1 merges 430.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 435.1 sec: 18 segments, 1 merges 435.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 440.1 sec: 18 segments, 1 merges 440.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 445.0 sec: 18 segments, 1 merges 445.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 450.0 sec: 18 segments, 1 merges 450.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 455.0 sec: 18 segments, 1 merges 455.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 460.0 sec: 18 segments, 1 merges 460.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 465.0 sec: 18 segments, 1 merges 465.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 470.0 sec: 18 segments, 1 merges 470.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 475.0 sec: 18 segments, 1 merges 475.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 480.0 sec: 18 segments, 1 merges 480.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 485.1 sec: 18 segments, 1 merges 485.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 490.1 sec: 18 segments, 1 merges 490.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 495.1 sec: 18 segments, 1 merges 495.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 500.0 sec: 18 segments, 1 merges 500.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 505.1 sec: 18 segments, 1 merges 505.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 510.1 sec: 18 segments, 1 merges 510.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 515.1 sec: 18 segments, 1 merges 515.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 520.1 sec: 18 segments, 1 merges 520.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 525.1 sec: 18 segments, 1 merges 525.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 530.1 sec: 18 segments, 1 merges 530.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 535.1 sec: 18 segments, 1 merges 535.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 540.1 sec: 18 segments, 1 merges 540.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 545.1 sec: 18 segments, 1 merges 545.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 550.0 sec: 18 segments, 1 merges 550.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 555.0 sec: 18 segments, 1 merges 555.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 560.0 sec: 18 segments, 1 merges 560.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 565.0 sec: 18 segments, 1 merges 565.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 570.0 sec: 18 segments, 1 merges 570.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 575.0 sec: 18 segments, 1 merges 575.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 580.0 sec: 18 segments, 1 merges 580.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 585.0 sec: 18 segments, 1 merges 585.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 590.0 sec: 18 segments, 1 merges 590.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 595.0 sec: 18 segments, 1 merges 595.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 600.0 sec: 18 segments, 1 merges 600.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 605.1 sec: 18 segments, 1 merges 605.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 610.1 sec: 18 segments, 1 merges 610.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 615.1 sec: 18 segments, 1 merges 615.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 620.0 sec: 18 segments, 1 merges 620.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 625.0 sec: 18 segments, 1 merges 625.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 630.0 sec: 18 segments, 1 merges 630.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 635.0 sec: 18 segments, 1 merges 635.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 640.0 sec: 18 segments, 1 merges 640.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 645.0 sec: 18 segments, 1 merges 645.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 650.0 sec: 18 segments, 1 merges 650.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 655.0 sec: 18 segments, 1 merges 655.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 660.1 sec: 18 segments, 1 merges 660.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 665.1 sec: 18 segments, 1 merges 665.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 670.1 sec: 18 segments, 1 merges 670.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 675.0 sec: 18 segments, 1 merges 675.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 680.0 sec: 18 segments, 1 merges 680.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 685.0 sec: 18 segments, 1 merges 685.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 690.0 sec: 18 segments, 1 merges 690.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 695.0 sec: 18 segments, 1 merges 695.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 700.0 sec: 18 segments, 1 merges 700.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 705.0 sec: 18 segments, 1 merges 705.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 710.0 sec: 18 segments, 1 merges 710.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 715.0 sec: 18 segments, 1 merges 715.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 720.0 sec: 18 segments, 1 merges 720.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 725.0 sec: 18 segments, 1 merges 725.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 730.0 sec: 18 segments, 1 merges 730.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 735.0 sec: 18 segments, 1 merges 735.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 740.0 sec: 18 segments, 1 merges 740.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 745.0 sec: 18 segments, 1 merges 745.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 750.0 sec: 18 segments, 1 merges 750.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 755.0 sec: 18 segments, 1 merges 755.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 760.0 sec: 18 segments, 1 merges 760.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 765.0 sec: 18 segments, 1 merges 765.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 770.0 sec: 18 segments, 1 merges 770.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 775.0 sec: 18 segments, 1 merges 775.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 780.1 sec: 18 segments, 1 merges 780.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 785.1 sec: 18 segments, 1 merges 785.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 790.1 sec: 18 segments, 1 merges 790.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 795.1 sec: 18 segments, 1 merges 795.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 800.1 sec: 18 segments, 1 merges 800.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 805.1 sec: 18 segments, 1 merges 805.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 810.1 sec: 18 segments, 1 merges 810.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 815.1 sec: 18 segments, 1 merges 815.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 820.1 sec: 18 segments, 1 merges 820.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 825.1 sec: 18 segments, 1 merges 825.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 830.1 sec: 18 segments, 1 merges 830.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 835.1 sec: 18 segments, 1 merges 835.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 840.1 sec: 18 segments, 1 merges 840.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 845.1 sec: 18 segments, 1 merges 845.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 850.1 sec: 18 segments, 1 merges 850.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 855.1 sec: 18 segments, 1 merges 855.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 860.1 sec: 18 segments, 1 merges 860.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 865.0 sec: 18 segments, 1 merges 865.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 870.0 sec: 18 segments, 1 merges 870.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 875.0 sec: 18 segments, 1 merges 875.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 880.0 sec: 18 segments, 1 merges 880.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 885.1 sec: 18 segments, 1 merges 885.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 890.1 sec: 18 segments, 1 merges 890.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 895.1 sec: 18 segments, 1 merges 895.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 900.1 sec: 18 segments, 1 merges 900.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 905.1 sec: 18 segments, 1 merges 905.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 910.1 sec: 18 segments, 1 merges 910.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 915.1 sec: 18 segments, 1 merges 915.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 920.1 sec: 18 segments, 1 merges 920.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 925.1 sec: 18 segments, 1 merges 925.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 930.1 sec: 18 segments, 1 merges 930.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 935.0 sec: 18 segments, 1 merges 935.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 940.0 sec: 18 segments, 1 merges 940.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 945.0 sec: 18 segments, 1 merges 945.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 950.0 sec: 18 segments, 1 merges 950.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 955.0 sec: 18 segments, 1 merges 955.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 960.0 sec: 18 segments, 1 merges 960.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 965.0 sec: 18 segments, 1 merges 965.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 970.0 sec: 18 segments, 1 merges 970.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 975.0 sec: 18 segments, 1 merges 975.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 980.0 sec: 18 segments, 1 merges 980.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 985.1 sec: 18 segments, 1 merges 985.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 990.1 sec: 18 segments, 1 merges 990.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 995.1 sec: 18 segments, 1 merges 995.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1000.0 sec: 18 segments, 1 merges 1000.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1005.0 sec: 18 segments, 1 merges 1005.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1010.0 sec: 18 segments, 1 merges 1010.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1015.0 sec: 18 segments, 1 merges 1015.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1020.0 sec: 18 segments, 1 merges 1020.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1025.0 sec: 18 segments, 1 merges 1025.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1030.0 sec: 18 segments, 1 merges 1030.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1035.0 sec: 18 segments, 1 merges 1035.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1040.1 sec: 18 segments, 1 merges 1040.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1045.1 sec: 18 segments, 1 merges 1045.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1050.1 sec: 18 segments, 1 merges 1050.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1055.1 sec: 18 segments, 1 merges 1055.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1060.1 sec: 18 segments, 1 merges 1060.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1065.1 sec: 18 segments, 1 merges 1065.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1070.1 sec: 18 segments, 1 merges 1070.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1075.1 sec: 18 segments, 1 merges 1075.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1080.1 sec: 18 segments, 1 merges 1080.1s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB 1085.0 sec: 18 segments, 1 merges 1085.0s _1bz: 18 segs, 8000.0 K docs, 36038.6 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1089.29 sec index has 1 segments: segments_3: _1bz(11.0.0):C8000000 _1bz: 36185.8 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=0.5 index disk usage is 36185.83 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=49333652972 cpu@end=51698871192 deltaMS=2365.21822 thread 14 name=Reference Handler cpu@start=1649663 cpu@end=1649663 deltaMS=0.0 thread 15 name=Finalizer cpu@start=145415 cpu@end=145415 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=74783 cpu@end=74783 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=4135783 cpu@end=4135783 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=17672078596 cpu@end=17672427042 deltaMS=0.348446 thread 42 name=JFR Periodic Tasks cpu@start=117001656381 cpu@end=117114781089 deltaMS=113.124708 thread 45 name=Notification Thread cpu@start=108219 cpu@end=108219 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1658470252434 cpu@end=1658470252434 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1655941406196 cpu@end=1655941406196 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1656281071111 cpu@end=1656281071111 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1652362649331 cpu@end=1652362649331 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1653495873824 cpu@end=1653495873824 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1654959355941 cpu@end=1654959355941 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1650072454893 cpu@end=1650072454893 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1654043706907 cpu@end=1654043706907 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1657667536472 cpu@end=1657667536472 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1653083562622 cpu@end=1653083562622 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1652897382077 cpu@end=1652897382077 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1662031789023 cpu@end=1662031789023 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1655560143918 cpu@end=1655560143918 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1652395012844 cpu@end=1652395012844 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1656896405158 cpu@end=1656896405158 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1658292760975 cpu@end=1658292760975 deltaMS=0.0 Average CPU cores used: 1.0445877514087292 completed 1000 searches in 2372 ms: 421 QPS CPU time=2477 ms checking results SUMMARY: 0.881 2.372 2.477 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 5729 918.00 8714.61 1089.29 1 36185.83 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=5, mean=16.38, max=32, meandelta=410616.97 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 19 21 23 32 Graph level=2 size=7647, Fanout min=7, mean=27.35, max=32, meandelta=268385.19 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 25 28 31 32 32 32 32 32 Graph level=1 size=247014, Fanout min=1, mean=28.29, max=32, meandelta=258379.59 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.73, max=64, meandelta=194195.16 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 59 64 64 Graph level=3 size=241, connectedness=1.00 Graph level=2 size=7647, connectedness=1.00 Graph level=1 size=247014, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -forceMerge -quantize -quantizeBits 4 -quantizeCompress': 43,213,427.01 msec task-clock:u 166,067,341,708,382 cycles:u (36.36%) 180,244,436,270,049 instructions:u (36.36%) 4,324,809,606,990 cache-references:u (36.36%) 1,655,445,347,007 cache-misses:u (36.36%) 64,028,895,358,227 L1-dcache-loads:u (36.36%) 1,997,786,844,559 L1-dcache-load-misses:u (36.36%) 3,791,043,153,305 L1-icache-loads:u (36.36%) 15,189,674,937 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 22,464,872 faults:u 21,522,239 minor-faults:u 13,774 major-faults:u 15,619,277,584,682 branches:u (36.36%) 115,668,470,316 branch-misses:u (36.36%) 2,468,494,787,679 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2225.282331930 seconds time elapsed 42644.106275000 seconds user 556.578329000 seconds sys took 0:37:05.316229 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='288a65f5cdc4871d6a4c7ceb1e051acae1010d8b', luceneutil_git_rev='2ee39e9e4e2a376d0f050aedd44613ca3f67530d', 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.372, net_cpu_ms=2.477, 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=5729, index_time_sec=918.0, index_docs_per_sec=8714.61, force_merge_time_sec=1089.29, index_num_segments=1, index_size_on_disk_mb=36185.83, 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: 14, 50: 16, 60: 17, 70: 19, 80: 21, 90: 23, 100: 32}), 2: (7647, {0: 0, 10: 18, 20: 22, 30: 25, 40: 28, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247014, {0: 0, 10: 19, 20: 23, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 59, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=2225, microseconds=316229)) Profiler summary for /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr Version: 2.1 Chunks: 109 Start: 2026-05-06 03:23:20 (UTC) Duration: 2213 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 41533473 710659838 jdk.FileWrite 22257092 469214045 jdk.FileRead 8003649 182088460 jdk.ObjectAllocationInNewTLAB 71082 1408986 jdk.BooleanFlag 54064 1710297 jdk.CPULoad 41506 829490 jdk.Checkpoint 7415 27887920 jdk.Compilation 6268 161586 jdk.UnsignedIntFlag 5232 177478 jdk.IntFlag 4796 174987 jdk.StringFlag 3706 143651 jdk.ObjectAllocationOutsideTLAB 1296 23128 jdk.CPUInformation 109 163714 jdk.GCConfiguration 109 2830 jdk.JVMInformation 109 103655 jdk.Metadata 109 12047440 jdk.GarbageCollection 58 1394 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr is 1341.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41533473 events (total: 41M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 41.12% 17M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 30.51% 12M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 10.30% 4M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 3.56% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.70% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 2.47% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 1.38% 571849 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.93% 384966 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.90% 375868 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.84% 350394 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.56% 234398 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.52% 216980 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.45% 187037 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.28% 114320 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.27% 110524 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.25% 102234 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.24% 99027 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.22% 91810 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 88775 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 73001 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.14% 58710 sun.nio.ch.NativeThread#current0() [Native code] 0.12% 49778 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 42903 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.10% 41972 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 39931 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.09% 38365 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.09% 35775 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.08% 34434 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.08% 32836 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 29526 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.06% 26790 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.06% 23398 java.util.Arrays#sort():99 [Inlined code] 0.06% 23216 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.05% 22639 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.05% 21319 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 20122 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.04% 16353 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 15109 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.03% 14095 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 13883 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 11556 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 10928 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.02% 10245 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 9222 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 8200 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 7863 org.apache.lucene.internal.hppc.IntIntHashMap#containsKey():297 [Inlined code] 0.02% 7711 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] 0.02% 7602 knn.IndexerThread#_run():102 [JIT compiled code] 0.02% 7400 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.02% 6808 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr is 1341.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41533473 events (total: 41M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 38.68% 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.48% 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.30% 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] 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.70% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 2.47% 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.41% 584590 org.apache.lucene.codecs.lucene104.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.38% 571735 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.88% 366771 org.apache.lucene.codecs.lucene104.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.84% 350394 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.75% 311637 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% 292610 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.69% 285796 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.43% 180020 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.42% 172754 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.27% 110717 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 [JIT compiled code] 0.24% 98747 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% 94476 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.22% 91774 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% 89032 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.21% 87230 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.19% 79432 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% 72879 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.17% 71255 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% 61598 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% 60484 org.apache.lucene.util.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.12% 49778 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.11% 46561 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% 46196 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.10% 42900 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% 42797 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.10% 40821 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.10% 39931 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.07% 29517 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% 28518 org.apache.lucene.util.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% 26015 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.06% 23858 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.06% 23396 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.06% 23216 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.05% 22639 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% 21635 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 [JIT compiled code] 0.05% 21440 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% 21424 org.apache.lucene.util.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% 21315 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% 20079 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.05% 19388 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% 17450 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% 16166 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 15842 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.0x000000007e1727a8#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.03% 13979 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr is 1341.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 41533473 events (total: 41M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 24.15% 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] 20.74% 8M org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 12.17% 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 [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.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 9.02% 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] 4.89% 2M org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 3.05% 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.24% 931096 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.87% 777226 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.76% 729828 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.00% 416766 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.0x000000007e197538#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.99% 409182 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.96% 396957 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.0x000000007e197538#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.89% 369825 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():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.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.89% 368112 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 0.84% 349300 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.0x000000007e197538#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.81% 335776 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 [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.69% 288111 org.apache.lucene.codecs.lucene104.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.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.61% 252838 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007e19ebd8#run() [JIT compiled code] 0.57% 236039 org.apache.lucene.codecs.lucene104.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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] 0.51% 212634 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] 0.46% 192518 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.42% 172837 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] 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.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.41% 171066 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.39% 160014 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% 149702 org.apache.lucene.codecs.lucene104.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 [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.0x000000007e19e680#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% 135387 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% 131850 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.29% 120479 org.apache.lucene.codecs.lucene104.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 [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.0x000000007e19e680#call() [Inlined code] 0.27% 111579 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 [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.0x000000007e19e680#call() [Inlined code] 0.25% 104025 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.22% 91716 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.19% 80872 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007e19ebd8#run() [JIT compiled code] 0.19% 79432 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.0x000000007e07aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.18% 72966 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.17% 70485 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000007e19ebd8#run() [JIT compiled code] 0.15% 62718 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 61784 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.15% 60765 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.0x000000007e197538#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.14% 59935 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#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.14% 58993 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 [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.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 58632 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.0x000000007e197538#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% 55751 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.13% 53357 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.0x000000007e197538#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.12% 50963 org.apache.lucene.codecs.lucene104.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 [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.0x000000007e19e680#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% 50799 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 50008 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 49897 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.11% 46334 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] at java.io.BufferedOutputStream#flushBuffer():123 [Inlined code] at java.io.BufferedOutputStream#write():188 [Inlined code] 0.11% 46159 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 [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] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.11% 44122 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.0x000000007e19e680#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.0x000000007e19ebd8#run() [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr is 1341.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72351 events (total: 564023M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.63% 133300M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.29% 131355M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 22.84% 128848M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 11.25% 63449M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.63% 31748M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.77% 21240M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.02% 5766M java.util.Arrays#copyOf():3478 [Inlined code] 0.94% 5276M java.lang.Integer#valueOf():1006 [Inlined code] 0.70% 3942M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.66% 3725M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.65% 3676M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.63% 3564M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.54% 3023M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] 0.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.32% 1788M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.29% 1618M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.29% 1607M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.24% 1379M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.24% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.18% 1031M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 874M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.15% 870M java.util.ArrayList#grow():240 [Inlined code] 0.14% 812M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.14% 807M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 754M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 696M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 682M knn.IndexerThread#_run():105 [JIT compiled code] 0.10% 588M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 587M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 524M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 450M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 416M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 389M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 379M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.06% 356M 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% 325M java.util.List#of():935 [Inlined code] 0.05% 286M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 285M knn.IndexerThread#_run():119 [JIT compiled code] 0.05% 279M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.05% 260M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 221M java.util.HashMap#newNode():1910 [Inlined code] 0.03% 184M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 181M knn.IndexerThread#_run():83 [JIT compiled code] 0.03% 179M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.03% 175M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.03% 171M java.lang.invoke.VarForm#resolveMemberName():159 [Interpreted code] 0.03% 167M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 146M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.03% 146M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr is 1341.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72351 events (total: 564023M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 19.06% 107519M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.58% 104815M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.13% 74048M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.65% 54451M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.91% 38967M 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.63% 31748M 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.34% 24474M 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% 23835M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.22% 23811M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.74% 15478M 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.02% 5761M 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.99% 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.92% 5185M 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.67% 3796M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.65% 3676M 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.49% 2777M 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 [JIT compiled code] 0.34% 1889M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():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.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.27% 1525M 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.24% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.24% 1337M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.23% 1317M 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.20% 1148M 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.20% 1113M 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 [JIT compiled code] 0.19% 1066M 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 [JIT compiled code] 0.18% 1031M 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% 947M 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.15% 870M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.15% 842M 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.14% 779M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled 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.13% 754M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2216 [JIT compiled code] 0.13% 741M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.12% 682M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.12% 670M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.10% 588M 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% 587M 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.10% 540M 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.09% 531M 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% 524M 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% 524M 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.09% 519M 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.08% 450M 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 [JIT compiled code] 0.08% 442M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.08% 436M 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% 431M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [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.07% 396M 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.07% 385M 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% 370M 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% 361M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 357M 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.05.05.21.34.55/bench-knn-q4-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q4-fmTrue.jfr is 1341.64 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 72351 events (total: 564023M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.70% 49044M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.49% 47860M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] 8.49% 47858M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] 7.03% 39658M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 6.90% 38903M 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():1490 [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.63% 31748M 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] 4.35% 24540M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.28% 24124M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000007e19e680#call() [Inlined code] 4.10% 23136M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.97% 22406M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000007e19e680#call() [Inlined code] 3.75% 21134M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.89% 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():1490 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 2.60% 14654M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.46% 8219M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [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 [Inlined code] 1.45% 8154M 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():1490 [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.36% 7688M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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 [Inlined code] 1.33% 7474M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.31% 7381M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.18% 6654M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.99% 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% 5354M 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.93% 5241M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.93% 5234M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.92% 5185M 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% 4203M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.72% 4075M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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% 3927M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [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% 3899M 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.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.67% 3807M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.49% 2786M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.46% 2590M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] 0.45% 2530M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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% 2511M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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.44% 2504M 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] 0.44% 2475M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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.37% 2115M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.36% 2006M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.34% 1889M 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.0x000000007e19e680#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.0x000000007e19ebd8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.32% 1792M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.29% 1663M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.26% 1481M 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.25% 1424M 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.0x000000007e19e680#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.20% 1119M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x000000007e19e680#call() [Inlined code] 0.18% 1035M 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 [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.0x000000007e19e680#call() [Inlined code] 0.15% 870M 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% 843M 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.14% 779M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():204 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled 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.0x000000007e19e680#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.0x000000007e19ebd8#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.14% 769M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000007e19e680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 682M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-4-compressed-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/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.216s][info][jfr,startup] Started recording 1. [0.216s][info][jfr,startup] [0.216s][info][jfr,startup] Use jcmd 3120334 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1527000350215049 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-notfm will now reindex: explicitly requested May 06, 2026 12:11:48 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: 101 segments, 10 merges 94.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 46.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 41.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 35.9s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 31.5s _1de: 8 segs, 89.4 K docs, 444.1 MB 25.7s _1dm: 8 segs, 89.9 K docs, 446.6 MB 18.3s _1dv: 8 segs, 39.0 K docs, 193.2 MB 14.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 8.3s _1eb: 8 segs, 39.3 K docs, 194.8 MB 0.0s _1ei: 12 segs, 49.3 K docs, 244.2 MB 5.0 sec: 101 segments, 10 merges 99.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 51.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 46.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 41.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 36.5s _1de: 8 segs, 89.4 K docs, 444.1 MB 30.8s _1dm: 8 segs, 89.9 K docs, 446.6 MB 23.4s _1dv: 8 segs, 39.0 K docs, 193.2 MB 19.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 13.3s _1eb: 8 segs, 39.3 K docs, 194.8 MB 5.0s _1ei: 12 segs, 49.3 K docs, 244.2 MB 10.0 sec: 101 segments, 10 merges 104.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 56.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 51.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 46.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 41.5s _1de: 8 segs, 89.4 K docs, 444.1 MB 35.8s _1dm: 8 segs, 89.9 K docs, 446.6 MB 28.4s _1dv: 8 segs, 39.0 K docs, 193.2 MB 24.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 18.3s _1eb: 8 segs, 39.3 K docs, 194.8 MB 10.0s _1ei: 12 segs, 49.3 K docs, 244.2 MB 15.0 sec: 101 segments, 10 merges 109.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 61.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 56.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 51.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 46.5s _1de: 8 segs, 89.4 K docs, 444.1 MB 40.8s _1dm: 8 segs, 89.9 K docs, 446.6 MB 33.4s _1dv: 8 segs, 39.0 K docs, 193.2 MB 29.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 23.4s _1eb: 8 segs, 39.3 K docs, 194.8 MB 15.0s _1ei: 12 segs, 49.3 K docs, 244.2 MB 20.1 sec: 87 segments, 8 merges 114.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 66.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 61.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 56.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 45.8s _1dm: 8 segs, 89.9 K docs, 446.6 MB 34.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 28.4s _1eb: 8 segs, 39.3 K docs, 194.8 MB 20.1s _1ei: 12 segs, 49.3 K docs, 244.2 MB 25.1 sec: 80 segments, 7 merges 119.6s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 71.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 66.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 61.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 50.8s _1dm: 8 segs, 89.9 K docs, 446.6 MB 39.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 25.1s _1ei: 12 segs, 49.3 K docs, 244.2 MB 30.1 sec: 73 segments, 6 merges 124.6s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 76.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 71.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 66.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 44.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 30.1s _1ei: 12 segs, 49.3 K docs, 244.2 MB 35.1 sec: 73 segments, 6 merges 129.6s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 81.2s _1ct: 8 segs, 143.7 K docs, 715.1 MB 76.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 71.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 49.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 35.1s _1ei: 12 segs, 49.3 K docs, 244.2 MB 40.1 sec: 73 segments, 6 merges 134.6s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 86.2s _1ct: 8 segs, 143.7 K docs, 715.1 MB 81.6s _1d0: 8 segs, 183.0 K docs, 911.1 MB 76.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 54.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 40.1s _1ei: 12 segs, 49.3 K docs, 244.2 MB 45.1 sec: 62 segments, 5 merges 139.6s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 91.2s _1ct: 8 segs, 143.7 K docs, 715.1 MB 86.6s _1d0: 8 segs, 183.0 K docs, 911.1 MB 81.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 59.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 50.1 sec: 62 segments, 5 merges 144.6s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 96.2s _1ct: 8 segs, 143.7 K docs, 715.1 MB 91.6s _1d0: 8 segs, 183.0 K docs, 911.1 MB 86.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 64.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 55.0 sec: 62 segments, 5 merges 149.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 101.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 96.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 91.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 69.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 60.0 sec: 62 segments, 5 merges 154.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 106.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 101.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 96.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 74.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 65.0 sec: 62 segments, 5 merges 159.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 111.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 106.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 101.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 79.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 70.0 sec: 62 segments, 5 merges 164.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 116.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 111.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 106.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 84.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 75.0 sec: 62 segments, 5 merges 169.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 121.1s _1ct: 8 segs, 143.7 K docs, 715.1 MB 116.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 111.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 89.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 80.0 sec: 55 segments, 5 merges 174.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 121.5s _1d0: 8 segs, 183.0 K docs, 911.1 MB 116.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 94.3s _1e2: 8 segs, 133.0 K docs, 661.5 MB 4.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 85.0 sec: 48 segments, 4 merges 179.5s _1b9: 8 segs, 984.1 K docs, 4908.2 MB 121.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 99.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 9.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 90.0 sec: 41 segments, 3 merges 126.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 104.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 14.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 95.1 sec: 41 segments, 3 merges 131.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 109.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 19.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 100.1 sec: 41 segments, 3 merges 136.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 114.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 24.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 105.1 sec: 41 segments, 3 merges 141.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 119.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 29.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 110.1 sec: 41 segments, 3 merges 146.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 124.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 34.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 115.1 sec: 41 segments, 3 merges 151.0s _1d8: 8 segs, 365.8 K docs, 1823.2 MB 129.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 39.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 120.1 sec: 34 segments, 2 merges 134.4s _1e2: 8 segs, 133.0 K docs, 661.5 MB 44.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 125.1 sec: 27 segments, 1 merges 49.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 130.0 sec: 27 segments, 1 merges 54.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 135.0 sec: 27 segments, 1 merges 59.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 140.0 sec: 27 segments, 1 merges 64.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 145.0 sec: 27 segments, 1 merges 69.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 150.0 sec: 27 segments, 1 merges 74.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 155.0 sec: 27 segments, 1 merges 79.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 160.0 sec: 27 segments, 1 merges 84.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 165.0 sec: 27 segments, 1 merges 89.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 170.1 sec: 27 segments, 1 merges 94.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 175.1 sec: 27 segments, 1 merges 99.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB 180.1 sec: 27 segments, 1 merges 104.8s _1ej: 8 segs, 466.7 K docs, 2325.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1531 seconds reindex takes 1531.11 sec index has 20 segments: segments_2: _94(11.0.0):C973782 _ku(11.0.0):C668681 _sy(11.0.0):C975068 _tc(11.0.0):C615777 _13i(11.0.0):C905190 _nw(11.0.0):C183277 _rn(11.0.0):C250065 _1b9(11.0.0):C984079 _123(11.0.0):C189057 _zn(11.0.0):C273092 _131(11.0.0):C183419 _16w(11.0.0):C200863 _1ac(11.0.0):C140693 _1d0(11.0.0):C183006 _197(11.0.0):C159343 _1d8(11.0.0):C365836 _1ct(11.0.0):C143738 _1ej(11.0.0):C466749 _1e2(11.0.0):C132980 _1e3(11.0.0):C5305 _94: 4863.4 MB _ku: 3338.5 MB _sy: 4869.9 MB _tc: 3074.2 MB _13i: 4520.7 MB _nw: 914.3 MB _rn: 1247.8 MB _1b9: 4915.0 MB _123: 943.1 MB _zn: 1362.7 MB _131: 915.0 MB _16w: 1002.1 MB _1ac: 701.7 MB _1d0: 912.9 MB _197: 794.8 MB _1d8: 1825.8 MB _1ct: 716.9 MB _1ej: 2329.8 MB _1e2: 663.2 MB _1e3: 26.3 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 39938.09 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=57708118411 cpu@end=72739748518 deltaMS=15031.630107 thread 14 name=Reference Handler cpu@start=1701913 cpu@end=1701913 deltaMS=0.0 thread 15 name=Finalizer cpu@start=131551 cpu@end=131551 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=50687 cpu@end=50687 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7043153 cpu@end=7043153 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=20500312195 cpu@end=20501865472 deltaMS=1.553277 thread 42 name=JFR Periodic Tasks cpu@start=118559911259 cpu@end=119275430701 deltaMS=715.519442 thread 45 name=Notification Thread cpu@start=112512 cpu@end=112512 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=1685516508566 cpu@end=1685516508566 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=1678762453085 cpu@end=1678762453085 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=1684222148116 cpu@end=1684222148116 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=1683494030459 cpu@end=1683494030459 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=1684856621363 cpu@end=1684856621363 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=1689328028117 cpu@end=1689328028117 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=1683688749584 cpu@end=1683688749584 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=1683233232519 cpu@end=1683233232519 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=1684877101339 cpu@end=1684877101339 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=1690242468310 cpu@end=1690242468310 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=1686326455137 cpu@end=1686326455137 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=1683245713814 cpu@end=1683245713814 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=1685968747023 cpu@end=1685968747023 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=1683548957918 cpu@end=1683548957918 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=1682616279341 cpu@end=1682616279341 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=1684533110185 cpu@end=1684533110185 deltaMS=0.0 Average CPU cores used: 1.046680323353568 completed 1000 searches in 15046 ms: 66 QPS CPU time=15748 ms checking results SUMMARY: 0.955 15.046 15.748 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 70950 1531.11 5224.96 0.00 20 39938.09 null N/A 1.000 39184.570 7934.570 false HNSW Leaf 0 has 4 layers Leaf 0 has 973782 documents Graph level=3 size=49, Fanout min=3, mean=8.20, max=14, meandelta=76860.99 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 7 7 8 9 9 10 12 14 Graph level=2 size=851, Fanout min=8, mean=22.59, max=32, meandelta=39334.57 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 25 27 30 32 32 Graph level=1 size=29749, Fanout min=4, mean=28.08, max=32, meandelta=31808.16 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 30 32 32 32 32 32 32 Graph level=0 size=973782, Fanout min=1, mean=39.50, max=64, meandelta=22830.03 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=49, connectedness=1.00 Graph level=2 size=851, connectedness=1.00 Graph level=1 size=29749, connectedness=1.00 Graph level=0 size=973782, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 668681 documents Graph level=3 size=34, Fanout min=2, mean=6.94, max=13, meandelta=71632.19 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 5 6 7 8 8 11 13 Graph level=2 size=559, Fanout min=8, mean=21.07, max=32, meandelta=28849.28 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 19 20 22 24 27 32 32 Graph level=1 size=20449, Fanout min=2, mean=27.92, max=32, meandelta=21921.98 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=668681, Fanout min=1, mean=39.58, max=64, meandelta=15662.21 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=34, connectedness=1.00 Graph level=2 size=559, connectedness=1.00 Graph level=1 size=20449, connectedness=1.00 Graph level=0 size=668681, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 975068 documents Graph level=3 size=54, Fanout min=3, mean=8.33, max=13, meandelta=87431.22 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 6 7 8 9 9 10 12 13 Graph level=2 size=839, Fanout min=8, mean=22.95, max=32, meandelta=38858.78 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 19 20 22 25 28 31 32 32 Graph level=1 size=29764, Fanout min=2, mean=27.97, max=32, meandelta=31966.62 % 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=975068, Fanout min=1, mean=39.46, max=64, meandelta=22879.63 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=54, connectedness=1.00 Graph level=2 size=839, connectedness=1.00 Graph level=1 size=29764, connectedness=1.00 Graph level=0 size=975068, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 615777 documents Graph level=3 size=28, Fanout min=3, mean=5.79, max=10, meandelta=61933.77 % 0 10 20 30 40 50 60 70 80 90 100 0 3 3 5 5 6 6 6 7 8 10 Graph level=2 size=489, Fanout min=7, mean=20.24, max=32, meandelta=27353.80 % 0 10 20 30 40 50 60 70 80 90 100 0 13 14 16 17 19 22 24 26 30 32 Graph level=1 size=18725, Fanout min=5, mean=27.84, max=32, meandelta=20239.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=615777, Fanout min=1, mean=39.57, max=64, meandelta=14428.35 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=28, connectedness=1.00 Graph level=2 size=489, connectedness=1.00 Graph level=1 size=18725, connectedness=1.00 Graph level=0 size=615777, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 905190 documents Graph level=3 size=55, Fanout min=2, mean=8.80, max=15, meandelta=86254.20 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 7 8 8 9 10 11 13 15 Graph level=2 size=803, Fanout min=7, mean=22.52, max=32, meandelta=36719.00 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 26 30 32 32 Graph level=1 size=27577, Fanout min=3, mean=28.03, max=32, meandelta=29575.15 % 0 10 20 30 40 50 60 70 80 90 100 0 19 23 26 29 32 32 32 32 32 32 Graph level=0 size=905190, Fanout min=1, mean=39.57, max=64, meandelta=21189.96 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=55, connectedness=1.00 Graph level=2 size=803, connectedness=1.00 Graph level=1 size=27577, connectedness=1.00 Graph level=0 size=905190, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 183277 documents Graph level=3 size=8, Fanout min=2, mean=2.75, max=4, meandelta=25697.77 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 3 3 3 4 Graph level=2 size=172, Fanout min=6, mean=14.38, max=28, meandelta=10832.46 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 13 14 15 16 18 20 28 Graph level=1 size=5649, Fanout min=9, mean=27.17, max=32, meandelta=6169.49 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 30 32 32 32 32 32 Graph level=0 size=183277, Fanout min=1, mean=39.28, max=64, meandelta=4334.21 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=8, connectedness=1.00 Graph level=2 size=172, connectedness=1.00 Graph level=1 size=5649, connectedness=1.00 Graph level=0 size=183277, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 250065 documents Graph level=3 size=17, Fanout min=2, mean=4.35, max=11, meandelta=36236.31 % 0 10 20 30 40 50 60 70 80 90 100 0 2 3 3 3 4 4 4 5 5 11 Graph level=2 size=212, Fanout min=6, mean=14.85, max=29, meandelta=13802.67 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 13 14 15 17 19 21 29 Graph level=1 size=7611, Fanout min=6, mean=27.30, max=32, meandelta=8335.77 % 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=250065, Fanout min=1, mean=39.54, max=64, meandelta=5876.64 % 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=17, connectedness=1.00 Graph level=2 size=212, connectedness=1.00 Graph level=1 size=7611, connectedness=1.00 Graph level=0 size=250065, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 984079 documents Graph level=3 size=57, Fanout min=5, mean=9.47, max=16, meandelta=88360.83 % 0 10 20 30 40 50 60 70 80 90 100 0 5 6 8 9 9 10 10 12 13 16 Graph level=2 size=890, Fanout min=9, mean=22.96, max=32, meandelta=39124.60 % 0 10 20 30 40 50 60 70 80 90 100 0 14 17 18 20 23 25 28 31 32 32 Graph level=1 size=29953, Fanout min=4, mean=28.07, max=32, meandelta=32059.12 % 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=984079, Fanout min=1, mean=39.51, max=64, meandelta=23072.51 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 37 42 49 60 64 64 Graph level=3 size=57, connectedness=1.00 Graph level=2 size=890, connectedness=1.00 Graph level=1 size=29953, connectedness=1.00 Graph level=0 size=984079, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 189057 documents Graph level=3 size=7, Fanout min=2, mean=3.14, max=5, meandelta=30069.18 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 3 3 3 3 5 Graph level=2 size=174, Fanout min=4, mean=14.63, max=28, meandelta=11001.44 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 16 19 21 28 Graph level=1 size=5879, Fanout min=8, mean=27.18, max=32, meandelta=6367.84 % 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=189057, Fanout min=1, mean=39.28, max=64, meandelta=4470.67 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=174, connectedness=1.00 Graph level=1 size=5879, connectedness=1.00 Graph level=0 size=189057, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 273092 documents Graph level=3 size=12, Fanout min=2, mean=3.67, max=6, meandelta=42811.20 % 0 10 20 30 40 50 60 70 80 90 100 0 2 2 3 3 3 3 4 4 5 6 Graph level=2 size=244, Fanout min=7, mean=15.62, max=32, meandelta=14494.90 % 0 10 20 30 40 50 60 70 80 90 100 0 10 11 12 14 15 16 18 20 22 32 Graph level=1 size=8467, Fanout min=6, mean=27.44, max=32, meandelta=9069.35 % 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=273092, Fanout min=1, mean=39.46, max=64, meandelta=6425.55 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 49 59 64 64 Graph level=3 size=12, connectedness=1.00 Graph level=2 size=244, connectedness=1.00 Graph level=1 size=8467, connectedness=1.00 Graph level=0 size=273092, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 183419 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=3, meandelta=31266.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=162, Fanout min=7, mean=13.73, max=26, meandelta=11432.08 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 11 12 13 14 16 17 19 26 Graph level=1 size=5706, Fanout min=7, mean=27.14, max=32, meandelta=6189.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=183419, Fanout min=1, mean=39.30, max=64, meandelta=4335.12 % 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=162, connectedness=1.00 Graph level=1 size=5706, connectedness=1.00 Graph level=0 size=183419, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 200863 documents Graph level=3 size=6, Fanout min=2, mean=2.67, max=4, meandelta=32833.50 % 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=174, Fanout min=7, mean=14.53, max=30, meandelta=11886.75 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 13 14 15 16 18 21 30 Graph level=1 size=6210, Fanout min=8, mean=27.09, max=32, meandelta=6778.54 % 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=200863, Fanout min=1, mean=39.28, max=64, meandelta=4746.55 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 42 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=174, connectedness=1.00 Graph level=1 size=6210, connectedness=1.00 Graph level=0 size=200863, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 140693 documents Graph level=3 size=4, Fanout min=1, mean=2.00, max=3, meandelta=20351.25 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 2 2 2 2 2 3 Graph level=2 size=122, Fanout min=4, mean=12.67, max=24, meandelta=9289.73 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 12 13 14 15 15 17 24 Graph level=1 size=4352, Fanout min=6, mean=26.59, max=32, meandelta=4822.96 % 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=140693, Fanout min=2, mean=39.13, max=64, meandelta=3342.14 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=4, connectedness=1.00 Graph level=2 size=122, connectedness=1.00 Graph level=1 size=4352, connectedness=1.00 Graph level=0 size=140693, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 183006 documents Graph level=3 size=7, Fanout min=2, mean=3.43, max=5, meandelta=26078.63 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 3 3 4 4 5 Graph level=2 size=158, Fanout min=6, mean=13.51, max=31, meandelta=11422.35 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 15 17 19 31 Graph level=1 size=5633, Fanout min=8, mean=27.07, max=32, meandelta=6183.75 % 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=183006, Fanout min=2, mean=39.30, max=64, meandelta=4322.17 % 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=158, connectedness=1.00 Graph level=1 size=5633, connectedness=1.00 Graph level=0 size=183006, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 159343 documents Graph level=3 size=8, Fanout min=1, mean=2.50, max=4, meandelta=18330.90 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 3 3 3 4 Graph level=2 size=144, Fanout min=6, mean=12.81, max=24, meandelta=10434.92 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 15 16 18 24 Graph level=1 size=4907, Fanout min=6, mean=27.07, max=32, meandelta=5393.11 % 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=159343, Fanout min=1, mean=39.23, max=64, meandelta=3772.79 % 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=144, connectedness=1.00 Graph level=1 size=4907, connectedness=1.00 Graph level=0 size=159343, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 365836 documents Graph level=3 size=26, Fanout min=2, mean=6.38, max=11, meandelta=42216.01 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 5 6 6 6 7 7 9 11 Graph level=2 size=312, Fanout min=4, mean=17.64, max=32, meandelta=16703.87 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 14 15 17 18 20 23 26 32 Graph level=1 size=11143, Fanout min=7, mean=27.52, max=32, meandelta=12109.43 % 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=365836, Fanout min=1, mean=39.51, max=64, meandelta=8593.41 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=26, connectedness=1.00 Graph level=2 size=312, connectedness=1.00 Graph level=1 size=11143, connectedness=1.00 Graph level=0 size=365836, connectedness=1.00 Leaf 16 has 4 layers Leaf 16 has 143738 documents Graph level=3 size=6, Fanout min=1, mean=2.67, max=4, meandelta=30017.25 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 3 3 4 4 Graph level=2 size=129, Fanout min=5, mean=13.07, max=26, meandelta=9507.43 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 10 11 12 13 15 17 18 26 Graph level=1 size=4422, Fanout min=8, mean=26.94, max=32, meandelta=4894.17 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 26 30 32 32 32 32 32 Graph level=0 size=143738, Fanout min=1, mean=39.15, max=64, meandelta=3407.29 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=6, connectedness=1.00 Graph level=2 size=129, connectedness=1.00 Graph level=1 size=4422, connectedness=1.00 Graph level=0 size=143738, connectedness=1.00 Leaf 17 has 4 layers Leaf 17 has 466749 documents Graph level=3 size=21, Fanout min=3, mean=5.90, max=9, meandelta=36903.92 % 0 10 20 30 40 50 60 70 80 90 100 0 3 4 4 5 6 6 7 8 8 9 Graph level=2 size=351, Fanout min=5, mean=18.33, max=32, meandelta=22295.22 % 0 10 20 30 40 50 60 70 80 90 100 0 11 13 15 16 17 19 21 24 27 32 Graph level=1 size=14186, Fanout min=5, mean=27.74, max=32, meandelta=15403.64 % 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=466749, Fanout min=1, mean=39.56, max=64, meandelta=10946.71 % 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=21, connectedness=1.00 Graph level=2 size=351, connectedness=1.00 Graph level=1 size=14186, connectedness=1.00 Graph level=0 size=466749, connectedness=1.00 Leaf 18 has 4 layers Leaf 18 has 132980 documents Graph level=3 size=5, Fanout min=1, mean=2.00, max=3, meandelta=23434.80 % 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=118, Fanout min=6, mean=12.54, max=25, meandelta=8956.18 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 10 11 12 13 14 16 18 25 Graph level=1 size=4123, Fanout min=6, mean=26.59, max=32, meandelta=4570.22 % 0 10 20 30 40 50 60 70 80 90 100 0 17 20 23 26 29 32 32 32 32 32 Graph level=0 size=132980, Fanout min=2, mean=39.04, max=64, meandelta=3163.18 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 58 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=118, connectedness=1.00 Graph level=1 size=4123, connectedness=1.00 Graph level=0 size=132980, connectedness=1.00 Leaf 19 has 3 layers Leaf 19 has 5305 documents Graph level=2 size=4, Fanout min=2, mean=2.00, max=2, meandelta=1051.25 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 2 2 2 Graph level=1 size=168, Fanout min=4, mean=13.80, max=26, meandelta=319.79 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 16 18 21 26 Graph level=0 size=5305, Fanout min=8, mean=34.01, max=64, meandelta=143.53 % 0 10 20 30 40 50 60 70 80 90 100 0 19 21 24 27 31 35 40 46 57 64 Graph level=2 size=4, connectedness=1.00 Graph level=1 size=168, connectedness=1.00 Graph level=0 size=5305, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr knn.KnnGraphTester -maxConn 32 -dim 1024 -docs /big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec -ndoc 8000000 -topK 100 -numIndexThreads 8 -beamWidthIndex 100 -search-and-stats /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -metric dot_product -numMergeThread 16 -numMergeWorker 48 -reindex -quantize -quantizeBits 7': 54,571,879.71 msec task-clock:u 208,446,689,027,376 cycles:u (36.36%) 112,872,460,450,262 instructions:u (36.36%) 3,399,507,208,263 cache-references:u (36.36%) 1,520,180,037,424 cache-misses:u (36.36%) 40,769,109,925,245 L1-dcache-loads:u (36.36%) 1,481,541,505,144 L1-dcache-load-misses:u (36.36%) 2,004,141,071,243 L1-icache-loads:u (36.36%) 16,645,536,962 L1-icache-load-misses:u (36.36%) LLC-loads:u LLC-load-misses:u LLC-stores:u LLC-store-misses:u LLC-prefetches:u LLC-prefetch-misses:u 7,247,019 faults:u 6,370,626 minor-faults:u 131 major-faults:u 11,445,812,539,414 branches:u (36.36%) 86,953,550,539 branch-misses:u (36.36%) 3,092,781,360,817 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 1810.021683591 seconds time elapsed 54016.039889000 seconds user 543.902595000 seconds sys took 0:30:10.045628 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='288a65f5cdc4871d6a4c7ceb1e051acae1010d8b', luceneutil_git_rev='2ee39e9e4e2a376d0f050aedd44613ca3f67530d', 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.955, cpu_time_ms=15.046, net_cpu_ms=15.748, 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=70950, index_time_sec=1531.11, index_docs_per_sec=5224.96, force_merge_time_sec=0.0, index_num_segments=20, index_size_on_disk_mb=39938.09, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={2: (4, {0: 0, 10: 1, 20: 1, 30: 2, 40: 2, 50: 2, 60: 2, 70: 2, 80: 2, 90: 2, 100: 2}), 1: (168, {0: 0, 10: 8, 20: 10, 30: 11, 40: 12, 50: 13, 60: 14, 70: 16, 80: 18, 90: 21, 100: 26}), 0: (5305, {0: 0, 10: 19, 20: 21, 30: 24, 40: 27, 50: 31, 60: 35, 70: 40, 80: 46, 90: 57, 100: 64})}, combined_run_time=datetime.timedelta(seconds=1810, microseconds=45628)) Profiler summary for /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr Version: 2.1 Chunks: 119 Start: 2026-05-06 04:11:47 (UTC) Duration: 1797 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 52167168 896347192 jdk.FileWrite 19823515 415690651 jdk.FileRead 8003651 183024496 jdk.ObjectAllocationInNewTLAB 62768 1251169 jdk.BooleanFlag 59024 1867387 jdk.CPULoad 33225 663870 jdk.Checkpoint 7999 34151598 jdk.Compilation 6049 156312 jdk.UnsignedIntFlag 5712 193778 jdk.IntFlag 5236 191057 jdk.StringFlag 4046 156970 jdk.ObjectAllocationOutsideTLAB 950 17031 jdk.CPUInformation 119 178734 jdk.GCConfiguration 119 3090 jdk.JVMInformation 119 110785 jdk.Metadata 119 13152710 jdk.GarbageCollection 45 1079 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr is 1475.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52167168 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.92% 30M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 16.02% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 11.27% 5M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 3.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.10% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 1.94% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 0.74% 385438 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.63% 326754 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.47% 243296 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.41% 211730 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.38% 196005 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.31% 160009 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.25% 128081 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.23% 118361 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.19% 100664 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.19% 99342 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.17% 87407 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.17% 86201 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.15% 76859 sun.nio.ch.NativeThread#current0() [Native code] 0.14% 71588 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.12% 62871 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 53957 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.09% 49215 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.08% 42813 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.08% 41033 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.07% 35452 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 32882 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.06% 32043 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 31841 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.06% 29304 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.05% 28349 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.05% 25200 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.04% 21841 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.04% 20471 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [JIT compiled code] 0.03% 17302 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 16254 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [JIT compiled code] 0.03% 15411 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 14955 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.03% 14811 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$1#score():93 [JIT compiled code] 0.03% 14115 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.03% 13687 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 12576 knn.IndexerThread#_run():102 [JIT compiled code] 0.02% 11757 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 10841 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 10509 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.02% 9833 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 7998 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.02% 7972 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.01% 7204 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():310 [JIT compiled code] 0.01% 7019 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr is 1475.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52167168 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 56.13% 29M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 16.02% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 11.26% 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.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.90% 991951 org.apache.lucene.codecs.lucene104.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.88% 980966 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% 739602 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.74% 385247 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.62% 323470 org.apache.lucene.codecs.lucene104.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.51% 265129 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():348 [JIT compiled code] 0.48% 248231 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.42% 221241 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.37% 191721 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 [JIT compiled code] 0.31% 163143 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.31% 159996 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% 128042 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.22% 115998 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% 99139 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% 77641 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.15% 76746 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% 63320 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% 62735 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.12% 61929 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.11% 59431 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% 56202 org.apache.lucene.util.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.09% 48549 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.09% 47950 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 44275 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#flush():156 [JIT compiled code] 0.08% 42813 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% 41678 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 0.08% 41028 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% 35176 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.07% 34430 org.apache.lucene.util.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% 32882 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% 32041 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% 29290 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% 27203 org.apache.lucene.util.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% 25635 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% 24014 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% 21671 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] at jdk.jfr.internal.event.EventWriter#putLong():121 [Inlined code] at jdk.internal.event.FileReadEvent#commit() [JIT compiled code] at jdk.internal.event.FileReadEvent#offer():71 [Inlined code] 0.04% 21524 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% 21199 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% 21079 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% 20929 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% 18973 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.03% 18246 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% 16601 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% 16361 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% 14955 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% 14022 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr is 1475.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 52167168 events (total: 52M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 24.79% 12M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.0x00000000601a0fb0#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] 20.25% 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 14.73% 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] 10.84% 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] 10.53% 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 2.71% 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] 0.99% 518745 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] 0.91% 476655 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% 420060 org.apache.lucene.codecs.lucene104.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 [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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.78% 406697 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] 0.77% 399174 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 [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.0x00000000601a0fb0#call() [Inlined code] 0.62% 325253 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.0x000000006019d0e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.54% 282856 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.53% 275401 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.0x000000006019d0e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.38% 196680 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.32% 167668 org.apache.lucene.codecs.lucene104.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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] 0.32% 164726 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] 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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.30% 158368 org.apache.lucene.codecs.lucene104.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#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.30% 154664 org.apache.lucene.codecs.lucene104.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 [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.0x00000000601a0fb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.28% 145551 org.apache.lucene.codecs.lucene104.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 [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.0x00000000601a0fb0#call() [Inlined code] 0.27% 138948 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.0x000000006019d0e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.27% 138608 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.24% 127681 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% 112189 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% 99900 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.19% 98225 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.17% 90630 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 76746 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.0x000000006007aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.14% 74914 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.0x000000006019d0e8#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] at org.apache.lucene.index.SegmentMerger#merge():159 [Interpreted code] 0.14% 73938 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.14% 71861 org.apache.lucene.codecs.lucene104.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.0x00000000601a0fb0#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.13% 68303 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 [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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 64883 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 64604 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.12% 64333 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#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% 63133 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% 62163 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% 61970 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 [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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 61091 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% 59209 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.0x000000006019d0e8#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% 54972 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 [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.0x00000000601a0fb0#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.10% 52686 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000601a1508#run() [JIT compiled code] 0.10% 50076 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 [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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 49819 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.09% 46828 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.0x00000000601a0fb0#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% 46675 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.0x00000000601a0fb0#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.0x00000000601a1508#run() [JIT compiled code] 0.09% 44636 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.08% 42967 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 [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.08% 42370 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 [Inlined code] 0.08% 40883 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] at sun.nio.ch.IOUtil#readIntoNativeBuffer():341 [Inlined code] at sun.nio.ch.IOUtil#read():307 [Inlined code] at sun.nio.ch.IOUtil#read():284 [Inlined code] at sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplRead():269 [Inlined code] at sun.nio.ch.FileChannelImpl#read():229 [Inlined code] at knn.VectorReader#readNext():57 [Inlined code] at knn.VectorReaderFloat32#next():30 [JIT compiled code] at knn.IndexerThread#_run():102 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr is 1475.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63692 events (total: 441582M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.61% 99841M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 22.53% 99508M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 18.27% 80688M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 13.81% 60988M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 7.37% 32537M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.33% 19136M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.65% 7291M java.lang.Integer#valueOf():1006 [Inlined code] 0.70% 3099M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.68% 2998M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.67% 2952M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.67% 2941M java.util.Arrays#copyOf():3478 [Inlined code] 0.61% 2688M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.61% 2681M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.47% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.42% 1866M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.41% 1807M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.31% 1364M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.23% 1013M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.20% 905M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.19% 850M java.util.ArrayList#grow():240 [Inlined code] 0.18% 788M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.17% 757M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.16% 714M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.16% 707M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.13% 581M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.12% 515M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.11% 468M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.10% 443M org.apache.lucene.util.SparseFixedBitSet#insertBlock():211 [JIT compiled code] 0.09% 409M org.apache.lucene.document.Document#():42 [Inlined code] 0.08% 362M knn.IndexerThread#_run():105 [JIT compiled code] 0.08% 356M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.08% 339M java.util.HashMap#newNode():1910 [Inlined code] 0.08% 334M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.07% 323M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.07% 314M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.07% 297M knn.IndexerThread#_run():119 [JIT compiled code] 0.07% 295M org.apache.lucene.codecs.lucene95.OffHeapFloatVectorValues#():59 [Inlined code] 0.07% 293M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.05% 228M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.05% 199M java.io.BufferedOutputStream#():92 [Inlined code] 0.04% 190M java.util.List#of():935 [Inlined code] 0.04% 178M java.nio.HeapByteBuffer#asFloatBuffer():648 [JIT compiled code] 0.04% 171M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.04% 171M java.util.concurrent.FutureTask#run():320 [Interpreted code] 0.04% 171M java.util.concurrent.atomic.AtomicBoolean#compareAndSet():98 [Interpreted code] 0.04% 171M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.03% 144M java.nio.HeapByteBuffer#():75 [Inlined code] 0.03% 142M java.util.HashMap#resize():711 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr is 1475.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63692 events (total: 441582M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.11% 79977M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.10% 79946M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.81% 47743M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.27% 36497M 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.24% 31962M 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.82% 30112M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.54% 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.44% 19625M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.43% 19561M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.91% 12844M 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.62% 7131M 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.42% 6291M 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.63% 2793M 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.61% 2706M 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.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.47% 2090M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.43% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.41% 1807M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.39% 1709M 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 [JIT compiled code] 0.31% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.23% 1030M 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.22% 971M 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.22% 968M 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.20% 881M 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.19% 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.18% 811M 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.18% 803M 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():2216 [JIT compiled code] 0.18% 788M 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% 735M 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.16% 714M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.15% 642M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.13% 575M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#getRandomVectorScorer():76 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsReader#getRandomVectorScorer():195 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#lambda$search$0():311 [Inlined code] 0.12% 551M 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.12% 532M 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 [JIT compiled code] 0.12% 520M 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.11% 483M 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% 478M 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.11% 468M 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.11% 464M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.10% 462M 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.10% 448M 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% 409M org.apache.lucene.document.Document#():42 [Inlined code] at knn.IndexerThread#_run():83 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.09% 383M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.08% 369M 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% 362M 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.08% 362M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.08% 350M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] 0.08% 343M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x00000000601a1508#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.08% 342M 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.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.08% 334M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmFalse.jfr is 1475.49 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 63692 events (total: 441582M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.27% 36497M 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():1490 [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.12% 31446M 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.89% 26002M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] 5.83% 25755M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 5.81% 25676M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] 5.08% 22411M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000601a0fb0#call() [Inlined code] 5.03% 22210M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.90% 21658M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000601a0fb0#call() [Inlined code] 4.90% 21626M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.84% 21354M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.74% 16518M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 3.74% 16512M 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():1490 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 3.06% 13527M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.80% 7965M 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():1490 [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.62% 7131M 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% 6544M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 6478M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.32% 5825M 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] 1.04% 4607M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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 [Inlined code] 1.04% 4605M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [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 [Inlined code] 0.95% 4193M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [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.92% 4067M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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.92% 4064M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.88% 3891M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.84% 3704M 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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.67% 2980M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.66% 2921M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.64% 2845M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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% 2833M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.63% 2793M 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.61% 2706M 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.56% 2485M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.54% 2372M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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.52% 2275M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#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.48% 2106M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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.43% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():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.0x00000000601a0fb0#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.0x00000000601a1508#run() [Interpreted code] 0.41% 1819M 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.0x00000000601a0fb0#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.41% 1807M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.39% 1702M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.35% 1546M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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.31% 1372M 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] 0.29% 1301M 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 [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.0x00000000601a0fb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.27% 1192M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x00000000601a0fb0#call() [Inlined code] 0.25% 1120M 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 [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.0x00000000601a0fb0#call() [Inlined code] 0.20% 897M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x00000000601a0fb0#call() [Inlined code] 0.19% 860M 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.19% 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] 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.18% 807M 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.0x00000000601a0fb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.15% 671M 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():2216 [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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [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.05.05.21.34.55/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.215s][info][jfr,startup] Started recording 1. [0.215s][info][jfr,startup] [0.215s][info][jfr,startup] Use jcmd 3146850 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1529635478814672 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm will now reindex: index does not exist May 06, 2026 12:55:43 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: 108 segments, 11 merges 54.7s _1c7: 8 segs, 178.4 K docs, 888.0 MB 49.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 44.2s _1cm: 10 segs, 49.0 K docs, 242.8 MB 37.5s _1cw: 9 segs, 45.8 K docs, 227.0 MB 30.8s _1d6: 9 segs, 45.8 K docs, 226.6 MB 24.3s _1dg: 9 segs, 44.6 K docs, 221.1 MB 19.2s _1do: 8 segs, 73.4 K docs, 364.6 MB 14.0s _1dv: 8 segs, 110.0 K docs, 546.6 MB 7.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 2.9s _1eb: 9 segs, 44.5 K docs, 220.1 MB 5.0 sec: 99 segments, 10 merges 59.7s _1c7: 8 segs, 178.4 K docs, 888.0 MB 54.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 42.5s _1cw: 9 segs, 45.8 K docs, 227.0 MB 35.9s _1d6: 9 segs, 45.8 K docs, 226.6 MB 29.3s _1dg: 9 segs, 44.6 K docs, 221.1 MB 24.2s _1do: 8 segs, 73.4 K docs, 364.6 MB 19.0s _1dv: 8 segs, 110.0 K docs, 546.6 MB 12.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 7.9s _1eb: 9 segs, 44.5 K docs, 220.1 MB 5.0s _1ed: 9 segs, 32.0 K docs, 158.6 MB 10.0 sec: 68 segments, 6 merges 59.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 29.2s _1do: 8 segs, 73.4 K docs, 364.6 MB 24.0s _1dv: 8 segs, 110.0 K docs, 546.6 MB 17.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 12.9s _1eb: 9 segs, 44.5 K docs, 220.1 MB 10.0s _1ed: 9 segs, 32.0 K docs, 158.6 MB 15.0 sec: 61 segments, 5 merges 64.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 29.0s _1dv: 8 segs, 110.0 K docs, 546.6 MB 22.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 17.9s _1eb: 9 segs, 44.5 K docs, 220.1 MB 15.0s _1ed: 9 segs, 32.0 K docs, 158.6 MB 20.0 sec: 38 segments, 3 merges 69.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 27.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 0.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 25.0 sec: 38 segments, 3 merges 74.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 32.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 5.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 30.0 sec: 38 segments, 3 merges 79.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 37.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 10.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 35.0 sec: 38 segments, 3 merges 84.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 42.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 15.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 40.0 sec: 38 segments, 3 merges 89.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 47.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 20.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 45.1 sec: 38 segments, 3 merges 94.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 52.8s _1e3: 8 segs, 248.6 K docs, 1238.1 MB 25.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 50.1 sec: 31 segments, 2 merges 99.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 30.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 55.1 sec: 31 segments, 2 merges 104.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 35.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 60.1 sec: 31 segments, 2 merges 109.7s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 40.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 65.1 sec: 31 segments, 2 merges 114.7s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 45.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 70.1 sec: 31 segments, 2 merges 119.7s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 50.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 75.1 sec: 31 segments, 2 merges 124.7s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 55.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 80.1 sec: 31 segments, 2 merges 129.7s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 60.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 85.0 sec: 31 segments, 2 merges 134.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 65.5s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 90.0 sec: 31 segments, 2 merges 139.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 70.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 95.0 sec: 31 segments, 2 merges 144.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 75.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 100.0 sec: 31 segments, 2 merges 149.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 80.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 105.0 sec: 31 segments, 2 merges 154.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 85.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 110.0 sec: 31 segments, 2 merges 159.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 90.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 115.0 sec: 31 segments, 2 merges 164.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 95.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 120.0 sec: 31 segments, 2 merges 169.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 100.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 125.0 sec: 31 segments, 2 merges 174.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 105.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 130.0 sec: 31 segments, 2 merges 179.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 110.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 135.1 sec: 31 segments, 2 merges 184.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 115.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 140.1 sec: 31 segments, 2 merges 189.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 120.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 145.1 sec: 31 segments, 2 merges 194.6s _1ce: 8 segs, 1007.0 K docs, 5023.1 MB 125.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 150.1 sec: 24 segments, 1 merges 130.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 155.1 sec: 24 segments, 1 merges 135.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 160.1 sec: 24 segments, 1 merges 140.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 165.1 sec: 24 segments, 1 merges 145.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 170.1 sec: 24 segments, 1 merges 150.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 175.1 sec: 24 segments, 1 merges 155.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 180.0 sec: 24 segments, 1 merges 160.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 185.0 sec: 24 segments, 1 merges 165.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 190.0 sec: 24 segments, 1 merges 170.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB 195.0 sec: 24 segments, 1 merges 175.6s _1ee: 8 segs, 695.6 K docs, 3467.2 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 1362 seconds reindex takes 1362.08 sec Force merge index in knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm now wait for already running merges to finish 0.0 sec: 17 segments, 1 merges 5.0 sec: 17 segments, 1 merges 5.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 10.0 sec: 17 segments, 1 merges 10.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 15.0 sec: 17 segments, 1 merges 15.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 20.0 sec: 17 segments, 1 merges 20.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 25.0 sec: 17 segments, 1 merges 25.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 30.0 sec: 17 segments, 1 merges 30.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 35.0 sec: 17 segments, 1 merges 35.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 40.0 sec: 17 segments, 1 merges 40.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 45.0 sec: 17 segments, 1 merges 45.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 50.0 sec: 17 segments, 1 merges 50.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 55.0 sec: 17 segments, 1 merges 55.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 60.0 sec: 17 segments, 1 merges 60.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 65.0 sec: 17 segments, 1 merges 65.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 70.1 sec: 17 segments, 1 merges 70.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 75.1 sec: 17 segments, 1 merges 75.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 80.1 sec: 17 segments, 1 merges 80.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 85.1 sec: 17 segments, 1 merges 85.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 90.1 sec: 17 segments, 1 merges 90.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 95.1 sec: 17 segments, 1 merges 95.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 100.1 sec: 17 segments, 1 merges 100.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 105.1 sec: 17 segments, 1 merges 105.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 110.1 sec: 17 segments, 1 merges 110.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 115.1 sec: 17 segments, 1 merges 115.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 120.1 sec: 17 segments, 1 merges 120.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 125.0 sec: 17 segments, 1 merges 125.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 130.0 sec: 17 segments, 1 merges 130.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 135.0 sec: 17 segments, 1 merges 135.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 140.0 sec: 17 segments, 1 merges 140.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 145.0 sec: 17 segments, 1 merges 145.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 150.0 sec: 17 segments, 1 merges 150.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 155.0 sec: 17 segments, 1 merges 155.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 160.0 sec: 17 segments, 1 merges 160.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 165.0 sec: 17 segments, 1 merges 165.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 170.0 sec: 17 segments, 1 merges 170.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 175.0 sec: 17 segments, 1 merges 175.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 180.1 sec: 17 segments, 1 merges 180.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 185.1 sec: 17 segments, 1 merges 185.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 190.1 sec: 17 segments, 1 merges 190.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 195.1 sec: 17 segments, 1 merges 195.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 200.1 sec: 17 segments, 1 merges 200.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 205.1 sec: 17 segments, 1 merges 205.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 210.1 sec: 17 segments, 1 merges 210.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 215.1 sec: 17 segments, 1 merges 215.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 220.1 sec: 17 segments, 1 merges 220.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 225.1 sec: 17 segments, 1 merges 225.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 230.1 sec: 17 segments, 1 merges 230.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 235.1 sec: 17 segments, 1 merges 235.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 240.0 sec: 17 segments, 1 merges 240.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 245.0 sec: 17 segments, 1 merges 245.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 250.0 sec: 17 segments, 1 merges 250.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 255.0 sec: 17 segments, 1 merges 255.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 260.0 sec: 17 segments, 1 merges 260.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 265.0 sec: 17 segments, 1 merges 265.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 270.0 sec: 17 segments, 1 merges 270.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 275.0 sec: 17 segments, 1 merges 275.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 280.0 sec: 17 segments, 1 merges 280.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 285.0 sec: 17 segments, 1 merges 285.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 290.0 sec: 17 segments, 1 merges 290.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 295.1 sec: 17 segments, 1 merges 295.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 300.1 sec: 17 segments, 1 merges 300.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 305.1 sec: 17 segments, 1 merges 305.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 310.1 sec: 17 segments, 1 merges 310.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 315.1 sec: 17 segments, 1 merges 315.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 320.1 sec: 17 segments, 1 merges 320.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 325.1 sec: 17 segments, 1 merges 325.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 330.1 sec: 17 segments, 1 merges 330.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 335.1 sec: 17 segments, 1 merges 335.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 340.1 sec: 17 segments, 1 merges 340.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 345.1 sec: 17 segments, 1 merges 345.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 350.1 sec: 17 segments, 1 merges 350.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 355.0 sec: 17 segments, 1 merges 355.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 360.0 sec: 17 segments, 1 merges 360.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 365.0 sec: 17 segments, 1 merges 365.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 370.0 sec: 17 segments, 1 merges 370.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 375.0 sec: 17 segments, 1 merges 375.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 380.0 sec: 17 segments, 1 merges 380.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 385.1 sec: 17 segments, 1 merges 385.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 390.1 sec: 17 segments, 1 merges 390.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 395.1 sec: 17 segments, 1 merges 395.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 400.1 sec: 17 segments, 1 merges 400.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 405.1 sec: 17 segments, 1 merges 405.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 410.1 sec: 17 segments, 1 merges 410.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 415.1 sec: 17 segments, 1 merges 415.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 420.1 sec: 17 segments, 1 merges 420.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 425.1 sec: 17 segments, 1 merges 425.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 430.1 sec: 17 segments, 1 merges 430.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 435.1 sec: 17 segments, 1 merges 435.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 440.1 sec: 17 segments, 1 merges 440.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 445.1 sec: 17 segments, 1 merges 445.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 450.1 sec: 17 segments, 1 merges 450.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 455.1 sec: 17 segments, 1 merges 455.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 460.0 sec: 17 segments, 1 merges 460.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 465.0 sec: 17 segments, 1 merges 465.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 470.0 sec: 17 segments, 1 merges 470.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 475.0 sec: 17 segments, 1 merges 475.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 480.0 sec: 17 segments, 1 merges 480.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 485.0 sec: 17 segments, 1 merges 485.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 490.1 sec: 17 segments, 1 merges 490.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 495.1 sec: 17 segments, 1 merges 495.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 500.1 sec: 17 segments, 1 merges 500.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 505.1 sec: 17 segments, 1 merges 505.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 510.0 sec: 17 segments, 1 merges 510.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 515.0 sec: 17 segments, 1 merges 515.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 520.0 sec: 17 segments, 1 merges 520.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 525.0 sec: 17 segments, 1 merges 525.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 530.0 sec: 17 segments, 1 merges 530.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 535.0 sec: 17 segments, 1 merges 535.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 540.0 sec: 17 segments, 1 merges 540.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 545.0 sec: 17 segments, 1 merges 545.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 550.1 sec: 17 segments, 1 merges 550.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 555.1 sec: 17 segments, 1 merges 555.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 560.1 sec: 17 segments, 1 merges 560.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 565.1 sec: 17 segments, 1 merges 565.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 570.1 sec: 17 segments, 1 merges 570.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 575.0 sec: 17 segments, 1 merges 575.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 580.0 sec: 17 segments, 1 merges 580.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 585.0 sec: 17 segments, 1 merges 585.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 590.0 sec: 17 segments, 1 merges 590.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 595.0 sec: 17 segments, 1 merges 595.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 600.0 sec: 17 segments, 1 merges 600.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 605.0 sec: 17 segments, 1 merges 605.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 610.0 sec: 17 segments, 1 merges 610.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 615.0 sec: 17 segments, 1 merges 615.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 620.1 sec: 17 segments, 1 merges 620.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 625.1 sec: 17 segments, 1 merges 625.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 630.1 sec: 17 segments, 1 merges 630.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 635.1 sec: 17 segments, 1 merges 635.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 640.1 sec: 17 segments, 1 merges 640.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 645.1 sec: 17 segments, 1 merges 645.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 650.1 sec: 17 segments, 1 merges 650.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 655.1 sec: 17 segments, 1 merges 655.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 660.1 sec: 17 segments, 1 merges 660.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 665.1 sec: 17 segments, 1 merges 665.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 670.1 sec: 17 segments, 1 merges 670.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 675.1 sec: 17 segments, 1 merges 675.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 680.1 sec: 17 segments, 1 merges 680.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 685.1 sec: 17 segments, 1 merges 685.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 690.1 sec: 17 segments, 1 merges 690.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 695.1 sec: 17 segments, 1 merges 695.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 700.1 sec: 17 segments, 1 merges 700.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 705.1 sec: 17 segments, 1 merges 705.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 710.0 sec: 17 segments, 1 merges 710.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 715.0 sec: 17 segments, 1 merges 715.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 720.0 sec: 17 segments, 1 merges 720.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 725.0 sec: 17 segments, 1 merges 725.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 730.0 sec: 17 segments, 1 merges 730.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 735.0 sec: 17 segments, 1 merges 735.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 740.0 sec: 17 segments, 1 merges 740.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 745.0 sec: 17 segments, 1 merges 745.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 750.0 sec: 17 segments, 1 merges 750.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 755.0 sec: 17 segments, 1 merges 755.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 760.0 sec: 17 segments, 1 merges 760.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 765.0 sec: 17 segments, 1 merges 765.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 770.0 sec: 17 segments, 1 merges 770.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 775.0 sec: 17 segments, 1 merges 775.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 780.0 sec: 17 segments, 1 merges 780.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 785.0 sec: 17 segments, 1 merges 785.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 790.0 sec: 17 segments, 1 merges 790.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 795.0 sec: 17 segments, 1 merges 795.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 800.0 sec: 17 segments, 1 merges 800.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 805.1 sec: 17 segments, 1 merges 805.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 810.1 sec: 17 segments, 1 merges 810.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 815.0 sec: 17 segments, 1 merges 815.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 820.0 sec: 17 segments, 1 merges 820.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 825.0 sec: 17 segments, 1 merges 825.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 830.1 sec: 17 segments, 1 merges 830.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 835.1 sec: 17 segments, 1 merges 835.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 840.1 sec: 17 segments, 1 merges 840.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 845.1 sec: 17 segments, 1 merges 845.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 850.1 sec: 17 segments, 1 merges 850.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 855.1 sec: 17 segments, 1 merges 855.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 860.1 sec: 17 segments, 1 merges 860.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 865.1 sec: 17 segments, 1 merges 865.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 870.1 sec: 17 segments, 1 merges 870.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 875.1 sec: 17 segments, 1 merges 875.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 880.1 sec: 17 segments, 1 merges 880.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 885.0 sec: 17 segments, 1 merges 885.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 890.0 sec: 17 segments, 1 merges 890.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 895.0 sec: 17 segments, 1 merges 895.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 900.0 sec: 17 segments, 1 merges 900.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 905.0 sec: 17 segments, 1 merges 905.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 910.0 sec: 17 segments, 1 merges 910.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 915.0 sec: 17 segments, 1 merges 915.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 920.0 sec: 17 segments, 1 merges 920.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 925.0 sec: 17 segments, 1 merges 925.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 930.0 sec: 17 segments, 1 merges 930.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 935.0 sec: 17 segments, 1 merges 935.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 940.0 sec: 17 segments, 1 merges 940.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 945.0 sec: 17 segments, 1 merges 945.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 950.0 sec: 17 segments, 1 merges 950.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 955.0 sec: 17 segments, 1 merges 955.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 960.0 sec: 17 segments, 1 merges 960.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 965.0 sec: 17 segments, 1 merges 965.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 970.0 sec: 17 segments, 1 merges 970.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 975.0 sec: 17 segments, 1 merges 975.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 980.0 sec: 17 segments, 1 merges 980.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 985.0 sec: 17 segments, 1 merges 985.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 990.0 sec: 17 segments, 1 merges 990.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 995.1 sec: 17 segments, 1 merges 995.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1000.1 sec: 17 segments, 1 merges 1000.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1005.1 sec: 17 segments, 1 merges 1005.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1010.0 sec: 17 segments, 1 merges 1010.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1015.0 sec: 17 segments, 1 merges 1015.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1020.0 sec: 17 segments, 1 merges 1020.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1025.0 sec: 17 segments, 1 merges 1025.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1030.0 sec: 17 segments, 1 merges 1030.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1035.0 sec: 17 segments, 1 merges 1035.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1040.0 sec: 17 segments, 1 merges 1040.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1045.0 sec: 17 segments, 1 merges 1045.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1050.0 sec: 17 segments, 1 merges 1050.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1055.0 sec: 17 segments, 1 merges 1055.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1060.0 sec: 17 segments, 1 merges 1060.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1065.0 sec: 17 segments, 1 merges 1065.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1070.0 sec: 17 segments, 1 merges 1070.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1075.0 sec: 17 segments, 1 merges 1075.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1080.0 sec: 17 segments, 1 merges 1080.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1085.0 sec: 17 segments, 1 merges 1085.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1090.0 sec: 17 segments, 1 merges 1090.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1095.0 sec: 17 segments, 1 merges 1095.0s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1100.1 sec: 17 segments, 1 merges 1100.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1105.1 sec: 17 segments, 1 merges 1105.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1110.1 sec: 17 segments, 1 merges 1110.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1115.1 sec: 17 segments, 1 merges 1115.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1120.1 sec: 17 segments, 1 merges 1120.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1125.1 sec: 17 segments, 1 merges 1125.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1130.1 sec: 17 segments, 1 merges 1130.1s _1ef: 17 segs, 8000.0 K docs, 39942.2 MB 1135.1 sec: 1 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 1138.97 sec index has 1 segments: segments_3: _1ef(11.0.0):C8000000 _1ef: 40090.7 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=1.0 index disk usage is 40090.65 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=48545029597 cpu@end=51020746816 deltaMS=2475.717219 thread 14 name=Reference Handler cpu@start=1536893 cpu@end=1565588 deltaMS=0.028695 thread 15 name=Finalizer cpu@start=139188 cpu@end=139188 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=55504 cpu@end=55504 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=7822295 cpu@end=7822295 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=20782485535 cpu@end=20783677299 deltaMS=1.191764 thread 42 name=JFR Periodic Tasks cpu@start=161383922440 cpu@end=161503388679 deltaMS=119.466239 thread 45 name=Notification Thread cpu@start=125404 cpu@end=125404 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=2268218087698 cpu@end=2268218087698 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=2272593194961 cpu@end=2272593194961 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=2273924251990 cpu@end=2273924251990 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=2279137034073 cpu@end=2279137034073 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=2271078427592 cpu@end=2271078427592 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=2273303768590 cpu@end=2273303768590 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=2275370466675 cpu@end=2275370466675 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=2272256420677 cpu@end=2272256420677 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=2276438767309 cpu@end=2276438767309 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=2271770859895 cpu@end=2271770859895 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=2271198468846 cpu@end=2271198468846 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=2274642833352 cpu@end=2274642833352 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=2270063449540 cpu@end=2270063449540 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=2274284163427 cpu@end=2274284163427 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=2272975985939 cpu@end=2272975985939 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=2272168938974 cpu@end=2272168938974 deltaMS=0.0 Average CPU cores used: 1.0437506084373671 completed 1000 searches in 2487 ms: 402 QPS CPU time=2595 ms checking results SUMMARY: 0.929 2.487 2.595 1.043 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 5702 1362.08 5873.36 1138.97 1 40090.65 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=236, Fanout min=6, mean=16.18, max=32, meandelta=409374.22 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 18 20 23 32 Graph level=2 size=7610, Fanout min=7, mean=27.28, max=32, meandelta=268358.38 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 31 32 32 32 32 32 Graph level=1 size=247231, Fanout min=1, mean=28.29, max=32, meandelta=258568.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=194593.69 % 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=236, connectedness=1.00 Graph level=2 size=7610, connectedness=1.00 Graph level=1 size=247231, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/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': 61,119,104.88 msec task-clock:u 236,680,527,626,522 cycles:u (36.36%) 167,042,094,984,772 instructions:u (36.36%) 5,027,591,631,326 cache-references:u (36.36%) 2,254,424,286,530 cache-misses:u (36.36%) 58,873,347,041,097 L1-dcache-loads:u (36.36%) 2,030,560,744,978 L1-dcache-load-misses:u (36.36%) 2,738,223,320,288 L1-icache-loads:u (36.36%) 19,919,677,357 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,601,712 faults:u 14,492,862 minor-faults:u 19,072 major-faults:u 17,259,215,279,640 branches:u (36.36%) 115,145,862,189 branch-misses:u (36.36%) 3,431,617,491,272 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 2777.244365452 seconds time elapsed 60442.654851000 seconds user 661.335703000 seconds sys took 0:46:17.271262 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='288a65f5cdc4871d6a4c7ceb1e051acae1010d8b', luceneutil_git_rev='2ee39e9e4e2a376d0f050aedd44613ca3f67530d', 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.487, net_cpu_ms=2.595, avg_cpu_core_count=1.043, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='7 bits', total_visited=5702, index_time_sec=1362.08, index_docs_per_sec=5873.36, force_merge_time_sec=1138.97, index_num_segments=1, index_size_on_disk_mb=40090.65, selectivity=None, pre_post_filter='null', vec_disk_mb=39184.57, vec_ram_mb=7934.57, graph_level_conn_p_values={3: (236, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 16, 60: 17, 70: 18, 80: 20, 90: 23, 100: 32}), 2: (7610, {0: 0, 10: 18, 20: 21, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (247231, {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=2777, microseconds=271262)) Profiler summary for /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr Version: 2.1 Chunks: 137 Start: 2026-05-06 04:55:43 (UTC) Duration: 2762 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 58637966 1005135036 jdk.FileWrite 24780021 540319069 jdk.FileRead 8003647 182889579 jdk.ObjectAllocationInNewTLAB 73414 1458361 jdk.BooleanFlag 67952 2150149 jdk.CPULoad 51588 1031125 jdk.Checkpoint 9688 34404457 jdk.UnsignedIntFlag 6576 223118 jdk.IntFlag 6028 219983 jdk.Compilation 5954 153797 jdk.StringFlag 4658 180611 jdk.ObjectAllocationOutsideTLAB 1208 21627 jdk.CPUInformation 137 205770 jdk.GCConfiguration 137 3558 jdk.JVMInformation 137 127817 jdk.Metadata 137 15142196 jdk.GarbageCollection 58 1394 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr is 1701.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 58637966 events (total: 58M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 58.05% 34M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 15.16% 8M jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 12.48% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.32% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.12% 1M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] 2.05% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.81% 472877 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.79% 465038 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.71% 417553 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.69% 404726 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.53% 308072 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.41% 240687 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.35% 207886 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.32% 189733 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.27% 160442 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.25% 147284 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.23% 132734 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.21% 123249 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.20% 120165 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.18% 105598 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.11% 64343 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.10% 59315 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.10% 55949 sun.nio.ch.NativeThread#current0() [Native code] 0.09% 51518 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.08% 49626 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.08% 48130 org.apache.lucene.store.RateLimitedIndexOutput#writeBytes():55 [Inlined code] 0.07% 42177 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#calculateCentroid():488 [JIT compiled code] 0.07% 40203 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.07% 38835 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.06% 36946 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.06% 33452 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.05% 31294 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.05% 30776 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 29543 java.util.Arrays#sort():99 [Inlined code] 0.05% 28663 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.03% 20490 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.03% 19432 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.03% 16814 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.03% 16802 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.03% 16254 jdk.jfr.internal.event.EventWriter#putUncheckedLong():331 [Inlined code] 0.02% 14235 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.02% 13076 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.02% 12526 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 0.02% 12500 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.02% 11831 org.apache.lucene.store.OutputStreamIndexOutput#writeBytes():59 [JIT compiled code] 0.02% 11514 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.02% 11387 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.02% 11001 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.02% 10479 sun.nio.ch.FileChannelImpl#implRead():251 [Inlined code] 0.02% 9861 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr is 1701.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 58637966 events (total: 58M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 55.03% 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.15% 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] 12.48% 7M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 2.32% 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.05% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 2.03% 1M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():276 [JIT compiled code] 1.65% 968907 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.81% 472877 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.79% 464880 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.78% 454627 org.apache.lucene.codecs.lucene104.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.58% 339274 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% 311356 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.50% 295728 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% 248481 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():336 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.35% 207876 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.33% 191633 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% 159790 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% 145165 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% 132710 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.19% 110095 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.16% 93137 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.16% 91365 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% 87524 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% 82362 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% 75489 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% 67837 org.apache.lucene.util.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% 65100 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% 51517 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.08% 49619 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [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] 0.08% 45298 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% 44604 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% 43066 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% 42177 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% 38630 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% 34759 org.apache.lucene.util.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.06% 33414 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] 0.05% 30771 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% 29542 java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.05% 29386 org.apache.lucene.util.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% 28662 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% 28091 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% 27190 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% 25618 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% 22469 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% 21770 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% 21053 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% 18991 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.03% 17917 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% 16453 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% 16126 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr is 1701.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 58637966 events (total: 58M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 31.68% 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.0x000000005619e268#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.27% 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.0x000000005619e268#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.58% 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.39% 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] 1.72% 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.34% 784346 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] 1.27% 744331 org.apache.lucene.codecs.lucene104.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.0x000000005619e268#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.80% 468713 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 [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] 0.74% 435713 org.apache.lucene.codecs.lucene104.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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 0.67% 391207 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.0x0000000056196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.66% 387805 org.apache.lucene.codecs.lucene104.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.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] 0.60% 354273 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.53% 310004 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.0x0000000056196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.52% 302530 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.50% 294918 org.apache.lucene.codecs.lucene104.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 [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.0x000000005619e268#call() [Inlined code] 0.47% 277624 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.0x000000005619e268#call() [Inlined code] 0.46% 267696 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.0x0000000056196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 0.45% 266355 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.0x000000005619e268#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.0x000000005619e7c0#run() [JIT compiled code] 0.43% 249719 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.27% 160776 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% 160120 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.0x000000005619e268#call() [Inlined code] 0.25% 148111 org.apache.lucene.codecs.lucene104.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 [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.0x000000005619e268#call() [Inlined code] 0.25% 146662 org.apache.lucene.codecs.lucene104.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.0x000000005619e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] 0.25% 143790 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.24% 142165 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.24% 139164 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.23% 132608 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% 115339 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.0x000000005619e268#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.0x000000005619e7c0#run() [JIT compiled code] 0.19% 112681 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% 110095 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] at jdk.jfr.internal.PlatformRecorder$$Lambda.0x000000005607aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.19% 109993 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.15% 88371 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 87385 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.15% 87207 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.15% 85600 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 [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.0x000000005619e268#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% 82223 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.0x000000005619e268#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.0x000000005619e7c0#run() [JIT compiled code] 0.12% 71858 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 70815 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.0x0000000056196888#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% 65189 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.0x0000000056196888#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% 64072 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.10% 59115 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 [JIT compiled code] 0.10% 57335 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.0x000000005619e268#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.10% 56830 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005619e268#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% 55629 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.0x0000000056196888#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% 54765 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.09% 53464 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.0x000000005619e268#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.0x000000005619e7c0#run() [JIT compiled code] 0.09% 52803 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.0x000000005619e268#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% 51538 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.08% 48371 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.08% 44723 org.apache.lucene.codecs.lucene104.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.0x000000005619e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr is 1701.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74596 events (total: 556634M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.21% 129221M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.09% 128538M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 23.06% 128358M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 11.41% 63515M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 5.82% 32392M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.96% 22024M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 1.15% 6414M java.util.Arrays#copyOf():3478 [Inlined code] 0.91% 5045M java.lang.Integer#valueOf():1006 [Inlined code] 0.81% 4527M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.75% 4170M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.69% 3837M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.61% 3403M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.37% 2061M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] 0.33% 1828M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.32% 1781M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.28% 1579M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] 0.24% 1325M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.22% 1224M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.17% 966M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 824M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.14% 781M java.util.ArrayList#grow():240 [Inlined code] 0.13% 743M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.13% 717M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.12% 652M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.10% 571M knn.IndexerThread#_run():105 [JIT compiled code] 0.10% 543M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.09% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.09% 498M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 478M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.07% 406M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.07% 395M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 380M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 348M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.06% 325M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.05% 303M knn.IndexerThread#_run():119 [JIT compiled code] 0.05% 299M java.util.HashMap#newNode():1910 [Inlined code] 0.05% 299M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.05% 252M java.util.List#of():935 [Inlined code] 0.04% 208M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.03% 192M org.apache.lucene.document.Document#():42 [Inlined code] 0.03% 184M knn.IndexerThread#_run():83 [JIT compiled code] 0.03% 172M org.apache.lucene.util.hnsw.NeighborQueue#():60 [Inlined code] 0.03% 171M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [JIT compiled code] 0.03% 171M java.lang.invoke.VarForm#resolveMemberName():159 [Interpreted code] 0.03% 169M java.util.HashMap#resize():711 [JIT compiled code] 0.03% 169M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.03% 167M org.apache.lucene.search.TopDocsCollector#topDocs():154 [JIT compiled code] 0.03% 164M java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter#initialValue():291 [Inlined code] 0.03% 143M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr is 1701.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74596 events (total: 556634M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 18.95% 105490M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.79% 104598M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.10% 72894M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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] 9.19% 51161M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 7.01% 39014M 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.82% 32392M 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.40% 24501M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 4.27% 23748M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.23% 23529M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.96% 22024M 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.07% 5953M 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.90% 4983M 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.75% 4159M 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% 3403M 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.59% 3274M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.42% 2358M 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.35% 1935M 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% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [JIT compiled code] 0.33% 1828M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.31% 1700M 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.26% 1436M 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.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.23% 1280M 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.17% 943M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.16% 870M 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% 824M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.15% 822M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [Inlined code] 0.14% 781M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.13% 725M org.apache.lucene.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.13% 717M 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():2216 [JIT compiled code] 0.11% 610M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#vectorValue():643 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectorData():369 [JIT compiled code] 0.11% 597M 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% 571M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.09% 515M org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005619e7c0#run() [Interpreted code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] at java.util.concurrent.ThreadPoolExecutor$Worker#run():614 [Interpreted code] 0.09% 489M 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% 484M 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.09% 482M 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% 473M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] 0.08% 468M 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% 465M 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% 413M 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.07% 406M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():238 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] 0.07% 385M 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% 380M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 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% 339M 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.0x000000005617f400#concat() [Inlined code] 0.06% 325M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.06% 315M 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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [Inlined code] 0.05% 303M knn.IndexerThread#_run():119 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.05% 300M 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.05.05.21.34.55/bench-knn-q7-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q7-fmTrue.jfr is 1701.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 74596 events (total: 556634M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.71% 48470M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 8.64% 48119M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000005619e268#call() [Inlined code] 8.52% 47432M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000005619e268#call() [Inlined code] 7.00% 38950M 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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 6.67% 37145M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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] 5.70% 31705M 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.30% 23955M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 4.14% 23021M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000005619e268#call() [Inlined code] 4.02% 22397M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000005619e268#call() [Inlined code] 3.95% 22012M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 3.92% 21831M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.94% 16360M 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():1490 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 2.50% 13905M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.52% 8440M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.51% 8392M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.46% 8141M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():28 [Interpreted code] at org.apache.lucene.search.IndexSearcher#search():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():1490 [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% 7508M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.22% 6775M 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.0x000000005619e268#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.18% 6555M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.07% 5953M 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.96% 5328M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.94% 5236M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.90% 4983M 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.84% 4701M 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.73% 4081M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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% 3973M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.70% 3906M 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.0x000000005619e268#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% 3814M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.65% 3622M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.51% 2833M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.50% 2762M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.49% 2752M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.0x000000005619e268#call() [Inlined code] 0.46% 2577M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.43% 2384M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.43% 2371M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.0x000000005619e268#call() [Inlined code] 0.37% 2080M 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.34% 1889M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():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.0x000000005619e268#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.0x000000005619e7c0#run() [Interpreted code] 0.33% 1828M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.32% 1802M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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% 1645M 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.0x000000005619e268#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.27% 1484M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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% 1424M 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.0x000000005619e268#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.25% 1374M knn.IndexerThread#_run():83 [Interpreted code] at knn.IndexerThread#run():74 [Interpreted code] 0.19% 1077M 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.0x000000005619e268#call() [Inlined code] 0.16% 903M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.0x000000005619e268#call() [Inlined code] 0.15% 829M 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.0x000000005619e268#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% 781M 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.14% 781M 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.0x000000005619e268#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] 0.13% 726M 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.0x000000005619e268#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.0x000000005619e7c0#run() [JIT compiled code] 0.12% 692M 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.0x000000005619e268#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-7-fm cmd: ['/usr/sbin/perf', 'stat', '-dd', '-e', 'task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend', '/usr/lib/jvm/java-25-openjdk/bin/java', '--add-modules', 'jdk.incubator.vector', '-Xmx32g', '-Xms32g', '-server', '-XX:+UseParallelGC', '-Djava.io.tmpdir=/l/tmp', '--enable-native-access=ALL-UNNAMED', '-cp', '/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build', '--add-modules', 'jdk.incubator.vector', '--enable-native-access=ALL-UNNAMED', '-XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr', 'knn.KnnGraphTester', '-maxConn', '32', '-dim', '1024', '-docs', '/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', '-ndoc', '8000000', '-topK', '100', '-numIndexThreads', '8', '-beamWidthIndex', '100', '-search-and-stats', '/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', '-metric', 'dot_product', '-numMergeThread', '16', '-numMergeWorker', '48', '-reindex'] WARNING: Using incubator modules: jdk.incubator.vector [0.213s][info][jfr,startup] Started recording 1. [0.213s][info][jfr,startup] [0.213s][info][jfr,startup] Use jcmd 3183399 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1533333923662638 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-notfm will now reindex: explicitly requested May 06, 2026 1:57:21 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: 231 segments, 26 merges 1321.5s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 948.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 818.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 753.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 599.4s _188: 8 segs, 127.8 K docs, 508.8 MB 587.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 577.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 502.1s _19k: 8 segs, 629.6 K docs, 2514.3 MB 350.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 318.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 262.9s _1c8: 8 segs, 38.4 K docs, 152.0 MB 244.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 228.7s _1co: 8 segs, 72.3 K docs, 287.2 MB 192.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 177.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 153.5s _1do: 9 segs, 44.5 K docs, 176.3 MB 136.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 119.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 103.0s _1ec: 9 segs, 41.7 K docs, 165.0 MB 85.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 71.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 55.2s _1f4: 8 segs, 39.7 K docs, 157.4 MB 42.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 24.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 8.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 5.0 sec: 231 segments, 26 merges 1326.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 953.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 823.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 758.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 604.4s _188: 8 segs, 127.8 K docs, 508.8 MB 592.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 582.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 507.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 355.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 323.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 268.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 249.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 233.7s _1co: 8 segs, 72.3 K docs, 287.2 MB 197.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 182.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 158.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 141.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 124.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 108.0s _1ec: 9 segs, 41.7 K docs, 165.0 MB 90.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 76.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 60.2s _1f4: 8 segs, 39.7 K docs, 157.4 MB 47.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 29.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 13.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 5.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 10.0 sec: 231 segments, 26 merges 1331.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 958.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 828.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 763.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 609.4s _188: 8 segs, 127.8 K docs, 508.8 MB 598.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 587.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 512.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 360.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 328.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 273.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 254.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 238.7s _1co: 8 segs, 72.3 K docs, 287.2 MB 202.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 187.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 163.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 146.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 129.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 113.1s _1ec: 9 segs, 41.7 K docs, 165.0 MB 95.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 81.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 65.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 52.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 34.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 18.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 10.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 15.0 sec: 231 segments, 26 merges 1336.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 963.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 833.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 768.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 614.4s _188: 8 segs, 127.8 K docs, 508.8 MB 603.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 592.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 517.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 365.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 333.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 278.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 259.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 243.7s _1co: 8 segs, 72.3 K docs, 287.2 MB 207.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 192.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 168.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 151.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 134.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 118.1s _1ec: 9 segs, 41.7 K docs, 165.0 MB 100.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 86.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 70.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 57.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 39.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 23.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 15.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 20.0 sec: 231 segments, 26 merges 1341.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 968.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 838.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 773.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 619.4s _188: 8 segs, 127.8 K docs, 508.8 MB 608.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 597.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 522.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 370.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 338.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 283.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 264.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 248.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 212.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 197.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 173.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 156.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 139.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 123.1s _1ec: 9 segs, 41.7 K docs, 165.0 MB 105.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 91.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 75.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 62.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 44.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 28.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 20.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 25.0 sec: 231 segments, 26 merges 1346.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 973.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 843.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 778.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 624.4s _188: 8 segs, 127.8 K docs, 508.8 MB 613.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 602.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 527.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 375.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 343.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 288.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 269.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 253.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 217.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 202.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 178.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 161.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 144.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 128.1s _1ec: 9 segs, 41.7 K docs, 165.0 MB 110.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 96.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 80.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 67.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 49.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 33.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 25.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 30.1 sec: 231 segments, 26 merges 1351.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 978.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 848.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 783.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 629.4s _188: 8 segs, 127.8 K docs, 508.8 MB 618.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 607.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 532.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 380.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 348.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 293.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 274.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 258.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 222.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 207.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 183.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 166.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 149.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 133.1s _1ec: 9 segs, 41.7 K docs, 165.0 MB 115.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 101.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 85.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 72.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 54.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 38.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 30.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 35.1 sec: 223 segments, 25 merges 1356.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 983.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 853.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 788.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 634.4s _188: 8 segs, 127.8 K docs, 508.8 MB 623.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 612.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 537.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 385.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 353.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 298.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 279.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 263.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 227.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 212.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 188.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 171.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 154.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 120.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 106.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 90.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 77.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 59.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 43.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 35.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 40.1 sec: 223 segments, 25 merges 1361.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 988.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 858.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 793.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 639.5s _188: 8 segs, 127.8 K docs, 508.8 MB 628.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 617.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 542.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 390.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 358.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 303.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 284.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 268.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 232.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 217.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 193.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 176.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 159.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 125.6s _1em: 9 segs, 43.2 K docs, 171.1 MB 111.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 95.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 82.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 64.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 48.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 40.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 45.0 sec: 215 segments, 24 merges 1366.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 993.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 863.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 798.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 644.4s _188: 8 segs, 127.8 K docs, 508.8 MB 632.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 622.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 547.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 395.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 363.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 307.9s _1c8: 8 segs, 38.4 K docs, 152.0 MB 289.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 273.7s _1co: 8 segs, 72.3 K docs, 287.2 MB 237.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 222.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 198.5s _1do: 9 segs, 44.5 K docs, 176.3 MB 181.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 164.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 116.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 100.2s _1f4: 8 segs, 39.7 K docs, 157.4 MB 87.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 69.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 53.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 45.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 50.0 sec: 215 segments, 24 merges 1371.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 998.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 868.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 803.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 649.4s _188: 8 segs, 127.8 K docs, 508.8 MB 637.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 627.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 552.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 400.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 368.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 313.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 294.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 278.7s _1co: 8 segs, 72.3 K docs, 287.2 MB 242.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 227.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 203.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 186.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 169.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 121.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 105.2s _1f4: 8 segs, 39.7 K docs, 157.4 MB 92.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 74.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 58.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 50.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 55.0 sec: 215 segments, 24 merges 1376.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1003.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 873.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 808.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 654.4s _188: 8 segs, 127.8 K docs, 508.8 MB 643.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 632.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 557.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 405.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 373.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 318.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 299.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 283.7s _1co: 8 segs, 72.3 K docs, 287.2 MB 247.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 232.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 208.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 191.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 174.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 126.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 110.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 97.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 79.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 63.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 55.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 60.0 sec: 215 segments, 24 merges 1381.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1008.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 878.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 813.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 659.4s _188: 8 segs, 127.8 K docs, 508.8 MB 648.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 637.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 562.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 410.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 378.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 323.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 304.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 288.7s _1co: 8 segs, 72.3 K docs, 287.2 MB 252.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 237.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 213.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 196.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 179.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 131.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 115.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 102.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 84.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 68.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 60.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 65.0 sec: 215 segments, 24 merges 1386.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1013.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 883.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 818.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 664.4s _188: 8 segs, 127.8 K docs, 508.8 MB 653.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 642.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 567.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 415.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 383.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 328.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 309.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 293.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 257.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 242.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 218.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 201.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 184.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 136.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 120.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 107.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 89.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 73.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 65.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 70.1 sec: 215 segments, 24 merges 1391.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1018.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 888.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 823.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 669.4s _188: 8 segs, 127.8 K docs, 508.8 MB 658.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 647.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 572.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 420.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 388.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 333.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 314.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 298.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 262.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 247.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 223.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 206.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 189.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 141.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 125.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 112.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 94.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 78.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 70.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 75.1 sec: 215 segments, 24 merges 1396.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1023.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 893.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 828.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 674.4s _188: 8 segs, 127.8 K docs, 508.8 MB 663.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 652.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 577.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 425.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 393.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 338.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 319.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 303.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 267.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 252.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 228.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 211.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 194.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 146.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 130.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 117.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 99.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 83.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 75.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 80.1 sec: 215 segments, 24 merges 1401.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1028.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 898.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 833.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 679.5s _188: 8 segs, 127.8 K docs, 508.8 MB 668.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 657.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 582.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 430.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 398.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 343.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 324.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 308.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 272.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 257.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 233.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 216.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 199.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 151.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 135.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 122.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 104.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 88.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 80.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 85.1 sec: 215 segments, 24 merges 1406.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1033.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 903.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 838.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 684.5s _188: 8 segs, 127.8 K docs, 508.8 MB 673.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 662.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 587.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 435.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 403.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 348.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 329.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 313.8s _1co: 8 segs, 72.3 K docs, 287.2 MB 277.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 262.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 238.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 221.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 204.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 156.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 140.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 127.0s _1fc: 8 segs, 74.1 K docs, 294.3 MB 109.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 93.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 85.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 90.1 sec: 201 segments, 22 merges 1411.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1038.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 908.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 844.0s _15t: 11 segs, 54.3 K docs, 214.8 MB 689.5s _188: 8 segs, 127.8 K docs, 508.8 MB 678.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 667.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 592.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 440.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 408.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 353.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 334.5s _1cg: 8 segs, 90.5 K docs, 359.9 MB 282.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 267.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 243.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 226.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 209.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 161.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 145.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 115.0s _1fl: 8 segs, 39.3 K docs, 155.6 MB 98.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 90.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 95.1 sec: 201 segments, 22 merges 1416.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1043.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 913.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 849.0s _15t: 11 segs, 54.3 K docs, 214.8 MB 694.5s _188: 8 segs, 127.8 K docs, 508.8 MB 683.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 672.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 597.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 445.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 413.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 358.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 339.5s _1cg: 8 segs, 90.5 K docs, 359.9 MB 287.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 272.6s _1de: 9 segs, 43.1 K docs, 170.5 MB 248.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 231.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 215.0s _1e3: 8 segs, 175.4 K docs, 699.1 MB 166.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 150.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 120.0s _1fl: 8 segs, 39.3 K docs, 155.6 MB 103.5s _1ft: 8 segs, 71.0 K docs, 282.0 MB 95.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 100.1 sec: 201 segments, 22 merges 1421.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1048.9s _12u: 8 segs, 401.9 K docs, 1603.7 MB 918.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 854.0s _15t: 11 segs, 54.3 K docs, 214.8 MB 699.5s _188: 8 segs, 127.8 K docs, 508.8 MB 688.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 677.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 602.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 450.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 418.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 363.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 344.5s _1cg: 8 segs, 90.5 K docs, 359.9 MB 292.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 277.6s _1de: 9 segs, 43.1 K docs, 170.5 MB 253.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 236.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 220.0s _1e3: 8 segs, 175.4 K docs, 699.1 MB 171.1s _1ev: 8 segs, 38.5 K docs, 152.3 MB 155.3s _1f4: 8 segs, 39.7 K docs, 157.4 MB 125.0s _1fl: 8 segs, 39.3 K docs, 155.6 MB 108.5s _1ft: 8 segs, 71.0 K docs, 282.0 MB 100.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 105.0 sec: 194 segments, 21 merges 1426.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1053.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 923.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 858.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 704.4s _188: 8 segs, 127.8 K docs, 508.8 MB 692.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 682.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 607.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 455.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 423.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 367.9s _1c8: 8 segs, 38.4 K docs, 152.0 MB 349.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 297.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 282.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 258.5s _1do: 9 segs, 44.5 K docs, 176.3 MB 241.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 224.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 176.0s _1ev: 8 segs, 38.5 K docs, 152.3 MB 129.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 113.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 105.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 110.0 sec: 187 segments, 20 merges 1431.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1058.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 928.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 863.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 709.4s _188: 8 segs, 127.8 K docs, 508.8 MB 697.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 687.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 612.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 460.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 428.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 372.9s _1c8: 8 segs, 38.4 K docs, 152.0 MB 354.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 302.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 287.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 263.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 246.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 229.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 134.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 118.4s _1ft: 8 segs, 71.0 K docs, 282.0 MB 110.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 115.0 sec: 180 segments, 19 merges 1436.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1063.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 933.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 868.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 714.4s _188: 8 segs, 127.8 K docs, 508.8 MB 703.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 692.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 617.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 465.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 433.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 378.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 359.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 307.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 292.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 268.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 251.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 234.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 139.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 115.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 120.0 sec: 180 segments, 19 merges 1441.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1068.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 938.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 873.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 719.4s _188: 8 segs, 127.8 K docs, 508.8 MB 708.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 697.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 622.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 470.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 438.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 383.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 364.4s _1cg: 8 segs, 90.5 K docs, 359.9 MB 312.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 297.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 273.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 256.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 239.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 144.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 120.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 125.0 sec: 173 segments, 19 merges 1446.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1073.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 943.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 878.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 724.4s _188: 8 segs, 127.8 K docs, 508.8 MB 713.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 702.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 627.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 475.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 443.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 388.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 317.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 302.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 278.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 261.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 244.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 149.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 125.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 3.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 130.0 sec: 173 segments, 19 merges 1451.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1078.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 948.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 883.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 729.4s _188: 8 segs, 127.8 K docs, 508.8 MB 718.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 707.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 632.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 480.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 448.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 393.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 322.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 307.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 283.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 266.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 249.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 154.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 130.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 8.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 135.0 sec: 173 segments, 19 merges 1456.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1083.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 953.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 888.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 734.4s _188: 8 segs, 127.8 K docs, 508.8 MB 723.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 712.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 637.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 485.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 453.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 398.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 327.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 312.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 288.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 271.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 254.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 159.9s _1fl: 8 segs, 39.3 K docs, 155.6 MB 135.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 13.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 140.1 sec: 173 segments, 19 merges 1461.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1088.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 958.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 894.0s _15t: 11 segs, 54.3 K docs, 214.8 MB 739.5s _188: 8 segs, 127.8 K docs, 508.8 MB 728.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 717.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 642.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 490.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 458.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 403.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 332.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 317.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 293.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 276.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 259.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 165.0s _1fl: 8 segs, 39.3 K docs, 155.6 MB 140.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 19.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 145.1 sec: 166 segments, 18 merges 1466.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1093.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 963.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 899.0s _15t: 11 segs, 54.3 K docs, 214.8 MB 744.5s _188: 8 segs, 127.8 K docs, 508.8 MB 733.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 722.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 647.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 495.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 463.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 408.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 337.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 322.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 298.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 281.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 265.0s _1e3: 8 segs, 175.4 K docs, 699.1 MB 145.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 24.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 150.1 sec: 166 segments, 18 merges 1471.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1098.9s _12u: 8 segs, 401.9 K docs, 1603.7 MB 968.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 904.0s _15t: 11 segs, 54.3 K docs, 214.8 MB 749.5s _188: 8 segs, 127.8 K docs, 508.8 MB 738.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 727.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 652.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 500.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 468.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 413.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 342.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 327.6s _1de: 9 segs, 43.1 K docs, 170.5 MB 303.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 286.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 270.0s _1e3: 8 segs, 175.4 K docs, 699.1 MB 150.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 29.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 155.0 sec: 166 segments, 18 merges 1476.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1103.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 973.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 908.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 754.4s _188: 8 segs, 127.8 K docs, 508.8 MB 742.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 732.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 657.1s _19k: 8 segs, 629.6 K docs, 2514.3 MB 505.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 473.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 417.9s _1c8: 8 segs, 38.4 K docs, 152.0 MB 347.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 332.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 308.5s _1do: 9 segs, 44.5 K docs, 176.3 MB 291.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 274.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 155.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 33.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 160.0 sec: 166 segments, 18 merges 1481.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1108.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 978.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 913.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 759.4s _188: 8 segs, 127.8 K docs, 508.8 MB 747.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 737.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 662.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 510.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 478.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 422.9s _1c8: 8 segs, 38.4 K docs, 152.0 MB 352.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 337.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 313.5s _1do: 9 segs, 44.5 K docs, 176.3 MB 296.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 279.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 160.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 38.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 165.0 sec: 166 segments, 18 merges 1486.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1113.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 983.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 918.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 764.4s _188: 8 segs, 127.8 K docs, 508.8 MB 752.9s _18g: 8 segs, 84.0 K docs, 333.8 MB 742.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 667.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 515.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 483.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 428.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 357.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 342.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 318.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 301.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 284.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 165.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 43.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 170.0 sec: 166 segments, 18 merges 1491.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1118.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 988.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 923.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 769.4s _188: 8 segs, 127.8 K docs, 508.8 MB 758.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 747.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 672.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 520.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 488.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 433.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 362.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 347.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 323.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 306.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 289.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 170.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 48.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 175.0 sec: 166 segments, 18 merges 1496.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1123.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 993.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 928.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 774.4s _188: 8 segs, 127.8 K docs, 508.8 MB 763.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 752.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 677.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 525.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 493.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 438.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 367.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 352.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 328.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 311.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 294.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 175.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 53.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 180.0 sec: 166 segments, 18 merges 1501.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1128.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 998.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 933.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 779.4s _188: 8 segs, 127.8 K docs, 508.8 MB 768.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 757.1s _18n: 8 segs, 172.9 K docs, 689.3 MB 682.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 530.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 498.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 443.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 372.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 357.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 333.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 316.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 299.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 180.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 58.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 185.0 sec: 166 segments, 18 merges 1506.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1133.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1003.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 938.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 784.4s _188: 8 segs, 127.8 K docs, 508.8 MB 773.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 762.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 687.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 535.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 503.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 448.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 377.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 362.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 338.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 321.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 304.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 185.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 63.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 190.0 sec: 166 segments, 18 merges 1511.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1138.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1008.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 943.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 789.4s _188: 8 segs, 127.8 K docs, 508.8 MB 778.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 767.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 692.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 540.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 508.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 453.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 382.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 367.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 343.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 326.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 309.9s _1e3: 8 segs, 175.4 K docs, 699.1 MB 190.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 68.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 195.0 sec: 159 segments, 17 merges 1516.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1143.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1013.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 948.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 794.4s _188: 8 segs, 127.8 K docs, 508.8 MB 783.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 772.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 697.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 545.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 513.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 458.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 387.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 372.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 348.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 331.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 195.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 73.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 200.0 sec: 159 segments, 17 merges 1521.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1148.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1018.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 953.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 799.4s _188: 8 segs, 127.8 K docs, 508.8 MB 788.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 777.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 702.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 550.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 518.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 463.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 392.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 377.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 353.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 336.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 200.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 78.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 205.1 sec: 159 segments, 17 merges 1526.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1153.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1023.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 958.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 804.4s _188: 8 segs, 127.8 K docs, 508.8 MB 793.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 782.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 707.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 555.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 523.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 468.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 397.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 382.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 358.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 341.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 205.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 83.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 210.1 sec: 159 segments, 17 merges 1531.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1158.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1028.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 963.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 809.4s _188: 8 segs, 127.8 K docs, 508.8 MB 798.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 787.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 712.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 560.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 528.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 473.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 402.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 387.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 363.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 346.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 210.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 89.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 215.1 sec: 159 segments, 17 merges 1536.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1163.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1033.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 968.9s _15t: 11 segs, 54.3 K docs, 214.8 MB 814.4s _188: 8 segs, 127.8 K docs, 508.8 MB 803.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 792.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 717.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 565.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 533.0s _1bi: 8 segs, 172.4 K docs, 687.3 MB 478.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 407.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 392.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 368.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 351.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 215.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 94.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 220.1 sec: 149 segments, 16 merges 1541.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1168.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1038.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 819.4s _188: 8 segs, 127.8 K docs, 508.8 MB 808.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 797.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 722.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 570.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 538.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 483.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 412.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 397.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 373.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 356.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 220.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 99.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 225.1 sec: 149 segments, 16 merges 1546.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1173.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1043.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 824.5s _188: 8 segs, 127.8 K docs, 508.8 MB 813.0s _18g: 8 segs, 84.0 K docs, 333.8 MB 802.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 727.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 575.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 543.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 488.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 417.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 402.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 378.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 361.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 225.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 104.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 230.1 sec: 142 segments, 15 merges 1551.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1178.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1048.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 829.5s _188: 8 segs, 127.8 K docs, 508.8 MB 807.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 732.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 580.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 548.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 493.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 422.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 407.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 383.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 366.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 230.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 109.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 235.1 sec: 142 segments, 15 merges 1556.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1183.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1053.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 834.5s _188: 8 segs, 127.8 K docs, 508.8 MB 812.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 737.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 585.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 553.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 498.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 427.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 412.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 388.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 371.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 235.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 114.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 240.1 sec: 142 segments, 15 merges 1561.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1188.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1058.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 839.5s _188: 8 segs, 127.8 K docs, 508.8 MB 817.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 742.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 590.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 558.1s _1bi: 8 segs, 172.4 K docs, 687.3 MB 503.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 432.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 417.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 393.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 376.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 240.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 119.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 245.1 sec: 135 segments, 14 merges 1566.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1193.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1063.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 844.5s _188: 8 segs, 127.8 K docs, 508.8 MB 822.2s _18n: 8 segs, 172.9 K docs, 689.3 MB 747.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 595.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 508.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 437.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 422.6s _1de: 9 segs, 43.1 K docs, 170.5 MB 398.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 381.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 245.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 124.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 250.1 sec: 128 segments, 13 merges 1571.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1198.9s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1068.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 849.5s _188: 8 segs, 127.8 K docs, 508.8 MB 752.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 600.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 513.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 442.9s _1d5: 8 segs, 174.1 K docs, 693.8 MB 427.6s _1de: 9 segs, 43.1 K docs, 170.5 MB 403.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 386.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 250.1s _1fx: 11 segs, 40.5 K docs, 160.1 MB 129.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 255.0 sec: 128 segments, 13 merges 1576.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1203.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1073.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 854.4s _188: 8 segs, 127.8 K docs, 508.8 MB 757.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 605.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 517.9s _1c8: 8 segs, 38.4 K docs, 152.0 MB 447.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 432.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 408.5s _1do: 9 segs, 44.5 K docs, 176.3 MB 391.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 255.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 133.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 260.0 sec: 128 segments, 13 merges 1581.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1208.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1078.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 859.4s _188: 8 segs, 127.8 K docs, 508.8 MB 762.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 610.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 522.9s _1c8: 8 segs, 38.4 K docs, 152.0 MB 452.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 437.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 413.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 396.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 260.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 138.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 265.0 sec: 128 segments, 13 merges 1586.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1213.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1083.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 864.4s _188: 8 segs, 127.8 K docs, 508.8 MB 767.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 615.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 528.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 457.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 442.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 418.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 401.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 265.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 143.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 270.0 sec: 128 segments, 13 merges 1591.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1218.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1088.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 869.4s _188: 8 segs, 127.8 K docs, 508.8 MB 772.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 620.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 533.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 462.8s _1d5: 8 segs, 174.1 K docs, 693.8 MB 447.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 423.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 406.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 270.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 148.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 275.0 sec: 121 segments, 12 merges 1596.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1223.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1093.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 874.4s _188: 8 segs, 127.8 K docs, 508.8 MB 777.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 625.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 538.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 452.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 428.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 411.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 275.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 153.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 280.0 sec: 121 segments, 12 merges 1601.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1228.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1098.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 879.4s _188: 8 segs, 127.8 K docs, 508.8 MB 782.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 630.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 543.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 457.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 433.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 416.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 280.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 158.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 285.0 sec: 121 segments, 12 merges 1606.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1233.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1103.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 884.4s _188: 8 segs, 127.8 K docs, 508.8 MB 787.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 635.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 548.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 462.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 438.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 421.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 285.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 163.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 290.0 sec: 121 segments, 12 merges 1611.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1238.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1108.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 889.4s _188: 8 segs, 127.8 K docs, 508.8 MB 792.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 640.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 553.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 467.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 443.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 426.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 290.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 168.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 295.0 sec: 121 segments, 12 merges 1616.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1243.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1113.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 894.4s _188: 8 segs, 127.8 K docs, 508.8 MB 797.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 645.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 558.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 472.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 448.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 431.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 295.0s _1fx: 11 segs, 40.5 K docs, 160.1 MB 173.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 300.0 sec: 111 segments, 12 merges 1621.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1248.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1118.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 899.4s _188: 8 segs, 127.8 K docs, 508.8 MB 802.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 650.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 563.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 477.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 453.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 436.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 178.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 4.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 305.1 sec: 111 segments, 12 merges 1626.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1253.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1123.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 904.4s _188: 8 segs, 127.8 K docs, 508.8 MB 807.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 655.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 568.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 482.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 458.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 441.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 183.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 9.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 310.1 sec: 104 segments, 11 merges 1631.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1258.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1128.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 812.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 660.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 573.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 487.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 463.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 446.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 188.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 14.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 315.1 sec: 104 segments, 11 merges 1636.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1263.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1133.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 817.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 665.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 578.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 492.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 468.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 451.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 194.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 19.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 320.1 sec: 104 segments, 11 merges 1641.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1268.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1138.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 822.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 670.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 583.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 497.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 473.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 456.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 199.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 24.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 325.1 sec: 104 segments, 11 merges 1646.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1273.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1143.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 827.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 675.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 588.0s _1c8: 8 segs, 38.4 K docs, 152.0 MB 502.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 478.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 461.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 204.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 29.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 330.1 sec: 97 segments, 10 merges 1651.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1278.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1148.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 832.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 680.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 507.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 483.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 466.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 209.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 34.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 335.1 sec: 97 segments, 10 merges 1656.6s _wp: 8 segs, 1158.5 K docs, 4629.5 MB 1283.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1153.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 837.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 685.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 512.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 488.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 471.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 214.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 39.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 340.1 sec: 90 segments, 9 merges 1288.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1158.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 842.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 690.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 517.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 493.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 476.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 219.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 44.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 345.1 sec: 90 segments, 9 merges 1293.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1163.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 847.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 695.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 522.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 498.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 481.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 224.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 49.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 350.1 sec: 90 segments, 9 merges 1298.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1168.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 852.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 700.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 527.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 503.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 486.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 229.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 54.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 355.1 sec: 90 segments, 9 merges 1303.9s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1173.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 857.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 705.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 532.6s _1de: 9 segs, 43.1 K docs, 170.5 MB 508.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 491.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 234.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 59.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 360.0 sec: 90 segments, 9 merges 1308.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1178.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 862.1s _19k: 8 segs, 629.6 K docs, 2514.3 MB 710.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 537.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 513.5s _1do: 9 segs, 44.5 K docs, 176.3 MB 496.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 238.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 64.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 365.0 sec: 90 segments, 9 merges 1313.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1183.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 867.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 715.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 542.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 518.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 501.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 243.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 69.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 370.0 sec: 90 segments, 9 merges 1318.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1188.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 872.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 720.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 547.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 523.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 506.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 248.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 74.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 375.0 sec: 90 segments, 9 merges 1323.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1193.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 877.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 725.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 552.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 528.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 511.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 253.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 79.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 380.0 sec: 90 segments, 9 merges 1328.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1198.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 882.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 730.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 557.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 533.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 516.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 258.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 84.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 385.0 sec: 90 segments, 9 merges 1333.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1203.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 887.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 735.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 562.5s _1de: 9 segs, 43.1 K docs, 170.5 MB 538.6s _1do: 9 segs, 44.5 K docs, 176.3 MB 521.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 263.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 89.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 390.0 sec: 74 segments, 7 merges 1338.8s _12u: 8 segs, 401.9 K docs, 1603.7 MB 1208.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 892.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 740.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 526.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 268.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 94.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 395.0 sec: 67 segments, 6 merges 1213.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 897.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 745.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 531.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 273.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 99.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 400.1 sec: 67 segments, 6 merges 1218.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 902.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 750.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 536.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 278.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 104.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 405.1 sec: 67 segments, 6 merges 1223.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 907.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 755.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 541.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 283.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 109.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 410.0 sec: 67 segments, 6 merges 1228.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 912.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 760.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 546.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 288.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 114.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 415.0 sec: 67 segments, 6 merges 1233.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 917.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 765.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 551.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 293.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 119.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 420.0 sec: 67 segments, 6 merges 1238.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 922.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 770.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 556.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 298.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 124.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 425.0 sec: 67 segments, 6 merges 1243.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 927.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 775.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 561.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 303.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 129.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 430.1 sec: 67 segments, 6 merges 1248.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 932.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 780.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 566.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 308.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 134.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 435.1 sec: 67 segments, 6 merges 1253.2s _14w: 8 segs, 427.7 K docs, 1707.1 MB 937.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 785.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 571.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 314.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 139.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 440.1 sec: 60 segments, 5 merges 942.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 790.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 576.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 319.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 144.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 445.1 sec: 60 segments, 5 merges 947.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 795.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 581.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 324.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 149.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 450.1 sec: 60 segments, 5 merges 952.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 800.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 586.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 329.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 154.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 455.1 sec: 60 segments, 5 merges 957.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 805.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 591.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 334.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 159.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 460.1 sec: 60 segments, 5 merges 962.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 810.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 596.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 339.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 164.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 465.1 sec: 60 segments, 5 merges 967.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 815.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 601.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 344.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 169.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 470.1 sec: 60 segments, 5 merges 972.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 820.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 606.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 349.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 174.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 475.0 sec: 60 segments, 5 merges 977.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 825.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 611.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 353.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 179.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 480.0 sec: 60 segments, 5 merges 982.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 830.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 616.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 358.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 184.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 485.0 sec: 60 segments, 5 merges 987.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 835.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 621.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 363.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 189.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 490.0 sec: 60 segments, 5 merges 992.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 840.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 626.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 368.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 194.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 495.0 sec: 60 segments, 5 merges 997.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 845.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 631.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 373.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 199.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 500.0 sec: 60 segments, 5 merges 1002.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 850.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 636.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 378.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 204.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 505.0 sec: 60 segments, 5 merges 1007.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 855.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 641.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 383.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 209.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 510.0 sec: 60 segments, 5 merges 1012.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 860.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 646.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 388.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 214.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 515.0 sec: 60 segments, 5 merges 1017.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 865.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 651.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 393.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 219.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 520.1 sec: 60 segments, 5 merges 1022.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 870.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 656.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 398.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 224.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 525.1 sec: 60 segments, 5 merges 1027.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 875.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 661.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 404.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 229.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 530.1 sec: 60 segments, 5 merges 1032.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 880.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 666.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 409.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 234.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 535.1 sec: 60 segments, 5 merges 1037.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 885.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 671.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 414.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 239.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 540.1 sec: 60 segments, 5 merges 1042.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 890.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 676.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 419.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 244.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 545.1 sec: 60 segments, 5 merges 1047.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 895.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 681.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 424.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 249.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 550.1 sec: 60 segments, 5 merges 1052.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 900.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 686.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 429.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 254.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 555.1 sec: 60 segments, 5 merges 1057.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 905.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 691.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 434.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 259.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 560.1 sec: 60 segments, 5 merges 1062.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 910.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 696.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 439.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 264.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 565.0 sec: 60 segments, 5 merges 1067.1s _19k: 8 segs, 629.6 K docs, 2514.3 MB 915.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 701.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 443.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 269.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 570.0 sec: 60 segments, 5 merges 1072.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 920.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 706.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 448.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 274.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 575.0 sec: 60 segments, 5 merges 1077.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 925.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 711.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 453.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 279.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 580.0 sec: 60 segments, 5 merges 1082.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 930.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 716.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 458.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 284.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 585.0 sec: 60 segments, 5 merges 1087.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 935.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 721.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 463.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 289.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 590.0 sec: 60 segments, 5 merges 1092.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 940.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 726.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 468.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 294.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 595.0 sec: 60 segments, 5 merges 1097.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 945.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 731.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 473.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 299.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 600.0 sec: 60 segments, 5 merges 1102.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 950.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 736.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 478.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 304.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 605.0 sec: 60 segments, 5 merges 1107.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 955.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 741.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 483.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 309.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 610.0 sec: 60 segments, 5 merges 1112.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 960.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 746.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 488.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 314.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 615.1 sec: 60 segments, 5 merges 1117.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 965.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 751.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 493.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 319.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 620.1 sec: 60 segments, 5 merges 1122.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 970.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 756.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 499.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 324.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 625.1 sec: 60 segments, 5 merges 1127.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 975.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 761.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 504.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 329.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 630.1 sec: 60 segments, 5 merges 1132.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 980.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 766.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 509.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 334.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 635.1 sec: 60 segments, 5 merges 1137.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 985.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 771.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 514.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 339.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 640.1 sec: 60 segments, 5 merges 1142.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 990.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 776.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 519.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 344.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 645.1 sec: 60 segments, 5 merges 1147.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 995.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 781.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 524.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 349.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 650.1 sec: 60 segments, 5 merges 1152.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1000.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 786.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 529.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 354.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 655.1 sec: 60 segments, 5 merges 1157.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1005.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 791.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 534.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 359.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 660.0 sec: 60 segments, 5 merges 1162.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1010.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 796.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 538.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 364.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 665.0 sec: 60 segments, 5 merges 1167.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1015.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 801.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 543.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 369.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 670.0 sec: 60 segments, 5 merges 1172.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1020.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 806.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 548.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 374.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 675.0 sec: 60 segments, 5 merges 1177.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1025.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 811.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 553.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 379.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 680.0 sec: 60 segments, 5 merges 1182.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1030.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 816.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 558.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 384.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 685.0 sec: 60 segments, 5 merges 1187.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1035.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 821.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 563.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 389.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 690.0 sec: 60 segments, 5 merges 1192.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1040.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 826.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 568.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 394.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 695.0 sec: 60 segments, 5 merges 1197.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1045.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 831.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 573.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 399.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 700.1 sec: 60 segments, 5 merges 1202.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1050.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 836.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 578.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 404.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 705.1 sec: 60 segments, 5 merges 1207.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1055.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 841.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 583.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 409.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 710.1 sec: 60 segments, 5 merges 1212.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1060.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 846.5s _1dv: 8 segs, 127.7 K docs, 508.6 MB 589.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 414.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 715.1 sec: 60 segments, 5 merges 1217.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1065.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 851.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 594.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 419.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 720.1 sec: 60 segments, 5 merges 1222.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1070.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 856.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 599.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 424.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 725.1 sec: 60 segments, 5 merges 1227.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1075.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 861.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 604.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 429.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 730.1 sec: 60 segments, 5 merges 1232.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1080.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 866.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 609.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 434.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 735.1 sec: 60 segments, 5 merges 1237.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1085.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 871.6s _1dv: 8 segs, 127.7 K docs, 508.6 MB 614.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 439.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 740.1 sec: 53 segments, 5 merges 1242.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1090.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 619.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 444.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 2.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 745.1 sec: 53 segments, 5 merges 1247.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1095.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 624.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 449.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 7.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 750.0 sec: 53 segments, 5 merges 1252.1s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1100.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 628.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 454.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 12.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 755.0 sec: 53 segments, 5 merges 1257.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1105.7s _1b2: 8 segs, 139.4 K docs, 555.2 MB 633.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 459.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 17.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 760.0 sec: 53 segments, 5 merges 1262.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1110.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 638.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 464.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 22.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 765.0 sec: 53 segments, 5 merges 1267.2s _19k: 8 segs, 629.6 K docs, 2514.3 MB 1115.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 643.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 469.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 27.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 770.0 sec: 46 segments, 4 merges 1120.8s _1b2: 8 segs, 139.4 K docs, 555.2 MB 648.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 474.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 32.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 775.0 sec: 39 segments, 3 merges 653.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 479.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 37.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 780.0 sec: 39 segments, 3 merges 658.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 484.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 42.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 785.0 sec: 39 segments, 3 merges 663.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 489.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 47.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 790.0 sec: 39 segments, 3 merges 668.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 494.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 52.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 795.1 sec: 39 segments, 3 merges 673.9s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 499.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 57.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 800.1 sec: 39 segments, 3 merges 679.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 504.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 62.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 805.1 sec: 39 segments, 3 merges 684.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 509.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 67.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 810.1 sec: 39 segments, 3 merges 689.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 514.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 72.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 815.1 sec: 39 segments, 3 merges 694.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 519.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 77.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 820.1 sec: 39 segments, 3 merges 699.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 524.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 82.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 825.1 sec: 39 segments, 3 merges 704.0s _1fy: 8 segs, 457.8 K docs, 1826.6 MB 529.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 87.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 830.0 sec: 32 segments, 2 merges 534.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 92.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 835.0 sec: 32 segments, 2 merges 539.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 97.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 840.0 sec: 32 segments, 2 merges 544.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 102.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 845.0 sec: 32 segments, 2 merges 549.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 107.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 850.0 sec: 32 segments, 2 merges 554.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 112.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 855.0 sec: 32 segments, 2 merges 559.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 117.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 860.0 sec: 32 segments, 2 merges 564.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 122.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 865.0 sec: 32 segments, 2 merges 569.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 127.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 870.0 sec: 32 segments, 2 merges 574.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 132.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 875.0 sec: 32 segments, 2 merges 579.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 137.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 880.1 sec: 32 segments, 2 merges 584.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 142.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 885.1 sec: 32 segments, 2 merges 589.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 147.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 890.1 sec: 32 segments, 2 merges 594.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 152.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 895.1 sec: 32 segments, 2 merges 599.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 157.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 900.1 sec: 32 segments, 2 merges 604.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 162.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 905.1 sec: 32 segments, 2 merges 609.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 167.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 910.1 sec: 32 segments, 2 merges 614.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 172.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 915.1 sec: 32 segments, 2 merges 619.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 177.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 920.1 sec: 32 segments, 2 merges 624.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 182.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 925.1 sec: 32 segments, 2 merges 629.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 187.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 930.1 sec: 32 segments, 2 merges 634.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 192.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 935.0 sec: 32 segments, 2 merges 639.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 197.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 940.0 sec: 32 segments, 2 merges 644.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 202.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 945.0 sec: 32 segments, 2 merges 649.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 207.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 950.0 sec: 32 segments, 2 merges 654.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 212.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 955.0 sec: 32 segments, 2 merges 659.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 217.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 960.0 sec: 32 segments, 2 merges 664.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 222.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 965.0 sec: 32 segments, 2 merges 669.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 227.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 970.0 sec: 32 segments, 2 merges 674.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 232.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 975.0 sec: 32 segments, 2 merges 679.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 237.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 980.0 sec: 32 segments, 2 merges 684.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 242.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 985.1 sec: 32 segments, 2 merges 689.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 247.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 990.1 sec: 32 segments, 2 merges 694.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 252.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 995.1 sec: 32 segments, 2 merges 699.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 257.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1000.1 sec: 32 segments, 2 merges 704.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 262.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1005.1 sec: 32 segments, 2 merges 709.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 267.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1010.1 sec: 32 segments, 2 merges 714.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 272.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1015.0 sec: 32 segments, 2 merges 719.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 277.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1020.0 sec: 32 segments, 2 merges 724.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 282.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1025.0 sec: 32 segments, 2 merges 729.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 287.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1030.0 sec: 32 segments, 2 merges 734.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 292.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1035.0 sec: 32 segments, 2 merges 739.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 297.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1040.0 sec: 32 segments, 2 merges 744.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 302.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1045.1 sec: 32 segments, 2 merges 749.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 307.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1050.1 sec: 32 segments, 2 merges 754.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 312.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1055.1 sec: 32 segments, 2 merges 759.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 317.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1060.1 sec: 32 segments, 2 merges 764.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 322.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1065.1 sec: 32 segments, 2 merges 769.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 327.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1070.1 sec: 32 segments, 2 merges 774.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 332.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1075.1 sec: 32 segments, 2 merges 779.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 337.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1080.0 sec: 32 segments, 2 merges 784.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 342.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1085.0 sec: 32 segments, 2 merges 789.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 347.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1090.0 sec: 32 segments, 2 merges 794.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 352.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1095.0 sec: 32 segments, 2 merges 799.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 357.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1100.0 sec: 32 segments, 2 merges 804.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 362.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1105.0 sec: 32 segments, 2 merges 809.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 367.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1110.0 sec: 32 segments, 2 merges 814.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 372.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1115.0 sec: 32 segments, 2 merges 819.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 377.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1120.0 sec: 32 segments, 2 merges 824.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 382.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1125.0 sec: 32 segments, 2 merges 829.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 387.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1130.0 sec: 32 segments, 2 merges 834.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 392.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1135.1 sec: 32 segments, 2 merges 839.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 397.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1140.1 sec: 32 segments, 2 merges 844.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 402.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1145.1 sec: 32 segments, 2 merges 849.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 407.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1150.1 sec: 32 segments, 2 merges 854.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 412.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1155.1 sec: 32 segments, 2 merges 859.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 417.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1160.1 sec: 32 segments, 2 merges 864.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 422.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1165.1 sec: 32 segments, 2 merges 869.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 427.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1170.1 sec: 32 segments, 2 merges 874.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 432.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1175.1 sec: 32 segments, 2 merges 879.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 437.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1180.1 sec: 32 segments, 2 merges 884.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 442.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1185.1 sec: 32 segments, 2 merges 889.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 447.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1190.0 sec: 32 segments, 2 merges 894.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 452.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1195.0 sec: 32 segments, 2 merges 899.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 457.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1200.0 sec: 32 segments, 2 merges 904.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 462.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1205.0 sec: 32 segments, 2 merges 909.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 467.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1210.0 sec: 32 segments, 2 merges 914.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 472.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1215.0 sec: 32 segments, 2 merges 919.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 477.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1220.0 sec: 32 segments, 2 merges 924.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 482.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1225.0 sec: 32 segments, 2 merges 929.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 487.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1230.0 sec: 32 segments, 2 merges 934.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 492.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1235.0 sec: 32 segments, 2 merges 939.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 497.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1240.0 sec: 32 segments, 2 merges 944.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 502.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1245.0 sec: 32 segments, 2 merges 949.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 507.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1250.1 sec: 32 segments, 2 merges 954.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 512.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1255.1 sec: 32 segments, 2 merges 959.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 517.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1260.1 sec: 32 segments, 2 merges 964.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 522.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1265.1 sec: 32 segments, 2 merges 969.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 527.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1270.1 sec: 32 segments, 2 merges 974.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 532.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1275.1 sec: 32 segments, 2 merges 979.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 537.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1280.1 sec: 32 segments, 2 merges 984.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 542.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1285.1 sec: 32 segments, 2 merges 989.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 547.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1290.1 sec: 32 segments, 2 merges 994.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 552.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1295.1 sec: 32 segments, 2 merges 999.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 557.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1300.1 sec: 32 segments, 2 merges 1004.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 562.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1305.1 sec: 32 segments, 2 merges 1009.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 567.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1310.0 sec: 32 segments, 2 merges 1014.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 572.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1315.0 sec: 32 segments, 2 merges 1019.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 577.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1320.0 sec: 32 segments, 2 merges 1024.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 582.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1325.0 sec: 32 segments, 2 merges 1029.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 587.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1330.0 sec: 32 segments, 2 merges 1034.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 592.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1335.0 sec: 32 segments, 2 merges 1039.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 597.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1340.0 sec: 32 segments, 2 merges 1044.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 602.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1345.0 sec: 32 segments, 2 merges 1049.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 607.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1350.0 sec: 32 segments, 2 merges 1054.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 612.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1355.0 sec: 32 segments, 2 merges 1059.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 617.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1360.0 sec: 32 segments, 2 merges 1064.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 622.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1365.1 sec: 32 segments, 2 merges 1069.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 627.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1370.1 sec: 32 segments, 2 merges 1074.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 632.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1375.1 sec: 32 segments, 2 merges 1079.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 637.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1380.1 sec: 32 segments, 2 merges 1084.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 642.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1385.1 sec: 32 segments, 2 merges 1089.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 647.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1390.1 sec: 32 segments, 2 merges 1094.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 652.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1395.1 sec: 32 segments, 2 merges 1099.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 657.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1400.1 sec: 32 segments, 2 merges 1104.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 662.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1405.0 sec: 32 segments, 2 merges 1109.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 667.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1410.0 sec: 32 segments, 2 merges 1114.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 672.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1415.0 sec: 32 segments, 2 merges 1119.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 677.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1420.0 sec: 32 segments, 2 merges 1124.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 682.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1425.0 sec: 32 segments, 2 merges 1129.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 687.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1430.0 sec: 32 segments, 2 merges 1134.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 692.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1435.0 sec: 32 segments, 2 merges 1139.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 697.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1440.0 sec: 32 segments, 2 merges 1144.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 702.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1445.0 sec: 32 segments, 2 merges 1149.2s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 707.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1450.0 sec: 32 segments, 2 merges 1154.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 712.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1455.0 sec: 32 segments, 2 merges 1159.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 717.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1460.0 sec: 32 segments, 2 merges 1164.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 722.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1465.1 sec: 32 segments, 2 merges 1169.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 727.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1470.1 sec: 32 segments, 2 merges 1174.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 732.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1475.1 sec: 32 segments, 2 merges 1179.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 737.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1480.1 sec: 32 segments, 2 merges 1184.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 742.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1485.1 sec: 32 segments, 2 merges 1189.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 747.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1490.1 sec: 32 segments, 2 merges 1194.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 752.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1495.1 sec: 32 segments, 2 merges 1199.3s _1fz: 8 segs, 1251.6 K docs, 5001.2 MB 757.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1500.1 sec: 25 segments, 1 merges 762.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1505.1 sec: 25 segments, 1 merges 767.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1510.1 sec: 25 segments, 1 merges 772.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1515.1 sec: 25 segments, 1 merges 777.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1520.1 sec: 25 segments, 1 merges 782.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1525.0 sec: 25 segments, 1 merges 787.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1530.0 sec: 25 segments, 1 merges 792.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1535.0 sec: 25 segments, 1 merges 797.4s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1540.0 sec: 25 segments, 1 merges 802.5s _1g0: 8 segs, 434.5 K docs, 1733.1 MB 1545.0 sec: 18 segments, 1 merges 3.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1550.0 sec: 18 segments, 1 merges 8.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1555.0 sec: 18 segments, 1 merges 13.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1560.0 sec: 18 segments, 1 merges 18.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1565.1 sec: 18 segments, 1 merges 23.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1570.1 sec: 18 segments, 1 merges 28.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1575.1 sec: 18 segments, 1 merges 33.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1580.1 sec: 18 segments, 1 merges 38.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1585.1 sec: 18 segments, 1 merges 43.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1590.1 sec: 18 segments, 1 merges 48.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1595.1 sec: 18 segments, 1 merges 53.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1600.0 sec: 18 segments, 1 merges 58.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1605.0 sec: 18 segments, 1 merges 63.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1610.0 sec: 18 segments, 1 merges 68.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1615.0 sec: 18 segments, 1 merges 73.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1620.0 sec: 18 segments, 1 merges 78.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1625.0 sec: 18 segments, 1 merges 83.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1630.0 sec: 18 segments, 1 merges 88.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1635.0 sec: 18 segments, 1 merges 93.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1640.0 sec: 18 segments, 1 merges 98.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1645.0 sec: 18 segments, 1 merges 103.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1650.0 sec: 18 segments, 1 merges 108.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1655.0 sec: 18 segments, 1 merges 113.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1660.0 sec: 18 segments, 1 merges 118.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1665.1 sec: 18 segments, 1 merges 123.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1670.1 sec: 18 segments, 1 merges 128.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1675.1 sec: 18 segments, 1 merges 133.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1680.1 sec: 18 segments, 1 merges 138.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1685.1 sec: 18 segments, 1 merges 143.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1690.1 sec: 18 segments, 1 merges 148.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1695.1 sec: 18 segments, 1 merges 153.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1700.1 sec: 18 segments, 1 merges 158.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1705.1 sec: 18 segments, 1 merges 163.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1710.1 sec: 18 segments, 1 merges 168.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1715.1 sec: 18 segments, 1 merges 173.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1720.1 sec: 18 segments, 1 merges 178.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1725.1 sec: 18 segments, 1 merges 183.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1730.0 sec: 18 segments, 1 merges 188.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1735.0 sec: 18 segments, 1 merges 193.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1740.0 sec: 18 segments, 1 merges 198.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1745.0 sec: 18 segments, 1 merges 203.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1750.0 sec: 18 segments, 1 merges 208.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1755.0 sec: 18 segments, 1 merges 213.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1760.0 sec: 18 segments, 1 merges 218.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1765.0 sec: 18 segments, 1 merges 223.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1770.0 sec: 18 segments, 1 merges 228.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1775.0 sec: 18 segments, 1 merges 233.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1780.0 sec: 18 segments, 1 merges 238.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1785.0 sec: 18 segments, 1 merges 243.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1790.0 sec: 18 segments, 1 merges 248.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1795.0 sec: 18 segments, 1 merges 253.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1800.1 sec: 18 segments, 1 merges 258.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1805.1 sec: 18 segments, 1 merges 263.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1810.1 sec: 18 segments, 1 merges 268.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1815.1 sec: 18 segments, 1 merges 273.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1820.1 sec: 18 segments, 1 merges 278.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1825.1 sec: 18 segments, 1 merges 283.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1830.1 sec: 18 segments, 1 merges 288.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1835.1 sec: 18 segments, 1 merges 293.1s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1840.1 sec: 18 segments, 1 merges 298.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1845.1 sec: 18 segments, 1 merges 303.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1850.1 sec: 18 segments, 1 merges 308.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1855.1 sec: 18 segments, 1 merges 313.2s _1g1: 3 segs, 1197.1 K docs, 4787.6 MB 1860.0 sec: 16 segments, 0 merges done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3073 seconds reindex takes 3073.59 sec index has 16 segments: segments_2: _d9(11.0.0):C739409 _9n(11.0.0):C218228 _c3(11.0.0):C242688 _s7(11.0.0):C862066 _1g1(11.0.0):C1197096 _wp(11.0.0):C1158488 _ou(11.0.0):C192640 _1fz(11.0.0):C1251550 _19k(11.0.0):C629635 _12u(11.0.0):C401874 _14w(11.0.0):C427742 _17t(11.0.0):C108283 _1b2(11.0.0):C139386 _188(11.0.0):C127789 _1e3(11.0.0):C175388 _1dv(11.0.0):C127738 _d9: 2958.6 MB _9n: 872.3 MB _c3: 970.2 MB _s7: 3450.0 MB _1g1: 4793.0 MB _wp: 4638.2 MB _ou: 770.0 MB _1fz: 5011.5 MB _19k: 2519.0 MB _12u: 1607.2 MB _14w: 1710.8 MB _17t: 432.5 MB _1b2: 556.9 MB _188: 510.5 MB _1e3: 700.9 MB _1dv: 510.3 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32011.98 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=55600341513 cpu@end=68547725860 deltaMS=12947.384347 thread 14 name=Reference Handler cpu@start=2360682 cpu@end=2360682 deltaMS=0.0 thread 15 name=Finalizer cpu@start=138997 cpu@end=138997 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=64089 cpu@end=64089 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=33439465 cpu@end=33439465 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=43357354159 cpu@end=43359158285 deltaMS=1.804126 thread 42 name=JFR Periodic Tasks cpu@start=348544974987 cpu@end=349171516604 deltaMS=626.541617 thread 45 name=Notification Thread cpu@start=100572 cpu@end=100572 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=4883504312322 cpu@end=4883504312322 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=4889689120610 cpu@end=4889689120610 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=4882187688049 cpu@end=4882187688049 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=4878065378610 cpu@end=4878065378610 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=4878713197591 cpu@end=4878713197591 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=4879265177563 cpu@end=4879265177563 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=4885269656407 cpu@end=4885269656407 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=4882941058185 cpu@end=4882941058185 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=4879529778204 cpu@end=4879529778204 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=4883831836239 cpu@end=4883831836239 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=4884962200012 cpu@end=4884962200012 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=4881368069178 cpu@end=4881368069178 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=4886105506667 cpu@end=4886105506667 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=4882467676120 cpu@end=4882467676120 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=4886974802273 cpu@end=4886974802273 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=4880068997955 cpu@end=4880068997955 deltaMS=0.0 Average CPU cores used: 1.0476483492167457 completed 1000 searches in 12958 ms: 77 QPS CPU time=13575 ms checking results SUMMARY: 0.975 12.958 13.575 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 63393 3073.59 2602.82 0.00 16 32011.98 null N/A 1.000 31250.000 31250.000 false HNSW Leaf 0 has 4 layers Leaf 0 has 739409 documents Graph level=3 size=32, Fanout min=2, mean=6.88, max=11, meandelta=75575.56 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 6 6 7 7 8 8 10 11 Graph level=2 size=611, Fanout min=8, mean=21.26, max=32, meandelta=31639.17 % 0 10 20 30 40 50 60 70 80 90 100 0 13 16 17 18 20 22 25 28 32 32 Graph level=1 size=22664, Fanout min=3, mean=27.94, max=32, meandelta=24264.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=739409, Fanout min=1, mean=39.55, max=64, meandelta=17323.66 % 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=32, connectedness=1.00 Graph level=2 size=611, connectedness=1.00 Graph level=1 size=22664, connectedness=1.00 Graph level=0 size=739409, connectedness=1.00 Leaf 1 has 4 layers Leaf 1 has 218228 documents Graph level=3 size=4, Fanout min=2, mean=2.50, max=3, meandelta=38354.80 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 2 2 2 2 2 3 3 3 Graph level=2 size=185, Fanout min=6, mean=14.55, max=28, meandelta=12542.80 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 12 13 14 15 16 18 21 28 Graph level=1 size=6800, Fanout min=6, mean=27.39, max=32, meandelta=7245.53 % 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=218228, Fanout min=1, mean=39.37, max=64, meandelta=5148.10 % 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=4, connectedness=1.00 Graph level=2 size=185, connectedness=1.00 Graph level=1 size=6800, connectedness=1.00 Graph level=0 size=218228, connectedness=1.00 Leaf 2 has 4 layers Leaf 2 has 242688 documents Graph level=3 size=9, Fanout min=2, mean=3.56, max=6, meandelta=45777.00 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 2 3 3 4 5 5 6 Graph level=2 size=204, Fanout min=4, mean=15.09, max=30, meandelta=13709.65 % 0 10 20 30 40 50 60 70 80 90 100 0 9 11 13 14 15 16 17 19 21 30 Graph level=1 size=7504, Fanout min=6, mean=27.39, max=32, meandelta=8055.71 % 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=242688, Fanout min=1, mean=39.40, max=64, meandelta=5719.13 % 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=9, connectedness=1.00 Graph level=2 size=204, connectedness=1.00 Graph level=1 size=7504, connectedness=1.00 Graph level=0 size=242688, connectedness=1.00 Leaf 3 has 4 layers Leaf 3 has 862066 documents Graph level=3 size=47, Fanout min=3, mean=7.87, max=15, meandelta=86565.12 % 0 10 20 30 40 50 60 70 80 90 100 0 4 6 6 7 8 8 9 9 10 15 Graph level=2 size=764, Fanout min=8, mean=22.58, max=32, meandelta=34759.83 % 0 10 20 30 40 50 60 70 80 90 100 0 14 16 18 20 22 24 27 30 32 32 Graph level=1 size=26264, Fanout min=4, mean=28.03, max=32, meandelta=28149.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=862066, Fanout min=1, mean=39.54, max=64, meandelta=20195.65 % 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=764, connectedness=1.00 Graph level=1 size=26264, connectedness=1.00 Graph level=0 size=862066, connectedness=1.00 Leaf 4 has 4 layers Leaf 4 has 1197096 documents Graph level=3 size=61, Fanout min=3, mean=9.31, max=17, meandelta=101686.42 % 0 10 20 30 40 50 60 70 80 90 100 0 5 7 8 8 9 9 10 12 13 17 Graph level=2 size=1081, Fanout min=6, mean=24.02, max=32, meandelta=45110.13 % 0 10 20 30 40 50 60 70 80 90 100 0 15 17 20 22 24 27 30 32 32 32 Graph level=1 size=36550, Fanout min=3, mean=28.07, max=32, meandelta=38998.70 % 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=1197096, Fanout min=1, mean=39.44, max=64, meandelta=28094.13 % 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=1081, connectedness=1.00 Graph level=1 size=36550, connectedness=1.00 Graph level=0 size=1197096, connectedness=1.00 Leaf 5 has 4 layers Leaf 5 has 1158488 documents Graph level=3 size=60, Fanout min=4, mean=9.97, max=16, meandelta=94218.86 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 8 9 10 11 11 12 14 16 Graph level=2 size=1068, Fanout min=6, mean=23.82, max=32, meandelta=44269.46 % 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=35500, Fanout min=4, mean=28.16, max=32, meandelta=37759.27 % 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=1158488, Fanout min=1, mean=39.47, max=64, meandelta=27161.51 % 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=1068, connectedness=1.00 Graph level=1 size=35500, connectedness=1.00 Graph level=0 size=1158488, connectedness=1.00 Leaf 6 has 4 layers Leaf 6 has 192640 documents Graph level=3 size=7, Fanout min=1, mean=2.00, max=5, meandelta=17336.29 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 2 2 2 2 5 Graph level=2 size=174, Fanout min=7, mean=14.40, max=32, meandelta=11332.41 % 0 10 20 30 40 50 60 70 80 90 100 0 9 10 12 12 14 15 16 18 21 32 Graph level=1 size=5971, Fanout min=9, mean=27.09, max=32, meandelta=6497.49 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 27 30 32 32 32 32 32 Graph level=0 size=192640, Fanout min=1, mean=39.30, max=64, meandelta=4553.19 % 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=174, connectedness=1.00 Graph level=1 size=5971, connectedness=1.00 Graph level=0 size=192640, connectedness=1.00 Leaf 7 has 4 layers Leaf 7 has 1251550 documents Graph level=3 size=62, Fanout min=3, mean=8.81, max=18, meandelta=112681.38 % 0 10 20 30 40 50 60 70 80 90 100 0 6 6 7 8 9 9 10 10 12 18 Graph level=2 size=1151, Fanout min=8, mean=24.07, max=32, meandelta=47149.25 % 0 10 20 30 40 50 60 70 80 90 100 0 15 18 19 22 24 27 30 32 32 32 Graph level=1 size=38340, Fanout min=2, mean=28.14, max=32, meandelta=40777.59 % 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=1251550, Fanout min=1, mean=39.43, max=64, meandelta=29372.31 % 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=1151, connectedness=1.00 Graph level=1 size=38340, connectedness=1.00 Graph level=0 size=1251550, connectedness=1.00 Leaf 8 has 4 layers Leaf 8 has 629635 documents Graph level=3 size=35, Fanout min=3, mean=6.69, max=13, meandelta=62210.69 % 0 10 20 30 40 50 60 70 80 90 100 0 4 5 5 6 6 7 8 8 9 13 Graph level=2 size=512, Fanout min=6, mean=20.75, max=32, meandelta=26967.56 % 0 10 20 30 40 50 60 70 80 90 100 0 13 15 17 18 20 22 24 27 30 32 Graph level=1 size=19125, Fanout min=4, mean=27.83, max=32, meandelta=20730.97 % 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=629635, Fanout min=1, mean=39.60, max=64, meandelta=14743.70 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 60 64 64 Graph level=3 size=35, connectedness=1.00 Graph level=2 size=512, connectedness=1.00 Graph level=1 size=19125, connectedness=1.00 Graph level=0 size=629635, connectedness=1.00 Leaf 9 has 4 layers Leaf 9 has 401874 documents Graph level=3 size=14, Fanout min=4, mean=5.14, max=7, meandelta=54846.25 % 0 10 20 30 40 50 60 70 80 90 100 0 4 4 4 4 5 5 5 6 7 7 Graph level=2 size=371, Fanout min=6, mean=18.66, max=32, meandelta=18606.30 % 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=12396, Fanout min=5, mean=27.67, max=32, meandelta=13284.40 % 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=401874, Fanout min=1, mean=39.53, max=64, meandelta=9431.89 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 37 42 49 59 64 64 Graph level=3 size=14, connectedness=1.00 Graph level=2 size=371, connectedness=1.00 Graph level=1 size=12396, connectedness=1.00 Graph level=0 size=401874, connectedness=1.00 Leaf 10 has 4 layers Leaf 10 has 427742 documents Graph level=3 size=16, Fanout min=2, mean=5.00, max=7, meandelta=51228.18 % 0 10 20 30 40 50 60 70 80 90 100 0 2 4 4 5 5 5 5 6 7 7 Graph level=2 size=394, Fanout min=6, mean=19.26, max=32, meandelta=19457.76 % 0 10 20 30 40 50 60 70 80 90 100 0 12 14 15 17 19 20 23 25 28 32 Graph level=1 size=13184, Fanout min=4, mean=27.80, max=32, meandelta=14069.56 % 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=427742, Fanout min=1, mean=39.59, max=64, meandelta=10023.46 % 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=394, connectedness=1.00 Graph level=1 size=13184, connectedness=1.00 Graph level=0 size=427742, connectedness=1.00 Leaf 11 has 4 layers Leaf 11 has 108283 documents Graph level=3 size=5, Fanout min=1, mean=2.40, max=4, meandelta=21866.67 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 2 2 2 2 3 3 4 Graph level=2 size=100, Fanout min=4, mean=10.92, max=19, meandelta=8182.06 % 0 10 20 30 40 50 60 70 80 90 100 0 6 8 9 10 10 12 13 15 16 19 Graph level=1 size=3328, Fanout min=9, mean=26.42, max=32, meandelta=3755.57 % 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=108283, Fanout min=3, mean=38.89, max=64, meandelta=2583.85 % 0 10 20 30 40 50 60 70 80 90 100 0 20 24 28 32 36 41 48 57 64 64 Graph level=3 size=5, connectedness=1.00 Graph level=2 size=100, connectedness=1.00 Graph level=1 size=3328, connectedness=1.00 Graph level=0 size=108283, connectedness=1.00 Leaf 12 has 4 layers Leaf 12 has 139386 documents Graph level=3 size=8, Fanout min=2, mean=3.25, max=5, meandelta=17200.77 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 3 4 4 5 Graph level=2 size=132, Fanout min=4, mean=13.06, max=26, meandelta=9086.78 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 12 14 15 16 18 26 Graph level=1 size=4267, Fanout min=9, mean=26.93, max=32, meandelta=4741.35 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 24 26 30 32 32 32 32 32 Graph level=0 size=139386, Fanout min=2, mean=39.12, max=64, meandelta=3310.82 % 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=8, connectedness=1.00 Graph level=2 size=132, connectedness=1.00 Graph level=1 size=4267, connectedness=1.00 Graph level=0 size=139386, connectedness=1.00 Leaf 13 has 4 layers Leaf 13 has 127789 documents Graph level=3 size=8, Fanout min=2, mean=3.50, max=5, meandelta=19449.46 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 2 3 3 3 4 4 5 5 Graph level=2 size=122, Fanout min=6, mean=12.72, max=26, meandelta=8479.06 % 0 10 20 30 40 50 60 70 80 90 100 0 8 8 10 11 12 13 15 16 18 26 Graph level=1 size=3903, Fanout min=8, mean=26.68, max=32, meandelta=4388.16 % 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=127789, Fanout min=1, mean=39.02, max=64, meandelta=3038.65 % 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=8, connectedness=1.00 Graph level=2 size=122, connectedness=1.00 Graph level=1 size=3903, connectedness=1.00 Graph level=0 size=127789, connectedness=1.00 Leaf 14 has 4 layers Leaf 14 has 175388 documents Graph level=3 size=7, Fanout min=1, mean=2.29, max=6, meandelta=18501.06 % 0 10 20 30 40 50 60 70 80 90 100 0 1 1 1 1 1 2 2 2 3 6 Graph level=2 size=150, Fanout min=5, mean=13.35, max=26, meandelta=10758.77 % 0 10 20 30 40 50 60 70 80 90 100 0 8 10 11 12 13 14 15 17 20 26 Graph level=1 size=5396, Fanout min=7, mean=27.08, max=32, meandelta=5922.95 % 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=175388, Fanout min=1, mean=39.25, max=64, meandelta=4147.94 % 0 10 20 30 40 50 60 70 80 90 100 0 20 25 28 32 36 41 48 58 64 64 Graph level=3 size=7, connectedness=1.00 Graph level=2 size=150, connectedness=1.00 Graph level=1 size=5396, connectedness=1.00 Graph level=0 size=175388, connectedness=1.00 Leaf 15 has 4 layers Leaf 15 has 127738 documents Graph level=3 size=8, Fanout min=2, mean=3.50, max=5, meandelta=17092.64 % 0 10 20 30 40 50 60 70 80 90 100 0 1 2 3 3 3 3 4 4 4 5 Graph level=2 size=122, Fanout min=5, mean=12.41, max=24, meandelta=8465.51 % 0 10 20 30 40 50 60 70 80 90 100 0 8 9 9 11 12 13 15 16 17 24 Graph level=1 size=3917, Fanout min=9, mean=26.71, max=32, meandelta=4383.41 % 0 10 20 30 40 50 60 70 80 90 100 0 18 21 23 26 29 32 32 32 32 32 Graph level=0 size=127738, Fanout min=1, mean=39.00, max=64, meandelta=3039.79 % 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=8, connectedness=1.00 Graph level=2 size=122, connectedness=1.00 Graph level=1 size=3917, connectedness=1.00 Graph level=0 size=127738, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/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': 168,605,590.81 msec task-clock:u 638,845,166,091,288 cycles:u (36.36%) 46,883,565,564,310 instructions:u (36.36%) 9,359,816,496,754 cache-references:u (36.36%) 2,315,794,227,495 cache-misses:u (36.36%) 26,075,259,515,180 L1-dcache-loads:u (36.36%) 2,686,077,991,415 L1-dcache-load-misses:u (36.36%) 2,929,569,801,268 L1-icache-loads:u (36.36%) 29,474,061,234 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 31,030,917 faults:u 6,863,319 minor-faults:u 118 major-faults:u 4,688,240,935,747 branches:u (36.36%) 82,393,299,380 branch-misses:u (36.36%) 8,900,848,544,689 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 5028.569422431 seconds time elapsed 167621.294000000 seconds user 945.264517000 seconds sys took 1:23:48.599720 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='288a65f5cdc4871d6a4c7ceb1e051acae1010d8b', luceneutil_git_rev='2ee39e9e4e2a376d0f050aedd44613ca3f67530d', index_vectors_file='/big/cohere-v3-wikipedia-en-scattered-1024d.docs.vec', search_vectors_file='/lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec', vector_dims=1024, do_force_merge=False, recall=0.975, cpu_time_ms=12.958, net_cpu_ms=13.575, avg_cpu_core_count=1.048, num_docs=8000000, top_k=100, fanout=100, max_conn=32, beam_width=100, quantize_desc='no', total_visited=63393, index_time_sec=3073.59, index_docs_per_sec=2602.82, force_merge_time_sec=0.0, index_num_segments=16, index_size_on_disk_mb=32011.98, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (8, {0: 0, 10: 1, 20: 2, 30: 3, 40: 3, 50: 3, 60: 3, 70: 4, 80: 4, 90: 4, 100: 5}), 2: (122, {0: 0, 10: 8, 20: 9, 30: 9, 40: 11, 50: 12, 60: 13, 70: 15, 80: 16, 90: 17, 100: 24}), 1: (3917, {0: 0, 10: 18, 20: 21, 30: 23, 40: 26, 50: 29, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (127738, {0: 0, 10: 20, 20: 24, 30: 28, 40: 32, 50: 36, 60: 41, 70: 48, 80: 57, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=5028, microseconds=599720)) Profiler summary for /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr Version: 2.1 Chunks: 164 Start: 2026-05-06 06:22:37 (UTC) Duration: 3495 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 104282877 1822369351 jdk.FileWrite 8317613 178506471 jdk.FileRead 3573736 83862022 jdk.BooleanFlag 81344 2583220 jdk.CPULoad 64853 1308626 jdk.ObjectAllocationInNewTLAB 41146 820780 jdk.Checkpoint 11781 33196114 jdk.UnsignedIntFlag 7872 267992 jdk.IntFlag 7216 264164 jdk.StringFlag 5576 217284 jdk.Compilation 1211 33123 jdk.ObjectAllocationOutsideTLAB 1059 19948 jdk.CPUInformation 164 246342 jdk.GCConfiguration 164 4278 jdk.JVMInformation 164 148598 jdk.Metadata 164 18126442 jdk.GarbageCollection 26 629 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr is 2042.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104282875 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 83.12% 86M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 9.09% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 2.32% 2M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.24% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 1.20% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.57% 597073 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.35% 362141 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.34% 359604 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.19% 197116 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 0.16% 169916 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.16% 162303 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.15% 159947 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.14% 146747 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.11% 114284 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.06% 64670 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.05% 55472 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.04% 46900 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.04% 44309 sun.nio.ch.NativeThread#current0() [Native code] 0.03% 36430 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.03% 34117 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] 0.03% 32710 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.03% 29110 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.03% 27648 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 25413 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [JIT compiled code] 0.02% 24846 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 24177 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.02% 22220 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.02% 21850 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.02% 20610 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.02% 19397 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.01% 14095 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 13865 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 13486 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] 0.01% 13465 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 13228 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] 0.01% 11493 sun.nio.ch.IOUtil#read():284 [JIT compiled code] 0.01% 10888 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10853 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 10515 java.util.Objects#checkIndex():365 [Inlined code] 0.01% 9502 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.01% 8676 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.01% 8305 java.util.DualPivotQuicksort#sort():238 [JIT compiled code] 0.01% 7936 jdk.jfr.internal.JVM#getStackTraceId() [Native code] 0.01% 7863 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeFloat32Vectors():172 [JIT compiled code] 0.01% 7056 org.apache.lucene.util.hnsw.NeighborArray#descSortFindRightMostInsertionPoint():283 [Inlined code] 0.01% 6951 org.apache.lucene.util.hnsw.HnswGraphBuilder#addVectors():213 [Inlined code] 0.01% 6080 org.apache.lucene.index.DocumentsWriterPerThread#ramBytesUsed():646 [Inlined code] 0.01% 5596 org.apache.lucene.index.DocumentsWriterFlushControl#nextPendingFlush():446 [Inlined code] 0.01% 5581 org.apache.lucene.search.TopScoreDocCollector#topDocsSize():179 [JIT compiled code] 0.01% 5467 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():438 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr is 2042.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104282875 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 77.35% 80M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 9.09% 9M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 5.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] 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 [JIT compiled code] 1.24% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 1.20% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.70% 734407 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.34% 359527 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.30% 312608 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.28% 295127 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.27% 284265 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.17% 172426 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] 0.16% 170578 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.16% 169655 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.16% 162238 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.07% 68734 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.07% 68025 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% 64670 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% 57467 org.apache.lucene.util.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.05% 51159 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 50920 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.05% 47773 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.04% 46900 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 [JIT compiled code] 0.04% 42002 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():101 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.03% 36381 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.03% 34117 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [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] 0.03% 32320 org.apache.lucene.util.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% 25159 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.02% 24519 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.02% 24177 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [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.02% 22220 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] 0.02% 21819 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.02% 21168 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% 20610 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.02% 19369 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.02% 18664 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% 18480 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] 0.02% 18477 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.0x0000000051171db0#accept() [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():59 [Inlined code] 0.02% 17751 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.02% 17574 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$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% 15701 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.01% 14679 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():248 [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.01% 13486 org.apache.lucene.index.LockableConcurrentApproximatePriorityQueue#lockAndPoll():44 [Inlined code] at org.apache.lucene.index.DocumentsWriterPerThreadPool#getAndLock():117 [Inlined code] at org.apache.lucene.index.DocumentsWriterFlushControl#obtainAndLock():528 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():417 [JIT compiled code] 0.01% 13175 jdk.jfr.internal.event.EventWriter#reserveEventSizeField():199 [Inlined code] at jdk.jfr.internal.event.EventWriter#beginEvent():245 [Inlined code] at jdk.internal.event.FileWriteEvent#commit() [JIT compiled code] at jdk.internal.event.FileWriteEvent#offer():69 [Inlined code] 0.01% 12758 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% 11493 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] 0.01% 11477 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 [JIT compiled code] 0.01% 11192 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [JIT compiled code] at java.util.Arrays#sort():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():173 [JIT compiled code] 0.01% 11113 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 0.01% 10909 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 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr is 2042.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 104282875 events (total: 104M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 65.26% 68M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] 8.60% 8M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 6.78% 7M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.0x000000005119a680#call() [Inlined code] 4.34% 4M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] 2.29% 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 [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 [Inlined code] 1.31% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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 [Inlined code] 1.05% 1M java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 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 [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.75% 781815 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.64% 672226 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 [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 [Inlined code] 0.52% 538105 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 [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 [Inlined code] 0.49% 514182 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 [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.0x000000005119a680#call() [Inlined code] 0.36% 376665 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.30% 317955 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():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.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.30% 316526 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 [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] 0.29% 300260 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 [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.27% 284219 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 [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] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.24% 250407 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] 0.23% 238245 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 [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.0x000000005119a680#call() [Inlined code] 0.21% 217294 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.16% 171724 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#insertSortedInternal():184 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#sort():164 [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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.14% 146189 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 [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.14% 142659 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.13% 134285 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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% 130268 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% 128002 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 [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.11% 119191 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005119abd8#run() [JIT compiled code] 0.11% 113543 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005119abd8#run() [JIT compiled code] 0.09% 90940 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.0x000000005107aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.08% 78715 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.0x000000005107aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.06% 65078 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 64737 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 [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% 64670 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.06% 62181 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 [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.06% 60485 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():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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.06% 57433 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.05% 50608 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.05% 48570 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.04% 46877 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 [JIT compiled 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.04% 46143 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.04% 44245 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():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.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.03% 36326 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.03% 35441 org.apache.lucene.util.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 [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.03% 33231 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.03% 31451 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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.03% 29549 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] 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.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.03% 27563 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.03% 27487 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 [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.0x000000005119a680#call() [Inlined code] 0.03% 27123 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.02% 25697 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [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] 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr is 2042.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42194 events (total: 236928M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 27.12% 64259M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 25.72% 60945M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 25.50% 60415M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 5.97% 14136M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 3.50% 8302M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.50% 5914M java.lang.Integer#valueOf():1006 [Inlined code] 1.83% 4333M java.util.Arrays#copyOf():3478 [Inlined code] 0.77% 1834M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.77% 1832M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.75% 1770M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.73% 1723M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.40% 952M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.35% 836M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.35% 828M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.23% 551M org.apache.lucene.util.SparseFixedBitSet#insertLong():230 [Inlined code] 0.20% 468M java.util.ArrayList#grow():240 [Inlined code] 0.20% 462M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.18% 418M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.17% 403M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.16% 371M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 358M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.13% 305M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.13% 301M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.13% 301M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.12% 289M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.12% 280M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.10% 230M java.util.HashMap#resize():711 [JIT compiled code] 0.09% 223M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.09% 220M java.util.HashMap#newNode():1910 [Inlined code] 0.09% 216M knn.IndexerThread#_run():119 [JIT compiled code] 0.09% 212M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.08% 183M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 182M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] 0.08% 178M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] 0.07% 170M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] 0.07% 169M knn.IndexerThread#_run():105 [JIT compiled code] 0.07% 166M org.apache.lucene.search.TopKnnCollector#topDocs():61 [Inlined code] 0.07% 166M org.apache.lucene.util.TernaryLongHeap#():68 [Inlined code] 0.07% 163M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.06% 137M org.apache.lucene.document.Document#():42 [Inlined code] 0.05% 126M java.util.List#of():935 [Inlined code] 0.05% 121M knn.IndexerThread#_run():83 [JIT compiled code] 0.05% 108M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.04% 99M java.lang.Thread#beforeSleep():473 [Inlined code] 0.04% 97M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 94M knn.KnnIndexer#createIndex():254 [Interpreted code] 0.04% 89M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.04% 89M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.04% 88M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.03% 78M org.apache.lucene.util.ArrayUtil#growExact():319 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr is 2042.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42194 events (total: 236928M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.02% 49798M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 20.71% 49078M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 16.70% 39563M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollector#():44 [JIT compiled code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [JIT compiled code] 10.42% 24695M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#():46 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollector#():44 [Interpreted code] at org.apache.lucene.search.TopScoreDocCollectorManager#newCollector():128 [Interpreted code] 5.97% 14136M 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.79% 11337M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.66% 11031M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.50% 5919M 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.47% 5858M 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.78% 4224M 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] 1.01% 2382M 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.77% 1832M 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.56% 1329M 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.31% 740M 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():2216 [JIT compiled code] 0.29% 696M 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.28% 673M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.28% 669M 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.24% 559M 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 [JIT compiled code] 0.23% 550M 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.21% 505M 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.21% 498M 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.20% 468M 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 [JIT compiled code] 0.20% 468M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.18% 418M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.13% 316M 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.13% 301M 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.13% 301M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.13% 298M 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% 289M 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% 280M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 0.11% 264M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.10% 237M 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.09% 216M knn.IndexerThread#_run():119 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.09% 212M 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% 209M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [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% 205M 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.09% 204M 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.08% 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] 0.08% 182M org.apache.lucene.util.ArrayUtil#growExact():400 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():412 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#push():79 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.08% 181M 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.0x0000000051092000#concat() [Inlined code] 0.08% 179M 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% 178M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():743 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Inlined code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Inlined code] 0.07% 177M 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% 169M knn.IndexerThread#_run():105 [JIT compiled code] at knn.IndexerThread#run():74 [Interpreted code] 0.07% 167M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 166M org.apache.lucene.search.TopKnnCollector#topDocs():61 [Inlined code] at org.apache.lucene.search.KnnFloatVectorQuery#approximateSearch():119 [JIT compiled code] at org.apache.lucene.search.AbstractKnnVectorQuery#getLeafResults():196 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#searchLeaf():177 [Inlined code] 0.07% 166M org.apache.lucene.util.ArrayUtil#growExact():436 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():448 [Inlined 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.07% 166M org.apache.lucene.util.TernaryLongHeap#():68 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#():60 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():149 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] 0.07% 158M 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% 155M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#putVal():638 [Inlined code] at java.util.HashMap#put():619 [Inlined code] at java.util.HashSet#add():230 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmFalse.jfr is 2042.76 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 42194 events (total: 236928M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.67% 39499M 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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 12.81% 30340M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] 12.72% 30135M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] 6.94% 16432M 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():1490 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 5.97% 14136M 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] 4.19% 9931M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.17% 9886M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.49% 8262M 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():1490 [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.47% 5858M 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.28% 5399M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [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 [Inlined code] 2.25% 5325M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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 [Inlined code] 1.78% 4224M 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.51% 3574M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000005119a680#call() [Inlined code] 1.44% 3418M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000005119a680#call() [Inlined code] 1.41% 3345M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.40% 3325M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.39% 3284M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.36% 3222M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 1.24% 2937M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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.91% 2151M 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.84% 1996M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.80% 1889M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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% 1691M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.67% 1586M 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] 0.57% 1360M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.52% 1240M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.31% 733M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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% 732M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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.29% 693M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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.26% 618M 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():2216 [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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] 0.26% 615M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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.25% 580M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [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.24% 578M 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.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#invokeAll():109 [JIT compiled code] 0.21% 498M 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.20% 473M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.20% 468M 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.20% 464M 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.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.18% 423M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.18% 418M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.18% 416M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.14% 325M 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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% 319M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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% 313M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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% 288M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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% 282M java.lang.reflect.Array#newInstance():76 [Inlined code] at org.apache.lucene.util.ArrayUtil#growExact():216 [Inlined code] at org.apache.lucene.util.ArrayUtil#grow():234 [JIT compiled code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():152 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 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.12% 278M 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 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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% 277M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#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.11% 268M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 265M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.10% 240M 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000005119a680#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Inlined code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] at org.apache.lucene.search.TaskExecutor$$Lambda.0x000000005119abd8#run() [JIT compiled 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.05.05.21.34.55/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.214s][info][jfr,startup] Started recording 1. [0.214s][info][jfr,startup] [0.214s][info][jfr,startup] Use jcmd 3247895 JFR.dump name=1 to copy recording data to file. maxConn = 32 Vector Dimensions: 1024 numDocs = 8000000 beamWidth = 100 similarity = DOT_PRODUCT Seed = 1539976254946288 index key = dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm Index Path = knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-fm will now reindex: index does not exist May 06, 2026 3:48: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: 250 segments, 29 merges 1335.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1070.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1038.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 984.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 923.9s _14h: 8 segs, 168.7 K docs, 672.2 MB 894.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 840.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 829.0s _164: 13 segs, 62.4 K docs, 247.2 MB 612.6s _19a: 8 segs, 73.9 K docs, 293.7 MB 535.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 461.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 418.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 397.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 375.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 339.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 223.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 200.3s _1de: 8 segs, 76.1 K docs, 302.2 MB 184.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 165.7s _1ds: 8 segs, 145.6 K docs, 579.8 MB 152.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 136.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 115.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 100.1s _1em: 8 segs, 75.0 K docs, 298.0 MB 77.2s _1ew: 8 segs, 39.7 K docs, 157.3 MB 62.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 40.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 18.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 4.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 5.0 sec: 250 segments, 29 merges 1340.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1075.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1043.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 989.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 928.9s _14h: 8 segs, 168.7 K docs, 672.2 MB 899.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 845.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 834.0s _164: 13 segs, 62.4 K docs, 247.2 MB 617.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 540.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 466.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 423.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 402.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 380.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 344.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 228.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 205.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 189.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 170.7s _1ds: 8 segs, 145.6 K docs, 579.8 MB 157.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 141.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 120.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 105.2s _1em: 8 segs, 75.0 K docs, 298.0 MB 82.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 67.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 45.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 23.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 9.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 5.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 10.0 sec: 250 segments, 29 merges 1345.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1080.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1048.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 994.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 934.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 904.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 850.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 839.0s _164: 13 segs, 62.4 K docs, 247.2 MB 622.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 545.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 471.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 428.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 407.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 385.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 349.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 233.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 210.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 194.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 175.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 162.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 146.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 125.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 110.2s _1em: 8 segs, 75.0 K docs, 298.0 MB 87.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 72.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 50.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 29.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 14.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 10.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 15.0 sec: 243 segments, 28 merges 1350.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1085.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1053.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 999.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 939.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 909.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 855.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 844.0s _164: 13 segs, 62.4 K docs, 247.2 MB 627.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 550.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 476.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 433.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 412.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 390.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 354.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 238.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 215.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 199.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 180.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 167.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 151.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 130.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 92.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 77.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 55.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 34.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 19.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 15.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 20.0 sec: 243 segments, 28 merges 1355.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1090.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1058.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1004.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 944.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 914.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 860.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 849.0s _164: 13 segs, 62.4 K docs, 247.2 MB 632.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 555.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 481.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 438.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 417.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 395.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 359.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 243.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 220.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 205.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 185.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 172.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 156.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 135.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 97.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 82.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 60.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 39.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 24.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 20.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 25.0 sec: 243 segments, 28 merges 1360.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1095.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1063.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1009.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 949.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 919.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 865.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 854.0s _164: 13 segs, 62.4 K docs, 247.2 MB 637.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 560.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 486.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 443.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 422.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 400.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 364.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 248.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 225.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 210.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 190.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 177.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 161.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 140.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 102.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 87.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 65.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 44.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 29.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 25.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 30.1 sec: 243 segments, 28 merges 1365.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1100.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1068.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1014.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 954.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 924.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 870.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 859.0s _164: 13 segs, 62.4 K docs, 247.2 MB 642.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 565.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 491.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 448.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 427.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 406.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 369.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 253.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 230.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 215.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 195.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 182.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 166.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 145.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 107.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 92.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 70.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 49.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 34.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 30.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 35.1 sec: 243 segments, 28 merges 1370.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1105.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1073.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1019.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 959.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 929.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 875.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 864.0s _164: 13 segs, 62.4 K docs, 247.2 MB 647.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 570.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 496.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 453.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 432.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 411.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 374.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 258.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 235.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 220.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 200.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 187.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 171.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 150.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 112.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 97.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 75.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 54.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 39.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 35.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 40.1 sec: 243 segments, 28 merges 1375.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1110.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1078.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1024.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 964.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 934.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 880.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 869.0s _164: 13 segs, 62.4 K docs, 247.2 MB 652.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 575.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 501.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 458.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 437.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 416.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 379.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 263.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 240.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 225.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 205.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 192.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 176.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 155.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 117.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 102.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 80.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 59.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 44.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 40.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 45.1 sec: 243 segments, 28 merges 1380.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1115.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1083.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1029.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 969.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 939.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 885.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 874.0s _164: 13 segs, 62.4 K docs, 247.2 MB 657.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 580.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 506.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 463.9s _1b5: 8 segs, 119.2 K docs, 474.3 MB 442.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 421.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 384.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 268.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 245.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 230.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 210.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 197.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 181.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 160.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 122.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 107.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 85.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 64.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 49.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 45.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 50.1 sec: 243 segments, 28 merges 1385.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1120.8s _123: 8 segs, 179.7 K docs, 716.1 MB 1088.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1034.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 974.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 944.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 890.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 879.0s _164: 13 segs, 62.4 K docs, 247.2 MB 662.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 585.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 511.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 468.9s _1b5: 8 segs, 119.2 K docs, 474.3 MB 447.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 426.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 390.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 273.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 250.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 235.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 215.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 202.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 186.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 165.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 127.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 112.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 90.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 69.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 54.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 50.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 55.0 sec: 243 segments, 28 merges 1390.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1125.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1093.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1039.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 978.9s _14h: 8 segs, 168.7 K docs, 672.2 MB 949.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 895.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 884.0s _164: 13 segs, 62.4 K docs, 247.2 MB 667.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 590.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 516.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 473.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 452.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 430.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 394.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 278.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 255.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 239.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 220.7s _1ds: 8 segs, 145.6 K docs, 579.8 MB 207.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 191.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 170.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 132.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 117.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 95.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 73.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 59.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 55.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 60.0 sec: 243 segments, 28 merges 1395.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1130.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1098.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1044.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 983.9s _14h: 8 segs, 168.7 K docs, 672.2 MB 954.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 900.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 889.0s _164: 13 segs, 62.4 K docs, 247.2 MB 672.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 595.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 521.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 478.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 457.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 435.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 399.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 283.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 260.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 244.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 225.7s _1ds: 8 segs, 145.6 K docs, 579.8 MB 212.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 196.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 175.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 137.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 122.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 100.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 78.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 64.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 60.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 65.0 sec: 243 segments, 28 merges 1400.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1135.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1103.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1049.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 989.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 959.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 905.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 894.0s _164: 13 segs, 62.4 K docs, 247.2 MB 677.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 600.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 526.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 483.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 462.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 440.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 404.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 288.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 265.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 249.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 230.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 217.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 201.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 180.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 142.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 127.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 105.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 84.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 69.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 65.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 70.0 sec: 243 segments, 28 merges 1405.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1140.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1108.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1054.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 994.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 964.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 910.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 899.0s _164: 13 segs, 62.4 K docs, 247.2 MB 682.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 605.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 531.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 488.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 467.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 445.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 409.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 293.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 270.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 254.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 235.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 222.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 206.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 185.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 147.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 132.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 110.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 89.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 74.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 70.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 75.0 sec: 243 segments, 28 merges 1410.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1145.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1113.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1059.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 999.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 969.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 915.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 904.0s _164: 13 segs, 62.4 K docs, 247.2 MB 687.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 610.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 536.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 493.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 472.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 450.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 414.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 298.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 275.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 260.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 240.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 227.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 211.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 190.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 152.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 137.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 115.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 94.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 79.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 75.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 80.0 sec: 243 segments, 28 merges 1415.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1150.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1118.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1064.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1004.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 974.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 920.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 909.0s _164: 13 segs, 62.4 K docs, 247.2 MB 692.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 615.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 541.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 498.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 477.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 455.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 419.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 303.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 280.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 265.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 245.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 232.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 216.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 195.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 157.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 142.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 120.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 99.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 84.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 80.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 85.1 sec: 243 segments, 28 merges 1420.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1155.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1123.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1069.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1009.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 979.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 925.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 914.0s _164: 13 segs, 62.4 K docs, 247.2 MB 697.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 620.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 546.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 503.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 482.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 461.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 424.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 308.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 285.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 270.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 250.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 237.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 221.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 200.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 162.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 147.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 125.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 104.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 89.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 85.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 90.1 sec: 243 segments, 28 merges 1425.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1160.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1128.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1074.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1014.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 984.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 930.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 919.0s _164: 13 segs, 62.4 K docs, 247.2 MB 702.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 625.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 551.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 508.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 487.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 466.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 429.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 313.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 290.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 275.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 255.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 242.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 226.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 205.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 167.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 152.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 130.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 109.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 94.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 90.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 95.1 sec: 243 segments, 28 merges 1430.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1165.8s _123: 8 segs, 179.7 K docs, 716.1 MB 1133.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1079.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1019.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 989.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 935.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 924.0s _164: 13 segs, 62.4 K docs, 247.2 MB 707.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 630.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 556.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 513.9s _1b5: 8 segs, 119.2 K docs, 474.3 MB 492.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 471.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 435.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 318.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 295.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 280.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 260.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 247.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 231.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 210.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 172.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 157.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 135.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 114.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 99.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 95.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 100.1 sec: 243 segments, 28 merges 1435.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1170.8s _123: 8 segs, 179.7 K docs, 716.1 MB 1138.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1084.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1024.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 994.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 940.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 929.1s _164: 13 segs, 62.4 K docs, 247.2 MB 712.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 635.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 561.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 518.9s _1b5: 8 segs, 119.2 K docs, 474.3 MB 497.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 476.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 440.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 323.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 300.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 285.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 265.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 252.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 236.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 215.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 177.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 162.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 140.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 119.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 104.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 100.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 105.0 sec: 243 segments, 28 merges 1440.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1175.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1143.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1089.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1029.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 999.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 945.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 934.0s _164: 13 segs, 62.4 K docs, 247.2 MB 717.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 640.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 566.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 523.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 502.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 480.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 444.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 328.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 305.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 289.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 270.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 257.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 241.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 220.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 182.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 167.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 145.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 124.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 109.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 105.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 110.0 sec: 243 segments, 28 merges 1445.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1180.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1148.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1094.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1034.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1004.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 950.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 939.0s _164: 13 segs, 62.4 K docs, 247.2 MB 722.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 645.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 571.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 528.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 507.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 485.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 449.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 333.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 310.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 294.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 275.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 262.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 246.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 225.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 187.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 172.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 150.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 129.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 114.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 110.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 115.0 sec: 243 segments, 28 merges 1450.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1185.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1153.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1099.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1039.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1009.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 955.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 944.0s _164: 13 segs, 62.4 K docs, 247.2 MB 727.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 650.8s _1a0: 8 segs, 73.9 K docs, 293.7 MB 576.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 533.8s _1b5: 8 segs, 119.2 K docs, 474.3 MB 512.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 490.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 454.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 338.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 315.4s _1de: 8 segs, 76.1 K docs, 302.2 MB 300.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 280.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 267.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 251.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 230.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 192.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 177.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 155.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 134.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 119.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 115.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 120.1 sec: 229 segments, 26 merges 1455.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1190.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1158.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1104.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1044.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1014.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 960.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 949.0s _164: 13 segs, 62.4 K docs, 247.2 MB 732.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 655.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 581.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 517.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 496.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 459.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 343.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 305.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 285.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 272.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 256.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 235.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 197.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 182.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 160.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 139.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 124.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 120.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 125.1 sec: 229 segments, 26 merges 1460.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1195.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1163.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1109.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1049.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1019.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 965.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 954.0s _164: 13 segs, 62.4 K docs, 247.2 MB 737.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 660.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 586.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 522.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 501.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 464.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 348.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 310.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 290.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 277.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 261.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 240.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 202.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 187.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 165.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 144.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 129.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 125.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 130.1 sec: 229 segments, 26 merges 1465.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1200.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1168.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1114.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1054.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1024.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 970.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 959.0s _164: 13 segs, 62.4 K docs, 247.2 MB 742.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 665.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 591.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 527.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 506.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 469.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 353.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 315.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 295.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 282.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 266.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 245.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 207.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 192.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 170.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 149.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 134.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 130.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 135.1 sec: 229 segments, 26 merges 1470.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1205.8s _123: 8 segs, 179.7 K docs, 716.1 MB 1173.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1119.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1059.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1029.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 975.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 964.0s _164: 13 segs, 62.4 K docs, 247.2 MB 747.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 670.9s _1a0: 8 segs, 73.9 K docs, 293.7 MB 596.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 532.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 511.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 475.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 358.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 320.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 300.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 287.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 271.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 250.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 212.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 197.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 175.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 154.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 139.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 135.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 140.1 sec: 222 segments, 25 merges 1475.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1210.8s _123: 8 segs, 179.7 K docs, 716.1 MB 1178.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1124.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1064.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1034.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 980.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 969.1s _164: 13 segs, 62.4 K docs, 247.2 MB 752.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 601.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 537.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 516.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 480.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 363.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 325.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 305.8s _1ds: 8 segs, 145.6 K docs, 579.8 MB 292.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 276.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 255.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 217.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 202.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 180.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 159.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 144.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 140.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 145.0 sec: 222 segments, 25 merges 1480.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1215.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1183.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1129.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1069.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1039.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 985.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 974.0s _164: 13 segs, 62.4 K docs, 247.2 MB 757.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 606.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 542.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 520.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 484.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 368.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 329.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 310.7s _1ds: 8 segs, 145.6 K docs, 579.8 MB 297.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 281.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 260.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 222.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 207.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 185.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 163.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 149.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 145.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 150.0 sec: 215 segments, 24 merges 1485.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1220.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1188.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1134.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1074.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1044.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 990.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 979.0s _164: 13 segs, 62.4 K docs, 247.2 MB 762.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 611.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 547.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 525.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 489.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 373.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 334.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 302.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 286.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 265.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 227.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 212.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 190.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 169.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 154.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 150.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 155.0 sec: 215 segments, 24 merges 1490.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1225.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1193.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1139.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1079.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1049.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 995.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 984.0s _164: 13 segs, 62.4 K docs, 247.2 MB 767.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 616.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 552.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 530.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 494.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 378.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 340.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 307.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 291.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 270.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 232.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 217.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 195.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 174.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 159.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 155.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 160.0 sec: 215 segments, 24 merges 1495.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1230.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1198.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1144.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1084.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1054.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1000.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 989.0s _164: 13 segs, 62.4 K docs, 247.2 MB 772.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 621.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 557.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 535.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 499.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 383.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 345.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 312.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 296.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 275.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 237.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 222.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 200.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 179.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 164.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 160.0s _1fs: 10 segs, 35.0 K docs, 138.3 MB 165.1 sec: 215 segments, 24 merges 1500.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1235.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1203.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1149.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1089.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1059.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1005.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 994.0s _164: 13 segs, 62.4 K docs, 247.2 MB 777.7s _19a: 8 segs, 73.9 K docs, 293.7 MB 626.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 562.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 541.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 504.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 388.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 350.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 317.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 301.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 280.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 242.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 227.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 205.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 184.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 169.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 165.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 170.1 sec: 208 segments, 23 merges 1505.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1240.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1208.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1154.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1094.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1064.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1010.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 999.0s _164: 13 segs, 62.4 K docs, 247.2 MB 631.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 567.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 546.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 509.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 393.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 355.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 322.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 306.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 285.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 247.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 232.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 210.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 189.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 174.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 170.1s _1fs: 10 segs, 35.0 K docs, 138.3 MB 175.1 sec: 199 segments, 22 merges 1510.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1245.8s _123: 8 segs, 179.7 K docs, 716.1 MB 1213.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1159.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1099.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1069.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1015.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1004.0s _164: 13 segs, 62.4 K docs, 247.2 MB 636.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 572.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 551.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 515.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 398.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 360.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 327.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 311.2s _1e6: 8 segs, 78.6 K docs, 312.4 MB 290.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 252.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 237.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 215.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 194.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 179.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 180.1 sec: 192 segments, 21 merges 1515.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1250.8s _123: 8 segs, 179.7 K docs, 716.1 MB 1218.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1164.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1104.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1074.1s _14y: 8 segs, 194.9 K docs, 777.0 MB 1020.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1009.1s _164: 13 segs, 62.4 K docs, 247.2 MB 641.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 577.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 556.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 520.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 403.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 365.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 332.3s _1dy: 8 segs, 151.9 K docs, 605.0 MB 295.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 257.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 242.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 220.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 199.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 184.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 185.0 sec: 192 segments, 21 merges 1520.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1255.7s _123: 8 segs, 179.7 K docs, 716.1 MB 1223.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1169.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1108.9s _14h: 8 segs, 168.7 K docs, 672.2 MB 1079.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1025.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1014.0s _164: 13 segs, 62.4 K docs, 247.2 MB 646.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 582.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 560.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 524.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 408.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 369.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 337.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 300.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 262.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 247.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 225.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 203.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 189.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 190.0 sec: 185 segments, 21 merges 1525.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1228.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1174.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1114.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1084.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1030.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1019.0s _164: 13 segs, 62.4 K docs, 247.2 MB 651.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 587.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 565.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 529.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 413.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 374.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 342.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 305.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 267.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 252.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 230.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 209.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 194.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 3.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 195.0 sec: 185 segments, 21 merges 1530.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1233.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1179.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1119.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1089.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1035.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1024.0s _164: 13 segs, 62.4 K docs, 247.2 MB 656.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 592.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 570.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 534.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 418.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 379.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 347.2s _1dy: 8 segs, 151.9 K docs, 605.0 MB 310.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 272.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 257.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 235.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 214.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 199.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 8.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 200.0 sec: 178 segments, 20 merges 1535.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1238.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1184.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1124.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1094.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1040.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1029.0s _164: 13 segs, 62.4 K docs, 247.2 MB 661.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 597.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 575.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 539.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 423.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 385.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 315.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 277.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 262.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 240.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 219.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 204.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 13.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 205.0 sec: 178 segments, 20 merges 1540.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1243.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1189.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1129.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1099.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1045.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1034.0s _164: 13 segs, 62.4 K docs, 247.2 MB 666.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 602.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 580.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 544.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 428.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 390.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 320.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 282.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 267.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 245.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 224.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 209.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 18.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 210.1 sec: 178 segments, 20 merges 1545.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1248.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1194.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1134.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1104.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1050.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1039.0s _164: 13 segs, 62.4 K docs, 247.2 MB 671.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 607.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 586.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 549.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 433.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 395.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 325.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 287.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 272.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 250.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 229.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 214.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 23.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 215.1 sec: 178 segments, 20 merges 1550.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1253.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1199.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1139.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1109.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1055.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1044.0s _164: 13 segs, 62.4 K docs, 247.2 MB 676.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 612.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 591.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 554.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 438.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 400.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 330.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 292.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 277.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 255.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 234.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 219.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 28.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 220.1 sec: 178 segments, 20 merges 1555.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1258.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1204.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1144.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1114.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1060.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1049.0s _164: 13 segs, 62.4 K docs, 247.2 MB 681.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 617.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 596.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 559.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 443.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 405.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 335.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 297.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 282.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 260.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 239.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 224.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 33.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 225.1 sec: 178 segments, 20 merges 1560.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1263.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1209.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1149.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1119.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1065.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1054.1s _164: 13 segs, 62.4 K docs, 247.2 MB 686.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 622.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 601.0s _1bl: 8 segs, 37.2 K docs, 147.1 MB 565.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 448.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 410.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 340.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 302.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 287.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 265.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 244.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 229.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 38.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 230.0 sec: 178 segments, 20 merges 1565.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1268.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1214.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1153.9s _14h: 8 segs, 168.7 K docs, 672.2 MB 1124.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1070.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1059.0s _164: 13 segs, 62.4 K docs, 247.2 MB 691.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 627.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 605.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 569.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 453.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 414.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 345.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 307.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 292.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 270.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 248.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 234.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 43.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 235.0 sec: 178 segments, 20 merges 1570.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1273.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1219.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1159.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1129.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1075.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1064.0s _164: 13 segs, 62.4 K docs, 247.2 MB 696.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 632.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 610.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 574.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 458.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 419.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 350.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 312.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 297.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 275.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 254.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 239.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 48.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 240.0 sec: 178 segments, 20 merges 1575.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1278.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1224.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1164.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1134.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1080.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1069.0s _164: 13 segs, 62.4 K docs, 247.2 MB 701.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 637.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 615.9s _1bl: 8 segs, 37.2 K docs, 147.1 MB 579.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 463.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 425.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 355.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 317.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 302.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 280.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 259.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 244.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 53.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 245.0 sec: 171 segments, 19 merges 1580.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1283.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1229.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1169.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1139.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1085.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1074.0s _164: 13 segs, 62.4 K docs, 247.2 MB 706.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 642.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 584.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 468.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 430.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 360.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 322.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 307.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 285.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 264.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 249.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 58.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 250.1 sec: 171 segments, 19 merges 1585.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1288.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1234.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1174.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1144.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1090.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1079.0s _164: 13 segs, 62.4 K docs, 247.2 MB 711.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 647.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 589.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 473.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 435.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 365.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 327.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 312.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 290.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 269.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 254.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 63.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 255.1 sec: 171 segments, 19 merges 1590.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1293.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1239.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1179.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1149.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1095.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1084.0s _164: 13 segs, 62.4 K docs, 247.2 MB 716.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 652.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 594.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 478.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 440.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 370.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 332.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 317.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 295.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 274.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 259.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 68.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 260.1 sec: 171 segments, 19 merges 1595.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1298.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1244.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1184.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1154.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1100.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1089.0s _164: 13 segs, 62.4 K docs, 247.2 MB 721.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 657.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 600.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 483.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 445.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 375.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 337.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 322.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 300.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 279.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 264.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 73.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 265.1 sec: 171 segments, 19 merges 1600.5s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1303.1s _12j: 8 segs, 175.4 K docs, 699.3 MB 1249.2s _13e: 8 segs, 153.4 K docs, 611.3 MB 1189.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1159.1s _14y: 8 segs, 194.9 K docs, 777.0 MB 1105.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1094.1s _164: 13 segs, 62.4 K docs, 247.2 MB 726.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 662.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 605.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 488.1s _1d6: 8 segs, 74.1 K docs, 294.5 MB 450.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 380.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 342.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 327.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 305.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 284.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 269.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 78.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 270.0 sec: 171 segments, 19 merges 1605.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1308.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1254.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1193.9s _14h: 8 segs, 168.7 K docs, 672.2 MB 1164.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1110.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1099.0s _164: 13 segs, 62.4 K docs, 247.2 MB 731.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 667.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 609.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 493.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 454.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 385.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 347.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 332.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 310.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 288.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 274.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 83.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 275.0 sec: 171 segments, 19 merges 1610.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1313.0s _12j: 8 segs, 175.4 K docs, 699.3 MB 1259.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1199.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1169.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1115.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1104.0s _164: 13 segs, 62.4 K docs, 247.2 MB 736.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 672.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 614.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 498.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 459.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 390.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 352.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 337.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 315.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 293.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 279.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 88.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 280.0 sec: 164 segments, 18 merges 1615.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1264.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1204.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1174.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1120.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1109.0s _164: 13 segs, 62.4 K docs, 247.2 MB 741.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 677.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 619.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 503.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 464.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 395.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 357.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 342.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 320.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 299.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 284.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 93.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 285.0 sec: 164 segments, 18 merges 1620.4s _yw: 8 segs, 1156.2 K docs, 4619.7 MB 1269.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1209.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1179.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1125.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1114.0s _164: 13 segs, 62.4 K docs, 247.2 MB 746.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 682.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 624.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 508.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 469.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 400.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 362.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 347.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 325.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 304.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 289.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 98.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 290.0 sec: 157 segments, 17 merges 1274.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1214.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1184.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1130.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1119.0s _164: 13 segs, 62.4 K docs, 247.2 MB 751.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 687.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 629.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 513.0s _1d6: 8 segs, 74.1 K docs, 294.5 MB 475.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 405.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 367.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 352.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 330.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 309.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 294.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 103.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 295.0 sec: 150 segments, 16 merges 1279.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1219.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1189.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1135.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1124.0s _164: 13 segs, 62.4 K docs, 247.2 MB 756.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 692.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 634.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 480.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 410.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 372.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 357.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 335.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 314.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 299.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 108.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 300.0 sec: 150 segments, 16 merges 1284.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1224.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1194.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1140.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1129.0s _164: 13 segs, 62.4 K docs, 247.2 MB 761.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 697.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 639.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 485.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 415.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 377.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 362.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 340.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 319.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 304.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 113.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 305.1 sec: 150 segments, 16 merges 1289.1s _13e: 8 segs, 153.4 K docs, 611.3 MB 1229.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1199.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1145.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1134.0s _164: 13 segs, 62.4 K docs, 247.2 MB 766.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 702.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 644.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 490.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 420.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 382.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 367.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 345.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 324.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 309.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 118.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 310.1 sec: 143 segments, 15 merges 1234.0s _14h: 8 segs, 168.7 K docs, 672.2 MB 1204.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1150.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1139.0s _164: 13 segs, 62.4 K docs, 247.2 MB 771.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 707.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 649.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 495.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 425.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 387.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 372.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 350.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 329.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 314.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 123.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 315.1 sec: 136 segments, 14 merges 1209.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1155.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1144.1s _164: 13 segs, 62.4 K docs, 247.2 MB 776.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 712.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 655.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 500.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 430.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 392.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 377.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 355.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 334.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 319.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 128.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 320.1 sec: 136 segments, 14 merges 1214.1s _14y: 8 segs, 194.9 K docs, 777.0 MB 1160.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1149.1s _164: 13 segs, 62.4 K docs, 247.2 MB 781.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 717.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 660.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 505.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 435.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 397.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 382.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 360.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 339.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 324.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 133.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 325.0 sec: 136 segments, 14 merges 1219.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1165.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1154.0s _164: 13 segs, 62.4 K docs, 247.2 MB 786.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 722.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 664.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 509.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 440.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 402.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 387.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 365.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 343.9s _1fk: 8 segs, 72.7 K docs, 288.8 MB 329.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 138.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 330.0 sec: 136 segments, 14 merges 1224.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1170.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1159.0s _164: 13 segs, 62.4 K docs, 247.2 MB 791.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 727.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 669.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 514.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 445.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 407.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 392.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 370.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 349.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 334.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 143.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 335.0 sec: 136 segments, 14 merges 1229.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1175.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1164.0s _164: 13 segs, 62.4 K docs, 247.2 MB 796.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 732.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 674.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 519.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 450.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 412.3s _1ew: 8 segs, 39.7 K docs, 157.3 MB 397.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 375.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 354.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 339.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 148.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 340.0 sec: 129 segments, 13 merges 1234.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1180.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1169.0s _164: 13 segs, 62.4 K docs, 247.2 MB 801.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 737.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 679.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 524.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 455.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 402.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 380.6s _1fb: 8 segs, 37.8 K docs, 149.8 MB 359.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 344.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 153.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 345.0 sec: 129 segments, 13 merges 1239.0s _14y: 8 segs, 194.9 K docs, 777.0 MB 1185.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1174.0s _164: 13 segs, 62.4 K docs, 247.2 MB 806.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 742.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 684.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 530.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 460.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 407.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 385.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 364.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 349.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 158.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 350.0 sec: 122 segments, 13 merges 1190.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1179.0s _164: 13 segs, 62.4 K docs, 247.2 MB 811.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 747.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 689.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 535.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 465.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 412.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 390.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 369.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 354.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 163.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 1.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 355.0 sec: 122 segments, 13 merges 1195.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1184.0s _164: 13 segs, 62.4 K docs, 247.2 MB 816.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 752.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 694.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 540.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 470.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 417.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 395.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 374.0s _1fk: 8 segs, 72.7 K docs, 288.8 MB 359.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 168.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 6.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 360.1 sec: 115 segments, 12 merges 1200.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1189.0s _164: 13 segs, 62.4 K docs, 247.2 MB 821.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 757.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 699.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 545.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 475.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 422.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 400.7s _1fb: 8 segs, 37.8 K docs, 149.8 MB 364.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 173.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 11.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 365.1 sec: 108 segments, 11 merges 1205.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1194.0s _164: 13 segs, 62.4 K docs, 247.2 MB 826.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 762.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 704.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 550.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 480.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 427.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 369.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 178.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 16.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 370.1 sec: 108 segments, 11 merges 1210.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1199.0s _164: 13 segs, 62.4 K docs, 247.2 MB 831.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 767.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 709.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 555.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 485.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 432.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 374.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 183.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 21.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 375.1 sec: 108 segments, 11 merges 1215.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1204.0s _164: 13 segs, 62.4 K docs, 247.2 MB 836.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 772.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 714.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 560.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 490.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 437.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 379.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 188.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 26.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 380.1 sec: 108 segments, 11 merges 1220.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1209.0s _164: 13 segs, 62.4 K docs, 247.2 MB 841.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 777.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 719.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 565.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 495.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 442.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 384.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 193.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 31.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 385.1 sec: 108 segments, 11 merges 1225.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1214.0s _164: 13 segs, 62.4 K docs, 247.2 MB 846.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 782.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 725.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 570.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 500.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 447.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 389.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 198.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 36.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 390.1 sec: 108 segments, 11 merges 1230.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1219.0s _164: 13 segs, 62.4 K docs, 247.2 MB 851.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 787.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 730.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 575.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 505.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 452.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 394.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 203.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 41.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 395.1 sec: 108 segments, 11 merges 1235.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1224.1s _164: 13 segs, 62.4 K docs, 247.2 MB 856.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 792.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 735.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 580.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 510.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 457.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 399.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 208.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 46.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 400.1 sec: 108 segments, 11 merges 1240.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1229.1s _164: 13 segs, 62.4 K docs, 247.2 MB 861.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 797.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 740.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 585.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 515.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 462.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 404.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 213.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 51.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 405.1 sec: 108 segments, 11 merges 1245.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1234.1s _164: 13 segs, 62.4 K docs, 247.2 MB 866.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 802.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 745.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 590.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 520.7s _1ef: 8 segs, 40.4 K docs, 160.0 MB 467.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 409.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 218.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 56.4s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 410.0 sec: 108 segments, 11 merges 1250.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1239.0s _164: 13 segs, 62.4 K docs, 247.2 MB 871.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 807.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 749.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 594.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 525.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 472.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 414.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 223.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 61.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 415.0 sec: 96 segments, 10 merges 1255.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 876.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 812.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 754.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 599.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 530.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 477.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 419.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 228.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 66.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 420.0 sec: 96 segments, 10 merges 1260.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 881.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 817.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 759.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 604.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 535.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 482.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 424.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 233.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 71.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 425.0 sec: 96 segments, 10 merges 1265.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 886.7s _1ap: 8 segs, 115.6 K docs, 460.2 MB 822.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 764.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 609.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 540.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 487.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 429.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 238.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 76.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 430.0 sec: 96 segments, 10 merges 1270.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 891.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 827.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 769.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 614.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 545.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 492.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 434.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 243.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 81.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 435.0 sec: 96 segments, 10 merges 1275.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 896.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 832.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 774.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 619.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 550.6s _1ef: 8 segs, 40.4 K docs, 160.0 MB 497.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 439.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 248.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 86.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 440.0 sec: 89 segments, 9 merges 1280.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 901.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 837.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 779.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 625.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 502.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 444.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 253.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 91.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 445.0 sec: 89 segments, 9 merges 1285.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 906.8s _1ap: 8 segs, 115.6 K docs, 460.2 MB 842.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 784.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 630.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 507.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 449.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 258.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 96.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 450.0 sec: 82 segments, 8 merges 1290.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 847.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 789.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 635.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 512.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 454.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 263.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 101.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 455.0 sec: 82 segments, 8 merges 1295.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 852.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 794.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 640.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 517.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 459.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 268.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 106.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 460.0 sec: 82 segments, 8 merges 1300.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 857.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 799.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 645.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 522.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 464.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 273.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 111.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 465.1 sec: 82 segments, 8 merges 1305.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 862.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 804.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 650.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 527.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 469.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 278.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 116.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 470.1 sec: 82 segments, 8 merges 1310.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 867.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 809.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 655.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 532.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 474.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 283.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 121.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 475.1 sec: 82 segments, 8 merges 1315.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 872.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 814.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 660.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 537.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 479.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 288.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 126.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 480.1 sec: 82 segments, 8 merges 1320.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 877.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 819.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 665.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 542.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 484.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 293.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 131.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 485.1 sec: 82 segments, 8 merges 1325.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 882.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 824.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 670.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 547.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 489.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 298.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 136.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 490.1 sec: 82 segments, 8 merges 1330.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 887.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 830.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 675.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 552.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 494.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 303.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 141.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 495.1 sec: 82 segments, 8 merges 1335.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 892.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 835.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 680.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 557.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 499.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 308.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 146.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 500.1 sec: 82 segments, 8 merges 1340.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 897.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 840.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 685.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 562.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 504.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 313.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 151.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 505.1 sec: 82 segments, 8 merges 1345.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 902.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 845.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 690.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 567.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 509.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 318.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 156.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 510.1 sec: 82 segments, 8 merges 1350.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 907.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 850.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 695.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 572.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 514.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 323.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 161.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 515.1 sec: 82 segments, 8 merges 1355.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 912.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 855.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 700.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 577.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 519.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 328.4s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 166.4s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 520.0 sec: 82 segments, 8 merges 1360.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 917.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 859.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 704.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 582.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 524.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 333.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 171.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 525.0 sec: 82 segments, 8 merges 1365.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 922.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 864.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 709.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 587.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 529.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 338.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 176.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 530.0 sec: 82 segments, 8 merges 1370.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 927.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 869.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 714.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 592.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 534.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 343.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 181.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 535.0 sec: 82 segments, 8 merges 1375.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 932.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 874.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 719.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 597.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 539.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 348.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 186.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 540.0 sec: 82 segments, 8 merges 1380.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 937.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 879.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 724.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 602.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 544.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 353.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 191.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 545.0 sec: 82 segments, 8 merges 1385.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 942.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 884.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 729.9s _1dl: 8 segs, 138.0 K docs, 549.6 MB 607.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 549.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 358.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 196.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 550.0 sec: 82 segments, 8 merges 1390.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 947.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 889.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 735.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 612.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 554.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 363.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 201.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 555.0 sec: 82 segments, 8 merges 1395.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 952.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 894.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 740.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 617.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 559.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 368.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 206.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 560.0 sec: 82 segments, 8 merges 1400.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 957.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 899.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 745.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 622.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 564.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 373.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 211.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 565.0 sec: 82 segments, 8 merges 1405.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 962.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 904.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 750.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 627.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 569.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 378.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 216.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 570.1 sec: 82 segments, 8 merges 1410.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 967.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 909.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 755.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 632.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 574.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 383.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 221.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 575.1 sec: 82 segments, 8 merges 1415.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 972.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 914.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 760.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 637.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 579.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 388.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 226.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 580.1 sec: 82 segments, 8 merges 1420.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 977.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 919.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 765.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 642.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 584.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 393.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 231.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 585.1 sec: 82 segments, 8 merges 1425.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 982.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 924.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 770.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 647.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 589.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 398.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 236.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 590.1 sec: 82 segments, 8 merges 1430.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 987.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 929.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 775.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 652.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 594.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 403.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 241.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 595.1 sec: 82 segments, 8 merges 1435.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 992.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 935.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 780.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 657.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 599.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 408.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 246.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 600.1 sec: 82 segments, 8 merges 1440.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 997.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 940.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 785.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 662.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 604.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 413.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 251.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 605.1 sec: 82 segments, 8 merges 1445.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1002.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 945.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 790.0s _1dl: 8 segs, 138.0 K docs, 549.6 MB 667.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 609.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 418.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 256.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 610.1 sec: 75 segments, 7 merges 1450.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1007.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 950.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 672.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 614.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 423.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 261.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 615.1 sec: 75 segments, 7 merges 1455.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1012.1s _1bc: 8 segs, 106.6 K docs, 423.9 MB 955.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 677.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 619.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 428.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 266.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 620.0 sec: 75 segments, 7 merges 1460.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1017.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 959.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 682.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 624.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 433.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 271.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 625.0 sec: 75 segments, 7 merges 1465.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1022.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 964.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 687.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 629.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 438.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 276.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 630.0 sec: 75 segments, 7 merges 1470.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1027.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 969.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 692.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 634.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 443.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 281.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 635.0 sec: 75 segments, 7 merges 1475.6s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1032.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 974.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 697.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 639.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 448.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 286.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 640.0 sec: 75 segments, 7 merges 1480.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1037.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 979.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 702.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 644.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 453.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 291.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 645.0 sec: 75 segments, 7 merges 1485.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1042.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 984.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 707.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 649.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 458.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 296.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 650.0 sec: 75 segments, 7 merges 1490.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1047.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 989.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 712.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 654.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 463.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 301.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 655.0 sec: 75 segments, 7 merges 1495.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1052.0s _1bc: 8 segs, 106.6 K docs, 423.9 MB 994.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 717.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 659.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 468.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 306.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 660.0 sec: 68 segments, 6 merges 1500.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 999.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 722.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 664.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 473.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 311.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 665.0 sec: 68 segments, 6 merges 1505.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1004.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 727.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 669.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 478.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 316.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 670.1 sec: 68 segments, 6 merges 1510.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1009.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 732.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 674.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 483.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 321.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 675.1 sec: 68 segments, 6 merges 1515.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1014.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 737.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 679.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 488.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 326.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 680.1 sec: 68 segments, 6 merges 1520.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1019.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 742.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 684.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 493.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 331.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 685.1 sec: 68 segments, 6 merges 1525.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1024.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 747.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 689.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 498.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 336.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 690.1 sec: 68 segments, 6 merges 1530.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1029.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 752.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 694.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 503.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 341.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 695.1 sec: 68 segments, 6 merges 1535.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1034.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 757.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 699.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 508.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 346.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 700.1 sec: 68 segments, 6 merges 1540.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1039.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 762.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 704.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 513.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 351.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 705.1 sec: 68 segments, 6 merges 1545.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1045.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 767.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 709.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 518.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 356.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 710.1 sec: 68 segments, 6 merges 1550.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1050.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 772.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 714.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 523.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 361.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 715.1 sec: 68 segments, 6 merges 1555.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1055.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 777.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 719.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 528.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 366.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 720.1 sec: 68 segments, 6 merges 1560.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1060.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 782.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 724.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 533.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 371.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 725.1 sec: 68 segments, 6 merges 1565.7s _15w: 8 segs, 1171.6 K docs, 4681.5 MB 1065.0s _1bz: 8 segs, 175.0 K docs, 697.7 MB 787.1s _1f3: 8 segs, 113.6 K docs, 452.3 MB 729.5s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 538.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 376.4s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 730.0 sec: 61 segments, 6 merges 1069.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 792.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 734.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 543.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 381.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 4.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 735.0 sec: 61 segments, 6 merges 1074.9s _1bz: 8 segs, 175.0 K docs, 697.7 MB 797.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 739.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 548.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 386.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 9.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 740.0 sec: 54 segments, 5 merges 802.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 744.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 553.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 391.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 14.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 745.0 sec: 54 segments, 5 merges 807.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 749.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 558.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 396.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 19.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 750.0 sec: 54 segments, 5 merges 812.0s _1f3: 8 segs, 113.6 K docs, 452.3 MB 754.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 563.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 401.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 24.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 755.0 sec: 47 segments, 4 merges 759.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 568.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 406.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 29.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 760.0 sec: 47 segments, 4 merges 764.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 573.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 411.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 34.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 765.0 sec: 47 segments, 4 merges 769.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 578.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 416.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 39.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 770.0 sec: 47 segments, 4 merges 774.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 583.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 421.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 44.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 775.0 sec: 47 segments, 4 merges 779.4s _1fp: 8 segs, 282.3 K docs, 1126.0 MB 588.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 426.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 49.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 780.0 sec: 40 segments, 3 merges 593.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 431.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 54.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 785.0 sec: 40 segments, 3 merges 598.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 436.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 59.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 790.1 sec: 40 segments, 3 merges 603.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 441.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 64.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 795.1 sec: 40 segments, 3 merges 608.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 446.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 69.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 800.1 sec: 40 segments, 3 merges 613.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 451.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 74.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 805.1 sec: 40 segments, 3 merges 618.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 456.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 79.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 810.1 sec: 40 segments, 3 merges 623.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 461.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 84.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 815.1 sec: 40 segments, 3 merges 628.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 466.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 89.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 820.1 sec: 40 segments, 3 merges 633.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 471.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 94.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 825.1 sec: 40 segments, 3 merges 638.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 476.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 99.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 830.1 sec: 40 segments, 3 merges 643.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 481.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 104.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 835.0 sec: 40 segments, 3 merges 648.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 486.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 109.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 840.0 sec: 40 segments, 3 merges 653.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 491.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 114.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 845.0 sec: 40 segments, 3 merges 658.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 496.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 119.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 850.0 sec: 40 segments, 3 merges 663.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 501.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 124.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 855.0 sec: 40 segments, 3 merges 668.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 506.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 129.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 860.0 sec: 40 segments, 3 merges 673.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 511.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 134.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 865.0 sec: 40 segments, 3 merges 678.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 516.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 139.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 870.0 sec: 40 segments, 3 merges 683.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 521.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 144.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 875.1 sec: 40 segments, 3 merges 688.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 526.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 149.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 880.1 sec: 40 segments, 3 merges 693.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 531.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 154.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 885.1 sec: 40 segments, 3 merges 698.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 536.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 159.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 890.1 sec: 40 segments, 3 merges 703.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 541.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 164.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 895.1 sec: 40 segments, 3 merges 708.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 546.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 169.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 900.1 sec: 40 segments, 3 merges 713.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 551.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 174.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 905.1 sec: 40 segments, 3 merges 718.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 556.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 179.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 910.1 sec: 40 segments, 3 merges 723.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 561.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 184.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 915.1 sec: 40 segments, 3 merges 728.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 566.4s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 189.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 920.0 sec: 40 segments, 3 merges 733.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 571.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 194.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 925.0 sec: 40 segments, 3 merges 738.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 576.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 199.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 930.0 sec: 40 segments, 3 merges 743.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 581.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 204.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 935.0 sec: 40 segments, 3 merges 748.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 586.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 209.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 940.0 sec: 40 segments, 3 merges 753.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 591.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 214.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 945.0 sec: 40 segments, 3 merges 758.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 596.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 219.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 950.0 sec: 40 segments, 3 merges 763.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 601.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 224.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 955.0 sec: 40 segments, 3 merges 768.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 606.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 229.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 960.0 sec: 40 segments, 3 merges 773.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 611.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 234.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 965.0 sec: 40 segments, 3 merges 778.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 616.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 239.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 970.0 sec: 40 segments, 3 merges 783.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 621.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 244.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 975.0 sec: 40 segments, 3 merges 788.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 626.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 249.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 980.0 sec: 40 segments, 3 merges 793.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 631.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 254.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 985.0 sec: 40 segments, 3 merges 798.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 636.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 259.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 990.0 sec: 40 segments, 3 merges 803.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 641.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 264.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 995.1 sec: 40 segments, 3 merges 808.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 646.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 269.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1000.1 sec: 40 segments, 3 merges 813.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 651.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 274.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1005.1 sec: 40 segments, 3 merges 818.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 656.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 279.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1010.1 sec: 40 segments, 3 merges 823.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 661.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 284.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1015.1 sec: 40 segments, 3 merges 828.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 666.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 289.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1020.1 sec: 40 segments, 3 merges 833.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 671.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 294.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1025.1 sec: 40 segments, 3 merges 838.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 676.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 299.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1030.1 sec: 40 segments, 3 merges 843.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 681.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 304.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1035.1 sec: 40 segments, 3 merges 848.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 686.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 309.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1040.1 sec: 40 segments, 3 merges 853.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 691.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 314.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1045.1 sec: 40 segments, 3 merges 858.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 696.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 319.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1050.1 sec: 40 segments, 3 merges 863.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 701.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 324.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1055.1 sec: 40 segments, 3 merges 868.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 706.4s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 329.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1060.0 sec: 40 segments, 3 merges 873.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 711.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 334.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1065.0 sec: 40 segments, 3 merges 878.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 716.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 339.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1070.0 sec: 40 segments, 3 merges 883.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 721.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 344.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1075.0 sec: 40 segments, 3 merges 888.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 726.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 349.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1080.0 sec: 40 segments, 3 merges 893.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 731.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 354.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1085.0 sec: 40 segments, 3 merges 898.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 736.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 359.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1090.0 sec: 40 segments, 3 merges 903.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 741.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 364.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1095.0 sec: 40 segments, 3 merges 908.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 746.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 369.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1100.0 sec: 40 segments, 3 merges 913.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 751.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 374.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1105.0 sec: 40 segments, 3 merges 918.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 756.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 379.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1110.0 sec: 40 segments, 3 merges 923.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 761.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 384.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1115.0 sec: 40 segments, 3 merges 928.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 766.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 389.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1120.1 sec: 40 segments, 3 merges 933.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 771.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 394.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1125.1 sec: 40 segments, 3 merges 938.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 776.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 399.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1130.1 sec: 40 segments, 3 merges 943.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 781.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 404.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1135.1 sec: 40 segments, 3 merges 948.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 786.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 409.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1140.1 sec: 40 segments, 3 merges 953.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 791.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 414.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1145.1 sec: 40 segments, 3 merges 958.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 796.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 419.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1150.1 sec: 40 segments, 3 merges 963.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 801.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 424.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1155.1 sec: 40 segments, 3 merges 968.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 806.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 429.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1160.1 sec: 40 segments, 3 merges 973.3s _1ft: 8 segs, 1218.9 K docs, 4870.6 MB 811.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 434.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1165.1 sec: 33 segments, 2 merges 816.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 439.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1170.1 sec: 33 segments, 2 merges 821.4s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 444.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1175.0 sec: 33 segments, 2 merges 826.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 449.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1180.0 sec: 33 segments, 2 merges 831.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 454.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1185.0 sec: 33 segments, 2 merges 836.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 459.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1190.0 sec: 33 segments, 2 merges 841.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 464.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1195.0 sec: 33 segments, 2 merges 846.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 469.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1200.1 sec: 33 segments, 2 merges 851.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 474.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1205.1 sec: 33 segments, 2 merges 856.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 479.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1210.1 sec: 33 segments, 2 merges 861.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 484.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1215.1 sec: 33 segments, 2 merges 866.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 489.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1220.1 sec: 33 segments, 2 merges 871.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 494.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1225.1 sec: 33 segments, 2 merges 876.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 499.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1230.1 sec: 33 segments, 2 merges 881.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 504.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1235.0 sec: 33 segments, 2 merges 886.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 509.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1240.0 sec: 33 segments, 2 merges 891.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 514.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1245.0 sec: 33 segments, 2 merges 896.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 519.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1250.0 sec: 33 segments, 2 merges 901.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 524.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1255.0 sec: 33 segments, 2 merges 906.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 529.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1260.0 sec: 33 segments, 2 merges 911.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 534.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1265.0 sec: 33 segments, 2 merges 916.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 539.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1270.0 sec: 33 segments, 2 merges 921.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 544.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1275.0 sec: 33 segments, 2 merges 926.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 549.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1280.0 sec: 33 segments, 2 merges 931.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 554.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1285.0 sec: 33 segments, 2 merges 936.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 559.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1290.1 sec: 33 segments, 2 merges 941.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 564.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1295.1 sec: 33 segments, 2 merges 946.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 569.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1300.1 sec: 33 segments, 2 merges 951.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 574.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1305.1 sec: 33 segments, 2 merges 956.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 579.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1310.1 sec: 33 segments, 2 merges 961.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 584.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1315.1 sec: 33 segments, 2 merges 966.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 589.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1320.1 sec: 33 segments, 2 merges 971.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 594.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1325.1 sec: 33 segments, 2 merges 976.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 599.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1330.1 sec: 33 segments, 2 merges 981.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 604.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1335.1 sec: 33 segments, 2 merges 986.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 609.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1340.1 sec: 33 segments, 2 merges 991.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 614.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1345.1 sec: 33 segments, 2 merges 996.4s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 619.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1350.0 sec: 33 segments, 2 merges 1001.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 624.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1355.0 sec: 33 segments, 2 merges 1006.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 629.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1360.0 sec: 33 segments, 2 merges 1011.3s _1fu: 8 segs, 569.0 K docs, 2270.9 MB 634.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1365.0 sec: 26 segments, 1 merges 639.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1370.0 sec: 26 segments, 1 merges 644.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1375.0 sec: 26 segments, 1 merges 649.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1380.0 sec: 26 segments, 1 merges 654.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1385.0 sec: 26 segments, 1 merges 659.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1390.0 sec: 26 segments, 1 merges 664.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1395.0 sec: 26 segments, 1 merges 669.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1400.0 sec: 26 segments, 1 merges 674.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1405.1 sec: 26 segments, 1 merges 679.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1410.1 sec: 26 segments, 1 merges 684.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1415.1 sec: 26 segments, 1 merges 689.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1420.1 sec: 26 segments, 1 merges 694.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1425.1 sec: 26 segments, 1 merges 699.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1430.1 sec: 26 segments, 1 merges 704.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1435.1 sec: 26 segments, 1 merges 709.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1440.1 sec: 26 segments, 1 merges 714.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1445.1 sec: 26 segments, 1 merges 719.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1450.1 sec: 26 segments, 1 merges 724.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1455.1 sec: 26 segments, 1 merges 729.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1460.1 sec: 26 segments, 1 merges 734.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1465.0 sec: 26 segments, 1 merges 739.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1470.0 sec: 26 segments, 1 merges 744.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1475.0 sec: 26 segments, 1 merges 749.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1480.0 sec: 26 segments, 1 merges 754.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1485.0 sec: 26 segments, 1 merges 759.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1490.0 sec: 26 segments, 1 merges 764.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1495.0 sec: 26 segments, 1 merges 769.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1500.0 sec: 26 segments, 1 merges 774.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1505.0 sec: 26 segments, 1 merges 779.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1510.0 sec: 26 segments, 1 merges 784.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1515.0 sec: 26 segments, 1 merges 789.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1520.1 sec: 26 segments, 1 merges 794.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1525.1 sec: 26 segments, 1 merges 799.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1530.1 sec: 26 segments, 1 merges 804.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1535.1 sec: 26 segments, 1 merges 809.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1540.1 sec: 26 segments, 1 merges 814.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1545.1 sec: 26 segments, 1 merges 819.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1550.0 sec: 26 segments, 1 merges 824.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1555.0 sec: 26 segments, 1 merges 829.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1560.0 sec: 26 segments, 1 merges 834.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1565.0 sec: 26 segments, 1 merges 839.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1570.0 sec: 26 segments, 1 merges 844.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1575.0 sec: 26 segments, 1 merges 849.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1580.0 sec: 26 segments, 1 merges 854.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1585.0 sec: 26 segments, 1 merges 859.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1590.0 sec: 26 segments, 1 merges 864.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1595.0 sec: 26 segments, 1 merges 869.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1600.0 sec: 26 segments, 1 merges 874.8s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1605.0 sec: 26 segments, 1 merges 879.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1610.1 sec: 26 segments, 1 merges 884.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1615.1 sec: 26 segments, 1 merges 889.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1620.1 sec: 26 segments, 1 merges 894.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1625.1 sec: 26 segments, 1 merges 899.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1630.1 sec: 26 segments, 1 merges 904.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1635.1 sec: 26 segments, 1 merges 909.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1640.1 sec: 26 segments, 1 merges 914.9s _1fv: 8 segs, 1116.9 K docs, 4462.6 MB 1645.1 sec: 19 segments, 1 merges 1.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1650.1 sec: 19 segments, 1 merges 6.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1655.1 sec: 19 segments, 1 merges 11.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1660.1 sec: 19 segments, 1 merges 16.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1665.1 sec: 19 segments, 1 merges 21.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1670.0 sec: 19 segments, 1 merges 26.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1675.0 sec: 19 segments, 1 merges 31.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1680.0 sec: 19 segments, 1 merges 36.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1685.0 sec: 19 segments, 1 merges 41.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1690.0 sec: 19 segments, 1 merges 46.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1695.0 sec: 19 segments, 1 merges 51.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1700.0 sec: 19 segments, 1 merges 56.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1705.0 sec: 19 segments, 1 merges 61.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1710.0 sec: 19 segments, 1 merges 66.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1715.0 sec: 19 segments, 1 merges 71.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1720.0 sec: 19 segments, 1 merges 76.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1725.0 sec: 19 segments, 1 merges 81.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1730.0 sec: 19 segments, 1 merges 86.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1735.1 sec: 19 segments, 1 merges 91.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1740.1 sec: 19 segments, 1 merges 96.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1745.1 sec: 19 segments, 1 merges 101.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1750.1 sec: 19 segments, 1 merges 106.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1755.1 sec: 19 segments, 1 merges 111.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1760.1 sec: 19 segments, 1 merges 116.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1765.1 sec: 19 segments, 1 merges 121.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1770.1 sec: 19 segments, 1 merges 126.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1775.1 sec: 19 segments, 1 merges 131.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1780.1 sec: 19 segments, 1 merges 136.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1785.1 sec: 19 segments, 1 merges 141.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1790.1 sec: 19 segments, 1 merges 146.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1795.0 sec: 19 segments, 1 merges 151.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1800.0 sec: 19 segments, 1 merges 156.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1805.0 sec: 19 segments, 1 merges 161.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1810.0 sec: 19 segments, 1 merges 166.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1815.0 sec: 19 segments, 1 merges 171.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1820.0 sec: 19 segments, 1 merges 176.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1825.0 sec: 19 segments, 1 merges 181.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1830.0 sec: 19 segments, 1 merges 186.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1835.0 sec: 19 segments, 1 merges 191.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1840.0 sec: 19 segments, 1 merges 196.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1845.1 sec: 19 segments, 1 merges 201.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1850.1 sec: 19 segments, 1 merges 206.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1855.1 sec: 19 segments, 1 merges 211.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1860.1 sec: 19 segments, 1 merges 216.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1865.1 sec: 19 segments, 1 merges 221.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1870.1 sec: 19 segments, 1 merges 226.7s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1875.1 sec: 19 segments, 1 merges 231.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1880.1 sec: 19 segments, 1 merges 236.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1885.1 sec: 19 segments, 1 merges 241.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1890.1 sec: 19 segments, 1 merges 246.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB 1895.1 sec: 19 segments, 1 merges 251.8s _1fw: 4 segs, 1247.2 K docs, 4987.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Indexed 8000000 docs in 3248 seconds reindex takes 3248.39 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 _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 10.0 sec: 16 segments, 1 merges 10.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 15.0 sec: 16 segments, 1 merges 15.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 20.0 sec: 16 segments, 1 merges 20.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 25.0 sec: 16 segments, 1 merges 25.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 30.0 sec: 16 segments, 1 merges 30.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 35.0 sec: 16 segments, 1 merges 35.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 40.1 sec: 16 segments, 1 merges 40.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 45.1 sec: 16 segments, 1 merges 45.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 50.1 sec: 16 segments, 1 merges 50.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 55.1 sec: 16 segments, 1 merges 55.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 60.0 sec: 16 segments, 1 merges 60.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 65.0 sec: 16 segments, 1 merges 65.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 70.0 sec: 16 segments, 1 merges 70.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 75.0 sec: 16 segments, 1 merges 75.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 80.0 sec: 16 segments, 1 merges 80.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 85.0 sec: 16 segments, 1 merges 85.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 90.0 sec: 16 segments, 1 merges 90.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 95.0 sec: 16 segments, 1 merges 95.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 100.0 sec: 16 segments, 1 merges 100.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 105.1 sec: 16 segments, 1 merges 105.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 110.1 sec: 16 segments, 1 merges 110.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 115.1 sec: 16 segments, 1 merges 115.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 120.1 sec: 16 segments, 1 merges 120.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 125.1 sec: 16 segments, 1 merges 125.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 130.1 sec: 16 segments, 1 merges 130.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 135.1 sec: 16 segments, 1 merges 135.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 140.1 sec: 16 segments, 1 merges 140.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 145.1 sec: 16 segments, 1 merges 145.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 150.1 sec: 16 segments, 1 merges 150.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 155.1 sec: 16 segments, 1 merges 155.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 160.0 sec: 16 segments, 1 merges 160.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 165.0 sec: 16 segments, 1 merges 165.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 170.0 sec: 16 segments, 1 merges 170.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 175.0 sec: 16 segments, 1 merges 175.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 180.0 sec: 16 segments, 1 merges 180.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 185.0 sec: 16 segments, 1 merges 185.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 190.0 sec: 16 segments, 1 merges 190.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 195.0 sec: 16 segments, 1 merges 195.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 200.0 sec: 16 segments, 1 merges 200.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 205.0 sec: 16 segments, 1 merges 205.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 210.0 sec: 16 segments, 1 merges 210.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 215.1 sec: 16 segments, 1 merges 215.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 220.1 sec: 16 segments, 1 merges 220.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 225.1 sec: 16 segments, 1 merges 225.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 230.1 sec: 16 segments, 1 merges 230.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 235.1 sec: 16 segments, 1 merges 235.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 240.1 sec: 16 segments, 1 merges 240.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 245.1 sec: 16 segments, 1 merges 245.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 250.1 sec: 16 segments, 1 merges 250.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 255.1 sec: 16 segments, 1 merges 255.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 260.1 sec: 16 segments, 1 merges 260.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 265.0 sec: 16 segments, 1 merges 265.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 270.0 sec: 16 segments, 1 merges 270.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 275.0 sec: 16 segments, 1 merges 275.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 280.0 sec: 16 segments, 1 merges 280.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 285.0 sec: 16 segments, 1 merges 285.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 290.0 sec: 16 segments, 1 merges 290.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 295.1 sec: 16 segments, 1 merges 295.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 300.1 sec: 16 segments, 1 merges 300.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 305.1 sec: 16 segments, 1 merges 305.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 310.1 sec: 16 segments, 1 merges 310.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 315.1 sec: 16 segments, 1 merges 315.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 320.1 sec: 16 segments, 1 merges 320.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 325.1 sec: 16 segments, 1 merges 325.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 330.1 sec: 16 segments, 1 merges 330.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 335.1 sec: 16 segments, 1 merges 335.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 340.1 sec: 16 segments, 1 merges 340.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 345.1 sec: 16 segments, 1 merges 345.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 350.0 sec: 16 segments, 1 merges 350.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 355.0 sec: 16 segments, 1 merges 355.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 360.0 sec: 16 segments, 1 merges 360.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 365.0 sec: 16 segments, 1 merges 365.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 370.0 sec: 16 segments, 1 merges 370.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 375.0 sec: 16 segments, 1 merges 375.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 380.0 sec: 16 segments, 1 merges 380.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 385.0 sec: 16 segments, 1 merges 385.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 390.1 sec: 16 segments, 1 merges 390.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 395.1 sec: 16 segments, 1 merges 395.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 400.1 sec: 16 segments, 1 merges 400.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 405.1 sec: 16 segments, 1 merges 405.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 410.1 sec: 16 segments, 1 merges 410.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 415.1 sec: 16 segments, 1 merges 415.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 420.1 sec: 16 segments, 1 merges 420.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 425.0 sec: 16 segments, 1 merges 425.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 430.0 sec: 16 segments, 1 merges 430.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 435.0 sec: 16 segments, 1 merges 435.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 440.0 sec: 16 segments, 1 merges 440.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 445.0 sec: 16 segments, 1 merges 445.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 450.0 sec: 16 segments, 1 merges 450.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 455.0 sec: 16 segments, 1 merges 455.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 460.0 sec: 16 segments, 1 merges 460.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 465.0 sec: 16 segments, 1 merges 465.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 470.0 sec: 16 segments, 1 merges 470.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 475.0 sec: 16 segments, 1 merges 475.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 480.1 sec: 16 segments, 1 merges 480.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 485.1 sec: 16 segments, 1 merges 485.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 490.1 sec: 16 segments, 1 merges 490.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 495.1 sec: 16 segments, 1 merges 495.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 500.1 sec: 16 segments, 1 merges 500.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 505.1 sec: 16 segments, 1 merges 505.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 510.1 sec: 16 segments, 1 merges 510.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 515.1 sec: 16 segments, 1 merges 515.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 520.1 sec: 16 segments, 1 merges 520.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 525.1 sec: 16 segments, 1 merges 525.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 530.1 sec: 16 segments, 1 merges 530.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 535.0 sec: 16 segments, 1 merges 535.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 540.0 sec: 16 segments, 1 merges 540.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 545.0 sec: 16 segments, 1 merges 545.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 550.0 sec: 16 segments, 1 merges 550.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 555.0 sec: 16 segments, 1 merges 555.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 560.0 sec: 16 segments, 1 merges 560.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 565.0 sec: 16 segments, 1 merges 565.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 570.0 sec: 16 segments, 1 merges 570.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 575.0 sec: 16 segments, 1 merges 575.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 580.0 sec: 16 segments, 1 merges 580.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 585.0 sec: 16 segments, 1 merges 585.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 590.0 sec: 16 segments, 1 merges 590.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 595.1 sec: 16 segments, 1 merges 595.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 600.1 sec: 16 segments, 1 merges 600.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 605.1 sec: 16 segments, 1 merges 605.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 610.1 sec: 16 segments, 1 merges 610.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 615.1 sec: 16 segments, 1 merges 615.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 620.1 sec: 16 segments, 1 merges 620.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 625.1 sec: 16 segments, 1 merges 625.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 630.1 sec: 16 segments, 1 merges 630.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 635.1 sec: 16 segments, 1 merges 635.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 640.1 sec: 16 segments, 1 merges 640.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 645.1 sec: 16 segments, 1 merges 645.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 650.1 sec: 16 segments, 1 merges 650.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 655.1 sec: 16 segments, 1 merges 655.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 660.0 sec: 16 segments, 1 merges 660.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 665.0 sec: 16 segments, 1 merges 665.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 670.0 sec: 16 segments, 1 merges 670.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 675.0 sec: 16 segments, 1 merges 675.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 680.0 sec: 16 segments, 1 merges 680.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 685.0 sec: 16 segments, 1 merges 685.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 690.0 sec: 16 segments, 1 merges 690.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 695.0 sec: 16 segments, 1 merges 695.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 700.0 sec: 16 segments, 1 merges 700.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 705.0 sec: 16 segments, 1 merges 705.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 710.0 sec: 16 segments, 1 merges 710.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 715.0 sec: 16 segments, 1 merges 715.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 720.0 sec: 16 segments, 1 merges 720.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 725.1 sec: 16 segments, 1 merges 725.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 730.1 sec: 16 segments, 1 merges 730.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 735.1 sec: 16 segments, 1 merges 735.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 740.1 sec: 16 segments, 1 merges 740.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 745.1 sec: 16 segments, 1 merges 745.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 750.1 sec: 16 segments, 1 merges 750.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 755.1 sec: 16 segments, 1 merges 755.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 760.1 sec: 16 segments, 1 merges 760.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 765.1 sec: 16 segments, 1 merges 765.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 770.1 sec: 16 segments, 1 merges 770.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 775.1 sec: 16 segments, 1 merges 775.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 780.1 sec: 16 segments, 1 merges 780.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 785.1 sec: 16 segments, 1 merges 785.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 790.0 sec: 16 segments, 1 merges 790.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 795.0 sec: 16 segments, 1 merges 795.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 800.1 sec: 16 segments, 1 merges 800.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 805.1 sec: 16 segments, 1 merges 805.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 810.1 sec: 16 segments, 1 merges 810.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 815.1 sec: 16 segments, 1 merges 815.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 820.1 sec: 16 segments, 1 merges 820.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 825.1 sec: 16 segments, 1 merges 825.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 830.1 sec: 16 segments, 1 merges 830.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 835.1 sec: 16 segments, 1 merges 835.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 840.1 sec: 16 segments, 1 merges 840.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 845.1 sec: 16 segments, 1 merges 845.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 850.1 sec: 16 segments, 1 merges 850.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 855.1 sec: 16 segments, 1 merges 855.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 860.0 sec: 16 segments, 1 merges 860.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 865.0 sec: 16 segments, 1 merges 865.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 870.0 sec: 16 segments, 1 merges 870.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 875.0 sec: 16 segments, 1 merges 875.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 880.0 sec: 16 segments, 1 merges 880.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 885.0 sec: 16 segments, 1 merges 885.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 890.0 sec: 16 segments, 1 merges 890.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 895.0 sec: 16 segments, 1 merges 895.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 900.0 sec: 16 segments, 1 merges 900.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 905.0 sec: 16 segments, 1 merges 905.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 910.0 sec: 16 segments, 1 merges 910.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 915.1 sec: 16 segments, 1 merges 915.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 920.1 sec: 16 segments, 1 merges 920.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 925.1 sec: 16 segments, 1 merges 925.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 930.1 sec: 16 segments, 1 merges 930.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 935.1 sec: 16 segments, 1 merges 935.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 940.1 sec: 16 segments, 1 merges 940.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 945.1 sec: 16 segments, 1 merges 945.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 950.1 sec: 16 segments, 1 merges 950.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 955.1 sec: 16 segments, 1 merges 955.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 960.1 sec: 16 segments, 1 merges 960.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 965.1 sec: 16 segments, 1 merges 965.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 970.0 sec: 16 segments, 1 merges 970.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 975.0 sec: 16 segments, 1 merges 975.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 980.0 sec: 16 segments, 1 merges 980.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 985.0 sec: 16 segments, 1 merges 985.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 990.0 sec: 16 segments, 1 merges 990.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 995.0 sec: 16 segments, 1 merges 995.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1000.0 sec: 16 segments, 1 merges 1000.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1005.0 sec: 16 segments, 1 merges 1005.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1010.0 sec: 16 segments, 1 merges 1010.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1015.0 sec: 16 segments, 1 merges 1015.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1020.0 sec: 16 segments, 1 merges 1020.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1025.1 sec: 16 segments, 1 merges 1025.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1030.1 sec: 16 segments, 1 merges 1030.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1035.1 sec: 16 segments, 1 merges 1035.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1040.1 sec: 16 segments, 1 merges 1040.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1045.1 sec: 16 segments, 1 merges 1045.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1050.1 sec: 16 segments, 1 merges 1050.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1055.0 sec: 16 segments, 1 merges 1055.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1060.0 sec: 16 segments, 1 merges 1060.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1065.0 sec: 16 segments, 1 merges 1065.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1070.0 sec: 16 segments, 1 merges 1070.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1075.0 sec: 16 segments, 1 merges 1075.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1080.1 sec: 16 segments, 1 merges 1080.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1085.1 sec: 16 segments, 1 merges 1085.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1090.1 sec: 16 segments, 1 merges 1090.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1095.1 sec: 16 segments, 1 merges 1095.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1100.1 sec: 16 segments, 1 merges 1100.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1105.1 sec: 16 segments, 1 merges 1105.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1110.0 sec: 16 segments, 1 merges 1110.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1115.0 sec: 16 segments, 1 merges 1115.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1120.0 sec: 16 segments, 1 merges 1120.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1125.0 sec: 16 segments, 1 merges 1125.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1130.0 sec: 16 segments, 1 merges 1130.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1135.0 sec: 16 segments, 1 merges 1135.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1140.1 sec: 16 segments, 1 merges 1140.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1145.1 sec: 16 segments, 1 merges 1145.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1150.1 sec: 16 segments, 1 merges 1150.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1155.1 sec: 16 segments, 1 merges 1155.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1160.1 sec: 16 segments, 1 merges 1160.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1165.1 sec: 16 segments, 1 merges 1165.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1170.0 sec: 16 segments, 1 merges 1170.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1175.0 sec: 16 segments, 1 merges 1175.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1180.0 sec: 16 segments, 1 merges 1180.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1185.0 sec: 16 segments, 1 merges 1185.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1190.0 sec: 16 segments, 1 merges 1190.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1195.0 sec: 16 segments, 1 merges 1195.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1200.0 sec: 16 segments, 1 merges 1200.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1205.0 sec: 16 segments, 1 merges 1205.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1210.0 sec: 16 segments, 1 merges 1210.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1215.0 sec: 16 segments, 1 merges 1215.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1220.1 sec: 16 segments, 1 merges 1220.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1225.1 sec: 16 segments, 1 merges 1225.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1230.1 sec: 16 segments, 1 merges 1230.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1235.1 sec: 16 segments, 1 merges 1235.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1240.1 sec: 16 segments, 1 merges 1240.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1245.1 sec: 16 segments, 1 merges 1245.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1250.1 sec: 16 segments, 1 merges 1250.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1255.1 sec: 16 segments, 1 merges 1255.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1260.1 sec: 16 segments, 1 merges 1260.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1265.1 sec: 16 segments, 1 merges 1265.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1270.1 sec: 16 segments, 1 merges 1270.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1275.0 sec: 16 segments, 1 merges 1275.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1280.0 sec: 16 segments, 1 merges 1280.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1285.0 sec: 16 segments, 1 merges 1285.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1290.0 sec: 16 segments, 1 merges 1290.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1295.0 sec: 16 segments, 1 merges 1295.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1300.0 sec: 16 segments, 1 merges 1300.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1305.0 sec: 16 segments, 1 merges 1305.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1310.0 sec: 16 segments, 1 merges 1310.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1315.0 sec: 16 segments, 1 merges 1315.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1320.0 sec: 16 segments, 1 merges 1320.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1325.0 sec: 16 segments, 1 merges 1325.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1330.1 sec: 16 segments, 1 merges 1330.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1335.1 sec: 16 segments, 1 merges 1335.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1340.1 sec: 16 segments, 1 merges 1340.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1345.1 sec: 16 segments, 1 merges 1345.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1350.1 sec: 16 segments, 1 merges 1350.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1355.1 sec: 16 segments, 1 merges 1355.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1360.1 sec: 16 segments, 1 merges 1360.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1365.1 sec: 16 segments, 1 merges 1365.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1370.1 sec: 16 segments, 1 merges 1370.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1375.1 sec: 16 segments, 1 merges 1375.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1380.1 sec: 16 segments, 1 merges 1380.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1385.0 sec: 16 segments, 1 merges 1385.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1390.0 sec: 16 segments, 1 merges 1390.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1395.0 sec: 16 segments, 1 merges 1395.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1400.0 sec: 16 segments, 1 merges 1400.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1405.0 sec: 16 segments, 1 merges 1405.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1410.0 sec: 16 segments, 1 merges 1410.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1415.0 sec: 16 segments, 1 merges 1415.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1420.0 sec: 16 segments, 1 merges 1420.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1425.0 sec: 16 segments, 1 merges 1425.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1430.0 sec: 16 segments, 1 merges 1430.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1435.0 sec: 16 segments, 1 merges 1435.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1440.1 sec: 16 segments, 1 merges 1440.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1445.1 sec: 16 segments, 1 merges 1445.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1450.1 sec: 16 segments, 1 merges 1450.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1455.1 sec: 16 segments, 1 merges 1455.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1460.1 sec: 16 segments, 1 merges 1460.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1465.1 sec: 16 segments, 1 merges 1465.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1470.1 sec: 16 segments, 1 merges 1470.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1475.1 sec: 16 segments, 1 merges 1475.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1480.1 sec: 16 segments, 1 merges 1480.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1485.1 sec: 16 segments, 1 merges 1485.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1490.1 sec: 16 segments, 1 merges 1490.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1495.0 sec: 16 segments, 1 merges 1495.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1500.0 sec: 16 segments, 1 merges 1500.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1505.0 sec: 16 segments, 1 merges 1505.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1510.0 sec: 16 segments, 1 merges 1510.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1515.0 sec: 16 segments, 1 merges 1515.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1520.0 sec: 16 segments, 1 merges 1520.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1525.0 sec: 16 segments, 1 merges 1525.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1530.0 sec: 16 segments, 1 merges 1530.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1535.0 sec: 16 segments, 1 merges 1535.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1540.0 sec: 16 segments, 1 merges 1540.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1545.0 sec: 16 segments, 1 merges 1545.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1550.1 sec: 16 segments, 1 merges 1550.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1555.1 sec: 16 segments, 1 merges 1555.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1560.1 sec: 16 segments, 1 merges 1560.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1565.1 sec: 16 segments, 1 merges 1565.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1570.1 sec: 16 segments, 1 merges 1570.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1575.1 sec: 16 segments, 1 merges 1575.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1580.1 sec: 16 segments, 1 merges 1580.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1585.1 sec: 16 segments, 1 merges 1585.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1590.1 sec: 16 segments, 1 merges 1590.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1595.1 sec: 16 segments, 1 merges 1595.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1600.1 sec: 16 segments, 1 merges 1600.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1605.0 sec: 16 segments, 1 merges 1605.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1610.0 sec: 16 segments, 1 merges 1610.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1615.0 sec: 16 segments, 1 merges 1615.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1620.0 sec: 16 segments, 1 merges 1620.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1625.0 sec: 16 segments, 1 merges 1625.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1630.0 sec: 16 segments, 1 merges 1630.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1635.0 sec: 16 segments, 1 merges 1635.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1640.0 sec: 16 segments, 1 merges 1640.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1645.0 sec: 16 segments, 1 merges 1645.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1650.0 sec: 16 segments, 1 merges 1650.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1655.0 sec: 16 segments, 1 merges 1655.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1660.1 sec: 16 segments, 1 merges 1660.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1665.1 sec: 16 segments, 1 merges 1665.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1670.1 sec: 16 segments, 1 merges 1670.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1675.1 sec: 16 segments, 1 merges 1675.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1680.1 sec: 16 segments, 1 merges 1680.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1685.1 sec: 16 segments, 1 merges 1685.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1690.1 sec: 16 segments, 1 merges 1690.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1695.1 sec: 16 segments, 1 merges 1695.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1700.1 sec: 16 segments, 1 merges 1700.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1705.0 sec: 16 segments, 1 merges 1705.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1710.0 sec: 16 segments, 1 merges 1710.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1715.0 sec: 16 segments, 1 merges 1715.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1720.0 sec: 16 segments, 1 merges 1720.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1725.1 sec: 16 segments, 1 merges 1725.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1730.1 sec: 16 segments, 1 merges 1730.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1735.1 sec: 16 segments, 1 merges 1735.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1740.1 sec: 16 segments, 1 merges 1740.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1745.1 sec: 16 segments, 1 merges 1745.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1750.1 sec: 16 segments, 1 merges 1750.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1755.1 sec: 16 segments, 1 merges 1755.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1760.1 sec: 16 segments, 1 merges 1760.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1765.1 sec: 16 segments, 1 merges 1765.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1770.1 sec: 16 segments, 1 merges 1770.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1775.1 sec: 16 segments, 1 merges 1775.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1780.0 sec: 16 segments, 1 merges 1780.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1785.0 sec: 16 segments, 1 merges 1785.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1790.0 sec: 16 segments, 1 merges 1790.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1795.0 sec: 16 segments, 1 merges 1795.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1800.0 sec: 16 segments, 1 merges 1800.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1805.0 sec: 16 segments, 1 merges 1805.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1810.0 sec: 16 segments, 1 merges 1810.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1815.0 sec: 16 segments, 1 merges 1815.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1820.0 sec: 16 segments, 1 merges 1820.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1825.0 sec: 16 segments, 1 merges 1825.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1830.0 sec: 16 segments, 1 merges 1830.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1835.1 sec: 16 segments, 1 merges 1835.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1840.1 sec: 16 segments, 1 merges 1840.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1845.1 sec: 16 segments, 1 merges 1845.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1850.1 sec: 16 segments, 1 merges 1850.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1855.1 sec: 16 segments, 1 merges 1855.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1860.1 sec: 16 segments, 1 merges 1860.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1865.1 sec: 16 segments, 1 merges 1865.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1870.1 sec: 16 segments, 1 merges 1870.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1875.1 sec: 16 segments, 1 merges 1875.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1880.1 sec: 16 segments, 1 merges 1880.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1885.1 sec: 16 segments, 1 merges 1885.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1890.0 sec: 16 segments, 1 merges 1890.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1895.0 sec: 16 segments, 1 merges 1895.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1900.0 sec: 16 segments, 1 merges 1900.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1905.0 sec: 16 segments, 1 merges 1905.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1910.0 sec: 16 segments, 1 merges 1910.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1915.0 sec: 16 segments, 1 merges 1915.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1920.0 sec: 16 segments, 1 merges 1920.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1925.0 sec: 16 segments, 1 merges 1925.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1930.0 sec: 16 segments, 1 merges 1930.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1935.0 sec: 16 segments, 1 merges 1935.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1940.0 sec: 16 segments, 1 merges 1940.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1945.0 sec: 16 segments, 1 merges 1945.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1950.1 sec: 16 segments, 1 merges 1950.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1955.1 sec: 16 segments, 1 merges 1955.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1960.1 sec: 16 segments, 1 merges 1960.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1965.1 sec: 16 segments, 1 merges 1965.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1970.1 sec: 16 segments, 1 merges 1970.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1975.1 sec: 16 segments, 1 merges 1975.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1980.1 sec: 16 segments, 1 merges 1980.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1985.1 sec: 16 segments, 1 merges 1985.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1990.1 sec: 16 segments, 1 merges 1990.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 1995.1 sec: 16 segments, 1 merges 1995.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2000.1 sec: 16 segments, 1 merges 2000.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2005.0 sec: 16 segments, 1 merges 2005.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2010.0 sec: 16 segments, 1 merges 2010.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2015.0 sec: 16 segments, 1 merges 2015.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2020.0 sec: 16 segments, 1 merges 2020.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2025.0 sec: 16 segments, 1 merges 2025.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2030.0 sec: 16 segments, 1 merges 2030.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2035.0 sec: 16 segments, 1 merges 2035.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2040.0 sec: 16 segments, 1 merges 2040.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2045.0 sec: 16 segments, 1 merges 2045.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2050.0 sec: 16 segments, 1 merges 2050.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2055.0 sec: 16 segments, 1 merges 2055.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2060.1 sec: 16 segments, 1 merges 2060.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2065.1 sec: 16 segments, 1 merges 2065.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2070.1 sec: 16 segments, 1 merges 2070.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2075.1 sec: 16 segments, 1 merges 2075.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2080.1 sec: 16 segments, 1 merges 2080.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2085.1 sec: 16 segments, 1 merges 2085.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2090.1 sec: 16 segments, 1 merges 2090.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2095.1 sec: 16 segments, 1 merges 2095.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2100.0 sec: 16 segments, 1 merges 2100.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2105.0 sec: 16 segments, 1 merges 2105.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2110.0 sec: 16 segments, 1 merges 2110.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2115.0 sec: 16 segments, 1 merges 2115.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2120.0 sec: 16 segments, 1 merges 2120.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2125.0 sec: 16 segments, 1 merges 2125.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2130.0 sec: 16 segments, 1 merges 2130.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2135.0 sec: 16 segments, 1 merges 2135.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2140.0 sec: 16 segments, 1 merges 2140.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2145.0 sec: 16 segments, 1 merges 2145.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2150.0 sec: 16 segments, 1 merges 2150.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2155.0 sec: 16 segments, 1 merges 2155.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2160.1 sec: 16 segments, 1 merges 2160.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2165.1 sec: 16 segments, 1 merges 2165.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2170.1 sec: 16 segments, 1 merges 2170.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2175.1 sec: 16 segments, 1 merges 2175.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2180.1 sec: 16 segments, 1 merges 2180.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2185.1 sec: 16 segments, 1 merges 2185.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2190.1 sec: 16 segments, 1 merges 2190.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2195.1 sec: 16 segments, 1 merges 2195.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2200.1 sec: 16 segments, 1 merges 2200.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2205.1 sec: 16 segments, 1 merges 2205.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2210.1 sec: 16 segments, 1 merges 2210.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2215.1 sec: 16 segments, 1 merges 2215.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2220.1 sec: 16 segments, 1 merges 2220.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2225.0 sec: 16 segments, 1 merges 2225.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2230.0 sec: 16 segments, 1 merges 2230.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2235.0 sec: 16 segments, 1 merges 2235.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2240.0 sec: 16 segments, 1 merges 2240.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2245.0 sec: 16 segments, 1 merges 2245.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2250.0 sec: 16 segments, 1 merges 2250.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2255.0 sec: 16 segments, 1 merges 2255.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2260.0 sec: 16 segments, 1 merges 2260.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2265.0 sec: 16 segments, 1 merges 2265.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2270.0 sec: 16 segments, 1 merges 2270.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2275.0 sec: 16 segments, 1 merges 2275.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2280.0 sec: 16 segments, 1 merges 2280.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2285.0 sec: 16 segments, 1 merges 2285.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2290.1 sec: 16 segments, 1 merges 2290.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2295.1 sec: 16 segments, 1 merges 2295.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2300.1 sec: 16 segments, 1 merges 2300.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2305.1 sec: 16 segments, 1 merges 2305.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2310.1 sec: 16 segments, 1 merges 2310.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2315.1 sec: 16 segments, 1 merges 2315.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2320.1 sec: 16 segments, 1 merges 2320.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2325.1 sec: 16 segments, 1 merges 2325.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2330.1 sec: 16 segments, 1 merges 2330.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2335.1 sec: 16 segments, 1 merges 2335.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2340.1 sec: 16 segments, 1 merges 2340.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2345.1 sec: 16 segments, 1 merges 2345.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2350.1 sec: 16 segments, 1 merges 2350.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2355.0 sec: 16 segments, 1 merges 2355.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2360.0 sec: 16 segments, 1 merges 2360.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2365.0 sec: 16 segments, 1 merges 2365.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2370.0 sec: 16 segments, 1 merges 2370.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2375.0 sec: 16 segments, 1 merges 2375.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2380.0 sec: 16 segments, 1 merges 2380.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2385.0 sec: 16 segments, 1 merges 2385.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2390.0 sec: 16 segments, 1 merges 2390.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2395.0 sec: 16 segments, 1 merges 2395.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2400.0 sec: 16 segments, 1 merges 2400.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2405.0 sec: 16 segments, 1 merges 2405.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2410.0 sec: 16 segments, 1 merges 2410.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2415.0 sec: 16 segments, 1 merges 2415.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2420.1 sec: 16 segments, 1 merges 2420.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2425.1 sec: 16 segments, 1 merges 2425.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2430.1 sec: 16 segments, 1 merges 2430.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2435.0 sec: 16 segments, 1 merges 2435.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2440.0 sec: 16 segments, 1 merges 2440.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2445.1 sec: 16 segments, 1 merges 2445.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2450.1 sec: 16 segments, 1 merges 2450.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2455.1 sec: 16 segments, 1 merges 2455.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2460.1 sec: 16 segments, 1 merges 2460.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2465.1 sec: 16 segments, 1 merges 2465.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2470.1 sec: 16 segments, 1 merges 2470.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2475.1 sec: 16 segments, 1 merges 2475.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2480.1 sec: 16 segments, 1 merges 2480.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2485.1 sec: 16 segments, 1 merges 2485.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2490.0 sec: 16 segments, 1 merges 2490.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2495.0 sec: 16 segments, 1 merges 2495.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2500.0 sec: 16 segments, 1 merges 2500.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2505.0 sec: 16 segments, 1 merges 2505.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2510.0 sec: 16 segments, 1 merges 2510.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2515.0 sec: 16 segments, 1 merges 2515.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2520.1 sec: 16 segments, 1 merges 2520.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2525.1 sec: 16 segments, 1 merges 2525.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2530.1 sec: 16 segments, 1 merges 2530.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2535.1 sec: 16 segments, 1 merges 2535.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2540.1 sec: 16 segments, 1 merges 2540.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2545.1 sec: 16 segments, 1 merges 2545.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2550.0 sec: 16 segments, 1 merges 2550.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2555.0 sec: 16 segments, 1 merges 2555.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2560.0 sec: 16 segments, 1 merges 2560.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2565.0 sec: 16 segments, 1 merges 2565.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2570.0 sec: 16 segments, 1 merges 2570.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2575.0 sec: 16 segments, 1 merges 2575.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2580.0 sec: 16 segments, 1 merges 2580.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2585.0 sec: 16 segments, 1 merges 2585.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2590.1 sec: 16 segments, 1 merges 2590.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2595.1 sec: 16 segments, 1 merges 2595.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2600.1 sec: 16 segments, 1 merges 2600.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2605.1 sec: 16 segments, 1 merges 2605.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2610.1 sec: 16 segments, 1 merges 2610.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2615.1 sec: 16 segments, 1 merges 2615.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2620.0 sec: 16 segments, 1 merges 2620.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2625.0 sec: 16 segments, 1 merges 2625.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2630.0 sec: 16 segments, 1 merges 2630.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2635.0 sec: 16 segments, 1 merges 2635.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2640.0 sec: 16 segments, 1 merges 2640.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2645.0 sec: 16 segments, 1 merges 2645.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2650.1 sec: 16 segments, 1 merges 2650.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2655.1 sec: 16 segments, 1 merges 2655.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2660.1 sec: 16 segments, 1 merges 2660.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2665.1 sec: 16 segments, 1 merges 2665.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2670.1 sec: 16 segments, 1 merges 2670.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2675.1 sec: 16 segments, 1 merges 2675.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2680.0 sec: 16 segments, 1 merges 2680.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2685.0 sec: 16 segments, 1 merges 2685.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2690.0 sec: 16 segments, 1 merges 2690.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2695.0 sec: 16 segments, 1 merges 2695.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2700.0 sec: 16 segments, 1 merges 2700.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2705.0 sec: 16 segments, 1 merges 2705.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2710.1 sec: 16 segments, 1 merges 2710.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2715.1 sec: 16 segments, 1 merges 2715.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2720.1 sec: 16 segments, 1 merges 2720.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2725.1 sec: 16 segments, 1 merges 2725.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2730.1 sec: 16 segments, 1 merges 2730.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2735.1 sec: 16 segments, 1 merges 2735.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2740.0 sec: 16 segments, 1 merges 2740.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2745.0 sec: 16 segments, 1 merges 2745.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2750.0 sec: 16 segments, 1 merges 2750.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2755.0 sec: 16 segments, 1 merges 2755.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2760.0 sec: 16 segments, 1 merges 2760.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2765.0 sec: 16 segments, 1 merges 2765.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2770.0 sec: 16 segments, 1 merges 2770.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2775.0 sec: 16 segments, 1 merges 2775.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2780.0 sec: 16 segments, 1 merges 2780.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2785.0 sec: 16 segments, 1 merges 2785.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2790.0 sec: 16 segments, 1 merges 2790.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2795.0 sec: 16 segments, 1 merges 2795.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2800.1 sec: 16 segments, 1 merges 2800.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2805.1 sec: 16 segments, 1 merges 2805.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2810.1 sec: 16 segments, 1 merges 2810.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2815.1 sec: 16 segments, 1 merges 2815.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2820.1 sec: 16 segments, 1 merges 2820.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2825.1 sec: 16 segments, 1 merges 2825.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2830.0 sec: 16 segments, 1 merges 2830.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2835.0 sec: 16 segments, 1 merges 2835.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2840.0 sec: 16 segments, 1 merges 2840.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2845.0 sec: 16 segments, 1 merges 2845.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2850.0 sec: 16 segments, 1 merges 2850.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2855.0 sec: 16 segments, 1 merges 2855.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2860.0 sec: 16 segments, 1 merges 2860.0s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2865.1 sec: 16 segments, 1 merges 2865.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2870.1 sec: 16 segments, 1 merges 2870.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2875.1 sec: 16 segments, 1 merges 2875.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2880.1 sec: 16 segments, 1 merges 2880.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2885.1 sec: 16 segments, 1 merges 2885.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB 2890.1 sec: 16 segments, 1 merges 2890.1s _1fx: 16 segs, 8000.0 K docs, 32018.5 MB done first pass waiting for merges done second pass waiting for merges (CMS.sync()) Force merge done in 2896.98 sec index has 1 segments: segments_3: _1fx(11.0.0):C8000000 _1fx: 32156.0 MB encodingByteSize=4 origByteSize=4 realEncodingByteSize=4.0 index disk usage is 32155.99 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=50662734913 cpu@end=53813584695 deltaMS=3150.849782 thread 14 name=Reference Handler cpu@start=1814156 cpu@end=1814156 deltaMS=0.0 thread 15 name=Finalizer cpu@start=144263 cpu@end=144263 deltaMS=0.0 thread 16 name=Signal Dispatcher cpu@start=61236 cpu@end=61236 deltaMS=0.0 thread 40 name=Common-Cleaner cpu@start=37340694 cpu@end=37340694 deltaMS=0.0 thread 41 name=JFR Recorder Thread cpu@start=68198754060 cpu@end=68199297659 deltaMS=0.543599 thread 42 name=JFR Periodic Tasks cpu@start=560799349954 cpu@end=560951219045 deltaMS=151.869091 thread 45 name=Notification Thread cpu@start=97916 cpu@end=97916 deltaMS=0.0 thread 56 name=hnsw-merge-1-thread-1 cpu@start=7919369373494 cpu@end=7919369373494 deltaMS=0.0 thread 57 name=hnsw-merge-1-thread-2 cpu@start=7920947522560 cpu@end=7920947522560 deltaMS=0.0 thread 58 name=hnsw-merge-1-thread-3 cpu@start=7924194267058 cpu@end=7924194267058 deltaMS=0.0 thread 59 name=hnsw-merge-1-thread-4 cpu@start=7926032501445 cpu@end=7926032501445 deltaMS=0.0 thread 60 name=hnsw-merge-1-thread-5 cpu@start=7927597300389 cpu@end=7927597300389 deltaMS=0.0 thread 61 name=hnsw-merge-1-thread-6 cpu@start=7921312254945 cpu@end=7921312254945 deltaMS=0.0 thread 62 name=hnsw-merge-1-thread-7 cpu@start=7923101638442 cpu@end=7923101638442 deltaMS=0.0 thread 63 name=hnsw-merge-1-thread-8 cpu@start=7920785095543 cpu@end=7920785095543 deltaMS=0.0 thread 64 name=hnsw-merge-1-thread-9 cpu@start=7924651512028 cpu@end=7924651512028 deltaMS=0.0 thread 65 name=hnsw-merge-1-thread-10 cpu@start=7919920087677 cpu@end=7919920087677 deltaMS=0.0 thread 66 name=hnsw-merge-1-thread-11 cpu@start=7919757760241 cpu@end=7919757760241 deltaMS=0.0 thread 67 name=hnsw-merge-1-thread-12 cpu@start=7925022609184 cpu@end=7925022609184 deltaMS=0.0 thread 68 name=hnsw-merge-1-thread-13 cpu@start=7928249778366 cpu@end=7928249778366 deltaMS=0.0 thread 69 name=hnsw-merge-1-thread-14 cpu@start=7924854313884 cpu@end=7924854313884 deltaMS=0.0 thread 70 name=hnsw-merge-1-thread-15 cpu@start=7922932627371 cpu@end=7922932627371 deltaMS=0.0 thread 71 name=hnsw-merge-1-thread-16 cpu@start=7921453847656 cpu@end=7921453847656 deltaMS=0.0 Average CPU cores used: 1.0459547930511155 completed 1000 searches in 3158 ms: 316 QPS CPU time=3303 ms checking results SUMMARY: 0.943 3.158 3.303 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 5673 3248.39 2462.76 2896.98 1 32155.99 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=240, Fanout min=7, mean=16.41, max=32, meandelta=407098.88 % 0 10 20 30 40 50 60 70 80 90 100 0 10 12 13 14 16 17 19 20 24 32 Graph level=2 size=7513, Fanout min=6, mean=27.31, max=32, meandelta=267670.78 % 0 10 20 30 40 50 60 70 80 90 100 0 18 22 24 27 31 32 32 32 32 32 Graph level=1 size=246935, Fanout min=1, mean=28.31, max=32, meandelta=258558.25 % 0 10 20 30 40 50 60 70 80 90 100 0 19 24 27 31 32 32 32 32 32 32 Graph level=0 size=8000000, Fanout min=1, mean=37.65, max=64, meandelta=194623.39 % 0 10 20 30 40 50 60 70 80 90 100 0 17 22 26 30 34 40 47 58 64 64 Graph level=3 size=240, connectedness=1.00 Graph level=2 size=7513, connectedness=1.00 Graph level=1 size=246935, connectedness=1.00 Graph level=0 size=8000000, connectedness=1.00 Performance counter stats for '/usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build:/l/util.nightly/build --add-modules jdk.incubator.vector --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/2026.05.05.21.34.55/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': 242,934,730.40 msec task-clock:u 918,684,976,144,121 cycles:u (36.36%) 85,146,272,411,362 instructions:u (36.36%) 13,775,939,749,736 cache-references:u (36.36%) 3,762,593,389,603 cache-misses:u (36.36%) 52,888,007,281,278 L1-dcache-loads:u (36.36%) 3,643,479,527,500 L1-dcache-load-misses:u (36.36%) 4,152,192,944,806 L1-icache-loads:u (36.36%) 42,548,570,871 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 49,069,028 faults:u 22,511,002 minor-faults:u 6,586 major-faults:u 10,967,100,538,460 branches:u (36.36%) 115,905,691,585 branch-misses:u (36.36%) 11,648,469,713,611 stalled-cycles-frontend:u (36.36%) stalled-cycles-backend:u 8125.475229235 seconds time elapsed 241544.356013000 seconds user 1343.983446000 seconds sys took 2:15:25.502731 to run KnnGraphTester result: KNNResultV1(lucene_git_rev='288a65f5cdc4871d6a4c7ceb1e051acae1010d8b', luceneutil_git_rev='2ee39e9e4e2a376d0f050aedd44613ca3f67530d', 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.158, net_cpu_ms=3.303, 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=5673, index_time_sec=3248.39, index_docs_per_sec=2462.76, force_merge_time_sec=2896.98, index_num_segments=1, index_size_on_disk_mb=32155.99, selectivity=None, pre_post_filter='null', vec_disk_mb=31250.0, vec_ram_mb=31250.0, graph_level_conn_p_values={3: (240, {0: 0, 10: 10, 20: 12, 30: 13, 40: 14, 50: 16, 60: 17, 70: 19, 80: 20, 90: 24, 100: 32}), 2: (7513, {0: 0, 10: 18, 20: 22, 30: 24, 40: 27, 50: 31, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 1: (246935, {0: 0, 10: 19, 20: 24, 30: 27, 40: 31, 50: 32, 60: 32, 70: 32, 80: 32, 90: 32, 100: 32}), 0: (8000000, {0: 0, 10: 17, 20: 22, 30: 26, 40: 30, 50: 34, 60: 40, 70: 47, 80: 58, 90: 64, 100: 64})}, combined_run_time=datetime.timedelta(seconds=8125, microseconds=502731)) Profiler summary for /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr Version: 2.1 Chunks: 166 Start: 2026-05-06 08:36:26 (UTC) Duration: 5205 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 106213949 1890156677 jdk.FileWrite 7513862 182468710 jdk.FileRead 595649 14059861 jdk.CPULoad 97359 2016960 jdk.BooleanFlag 82336 2655310 jdk.ObjectAllocationInNewTLAB 28307 571657 jdk.Checkpoint 13778 23613396 jdk.UnsignedIntFlag 7968 275188 jdk.IntFlag 7304 270986 jdk.StringFlag 5644 222550 jdk.ObjectAllocationOutsideTLAB 1205 22622 jdk.Compilation 1039 28506 jdk.CPUInformation 166 249428 jdk.GCConfiguration 166 4412 jdk.JVMInformation 166 150824 jdk.Metadata 166 18347578 jdk.GarbageCollection 25 622 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr is 2036.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106213949 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 49.47% 52M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 38.86% 41M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 3.61% 3M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 1.40% 1M org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():297 [JIT compiled code] 1.34% 1M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 1.14% 1M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] 0.63% 672243 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.41% 430767 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.33% 347735 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.31% 332828 org.apache.lucene.util.TernaryLongHeap#upHeap():208 [Inlined code] 0.31% 327483 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.24% 250002 org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.23% 240774 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.21% 226676 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.20% 209217 java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():499 [Inlined code] 0.14% 153149 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 0.12% 132537 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] 0.11% 116189 org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] 0.08% 84172 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] 0.07% 78542 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 65523 jdk.internal.foreign.MemorySessionImpl#checkValidStateRaw():200 [Inlined code] 0.04% 45177 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():650 [Inlined code] 0.04% 44988 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [JIT compiled code] 0.04% 42337 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():363 [JIT compiled code] 0.04% 40444 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 38160 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] 0.03% 27794 org.apache.lucene.util.hnsw.HnswLock#write():48 [Inlined code] 0.02% 22599 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.02% 21991 sun.nio.ch.NativeThread#current0() [Native code] 0.02% 20393 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [Inlined code] 0.02% 19631 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.02% 19234 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] 0.02% 19096 java.util.concurrent.atomic.LongAdder#add():93 [Inlined code] 0.02% 18967 java.util.DualPivotQuicksort#sort():238 [Inlined code] 0.01% 14135 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [Inlined code] 0.01% 14108 org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter#writeVectorData():302 [JIT compiled code] 0.01% 12845 java.util.DualPivotQuicksort#sort():368 [JIT compiled code] 0.01% 12597 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [Inlined code] 0.01% 12039 org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 0.01% 11561 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.01% 11249 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined code] 0.01% 11151 org.apache.lucene.util.hnsw.NeighborArray#clear():233 [Inlined code] 0.01% 11065 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.01% 10668 org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():332 [Inlined code] 0.01% 10615 org.apache.lucene.util.hnsw.NeighborArray#sort():171 [JIT compiled code] 0.01% 10545 org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.01% 10487 org.apache.lucene.store.MemorySegmentIndexInput#seek():324 [Inlined code] 0.01% 9479 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.01% 9414 org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():385 [JIT compiled code] 0.01% 9316 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr is 2036.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106213949 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 46.18% 49M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 38.58% 40M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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] 3.61% 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] 3.28% 3M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] 1.17% 1M 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] 1.13% 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.83% 879492 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.43% 453721 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] 0.41% 430764 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.34% 356033 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [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] 0.31% 327483 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] 0.28% 302249 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [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 [JIT compiled code] 0.28% 297895 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.27% 285542 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.26% 277959 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.24% 249860 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.23% 240774 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] at jdk.jfr.internal.periodic.PeriodicTask#run():125 [Inlined code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():145 [JIT compiled code] 0.22% 230612 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.21% 220504 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.20% 208994 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.14% 153147 jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkBounds():403 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#checkAccess():357 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#copy():650 [Inlined code] 0.08% 82961 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.06% 63174 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% 61565 org.apache.lucene.util.TernaryLongHeap#downHeap():234 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.05% 57449 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% 55741 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.05% 52018 org.apache.lucene.util.hnsw.RandomVectorScorer#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] 0.05% 49736 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% 45177 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% 44987 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.04% 40444 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% 40423 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% 39149 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% 31075 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 29376 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [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% 29040 org.apache.lucene.util.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% 27794 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% 24535 org.apache.lucene.util.TernaryLongHeap#downHeap():246 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.02% 22358 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined 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% 22282 org.apache.lucene.util.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.02% 20446 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% 20393 org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():482 [Inlined 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% 19194 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.01% 14108 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% 13850 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.01% 13094 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] 0.01% 12302 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.0x0000000017171db0#accept() [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#alertOnHeapMemoryUsageChange():118 [Inlined code] 0.01% 11727 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():265 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [JIT compiled code] at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#unlock():1154 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():392 [JIT compiled code] 0.01% 11646 org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():160 [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.01% 11561 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr Profiler for cpu at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr is 2036.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 106213949 events (total: 106M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 43.07% 45M org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 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.0x000000001719efb0#call() [Inlined code] 22.99% 24M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 12.50% 13M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 2.76% 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.0x000000001719efb0#call() [Inlined code] 1.90% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.68% 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.0x000000001719efb0#call() [Inlined code] 1.42% 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 [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.18% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 1.12% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 0.83% 879491 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 [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.64% 678105 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.0x000000001719efb0#call() [Inlined code] 0.63% 665911 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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] 0.61% 646805 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.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] 0.44% 464597 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined 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] 0.43% 453721 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 [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.41% 435268 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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 [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] 0.39% 410872 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.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] 0.33% 350648 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.33% 345717 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [Inlined 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] 0.28% 299346 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.0x000000001719efb0#call() [Interpreted code] 0.22% 230856 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.0x000000001719efb0#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.22% 229679 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [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.0x000000001719efb0#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% 224319 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.0x000000001719efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.21% 220391 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.0x000000001707aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] at java.lang.Thread#run():1474 [Interpreted code] 0.18% 196288 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 [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.0x000000001719efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.18% 195404 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [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 [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] 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.0x000000001719efb0#call() [Interpreted code] 0.16% 170983 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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001719efb0#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.16% 166557 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.15% 160760 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.0x000000001719efb0#call() [Inlined code] 0.14% 145968 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.0x000000001719efb0#call() [Inlined code] 0.14% 144962 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.0x000000001719efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [Inlined code] 0.12% 131730 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.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] 0.12% 128186 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 [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.0x000000001719efb0#call() [Inlined code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.12% 126815 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.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] 0.12% 126354 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [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 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001719efb0#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.11% 115940 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.10% 106845 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [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 [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] 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.0x000000001719efb0#call() [Inlined code] 0.10% 105505 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 [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] 0.10% 104693 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.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] 0.09% 100422 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.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] 0.09% 100394 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.09% 93258 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.08% 84633 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.08% 82961 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.08% 80755 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.0x000000001719efb0#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.07% 77136 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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% 75548 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001719efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] 0.07% 75531 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] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] 0.07% 75489 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 [Interpreted code] 0.07% 71150 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.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=1 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr is 2036.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29504 events (total: 219198M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 28.92% 63392M org.apache.lucene.util.TernaryLongHeap#():68 [JIT compiled code] 27.48% 60234M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 27.34% 59918M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 3.57% 7823M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.64% 5785M java.util.Arrays#copyOf():3478 [Inlined code] 2.37% 5199M java.lang.Integer#valueOf():1006 [Inlined code] 1.10% 2408M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 0.77% 1689M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.73% 1604M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.72% 1575M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.52% 1149M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [JIT compiled code] 0.51% 1109M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 0.38% 833M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] 0.34% 743M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [Inlined code] 0.30% 657M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.24% 532M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [Inlined code] 0.21% 464M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.17% 382M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 337M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.15% 324M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] 0.09% 186M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] 0.08% 183M java.util.DualPivotQuicksort#sort():354 [JIT compiled code] 0.07% 156M org.apache.lucene.util.SparseFixedBitSet#():70 [JIT compiled code] 0.07% 156M org.apache.lucene.util.SparseFixedBitSet#():69 [JIT compiled code] 0.07% 156M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.07% 156M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] 0.06% 135M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.06% 121M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.05% 117M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Interpreted code] 0.05% 106M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] 0.04% 94M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.04% 93M knn.KnnIndexer#createIndex():254 [Interpreted code] 0.04% 91M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] 0.04% 90M java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject#await():1767 [Interpreted code] 0.04% 79M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.04% 78M java.util.HashMap#newNode():1910 [Inlined code] 0.04% 76M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] 0.03% 72M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.03% 70M knn.KnnIndexer#waitForMergesWithStatus():287 [Interpreted code] 0.03% 69M org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#writeGraph():526 [JIT compiled code] 0.03% 66M java.lang.reflect.Array#newInstance():76 [Inlined code] 0.03% 61M java.util.logging.LogManager#reset():1298 [Interpreted code] 0.03% 61M jdk.jfr.internal.ShutdownHook#run():48 [Interpreted code] 0.03% 61M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.03% 57M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.02% 47M java.lang.ThreadLocal$ThreadLocalMap#set():550 [Inlined code] 0.02% 38M java.lang.Thread#beforeSleep():473 [Inlined code] 0.01% 32M knn.KnnGraphTester#printGraphFanout():1115 [Interpreted code] 0.01% 30M knn.IndexerThread#_run():119 [JIT compiled code] 0.01% 29M knn.IndexerThread#_run():105 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=4 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr is 2036.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29504 events (total: 219198M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 22.66% 49669M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.64% 49627M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.76% 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.16% 24466M 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.82% 10557M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.65% 10197M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.57% 7823M 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.63% 5773M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayDeque#grow():146 [JIT compiled code] at java.util.ArrayDeque#addFirst():288 [Inlined code] at java.util.ArrayDeque#push():577 [Inlined code] 2.37% 5189M 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.10% 2408M 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.72% 1575M 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.52% 1149M 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 [JIT compiled code] 0.50% 1086M 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.40% 874M 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% 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():2216 [JIT compiled code] 0.37% 808M 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% 743M 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.31% 677M 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.26% 573M 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.17% 375M 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% 331M 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.15% 327M 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.15% 324M java.util.DualPivotQuicksort#tryMergeRuns():816 [JIT compiled code] at java.util.DualPivotQuicksort#sort():277 [JIT compiled code] at java.util.DualPivotQuicksort#sort():238 [Inlined code] at java.util.Arrays#sort():123 [Inlined code] 0.14% 313M 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.12% 272M 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% 203M 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% 186M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():618 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.08% 174M 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.07% 156M org.apache.lucene.util.SparseFixedBitSet#():70 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#createBitSet():70 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():150 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] 0.07% 156M org.apache.lucene.util.SparseFixedBitSet#():69 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#createBitSet():70 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#search():150 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsReader#search():352 [JIT compiled code] 0.07% 156M 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% 156M org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader$BlockState#document():556 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsReader#serializedDocument():645 [Inlined code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#copyOneDoc():508 [JIT compiled code] at org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingStoredFieldsWriter#merge():630 [JIT compiled code] 0.07% 152M 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.07% 151M 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.07% 145M 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.06% 139M 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% 135M 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% 121M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 0.05% 117M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Interpreted code] 0.05% 117M 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():2216 [Interpreted code] 0.05% 106M org.apache.lucene.util.hnsw.OnHeapHnswGraph#():86 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():119 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] 0.04% 94M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.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% 93M 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% 91M knn.KnnIndexer$TrackingConcurrentMergeScheduler#doMerge():345 [Interpreted code] at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread#run():726 [Interpreted code] 0.04% 90M 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 [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1076 [Interpreted code] 0.04% 86M org.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% 79M 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.03% 72M 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.0x000000001717f400#concat() [Inlined code] 0.03% 67M org.apache.lucene.internal.hppc.IntIntHashMap#allocateBuffers():744 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#ensureCapacity():450 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():107 [Interpreted code] at org.apache.lucene.internal.hppc.IntIntHashMap#():93 [Interpreted code] 0.03% 66M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr Profiler for heap at stackSize=12 [/l/logs.nightly/2026.05.05.21.34.55/bench-knn-q32-fmTrue.jfr is 2036.22 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 29504 events (total: 219198M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 17.73% 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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 9.62% 21093M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000001719efb0#call() [Inlined code] 9.45% 20707M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000001719efb0#call() [Inlined code] 7.45% 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():1490 [Interpreted code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 7.02% 15385M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000001719efb0#call() [Interpreted code] 6.56% 14390M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000001719efb0#call() [Interpreted code] 3.72% 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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] at knn.KnnGraphTester#runWithCleanUp():271 [Interpreted code] 3.31% 7249M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x000000001719efb0#call() [Inlined code] 3.05% 6684M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x000000001719efb0#call() [Inlined code] 2.63% 5773M 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.37% 5189M 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.81% 3971M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] 1.72% 3774M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.58% 3464M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 1.57% 3431M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [Interpreted code] 1.29% 2828M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.22% 2674M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.18% 2592M 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.0x000000001719efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 1.10% 2408M 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.07% 2346M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.04% 2285M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.92% 2018M 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.0x000000001719efb0#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.85% 1858M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.76% 1667M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.76% 1667M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.69% 1504M 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.0x000000001719efb0#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.66% 1436M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Interpreted code] 0.52% 1148M 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.0x000000001719efb0#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.50% 1086M 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.0x000000001719efb0#call() [Inlined code] 0.38% 825M 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 [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] 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.0x000000001719efb0#call() [Interpreted code] 0.33% 725M org.apache.lucene.search.AbstractKnnVectorQuery#getKnnCollectorManager():248 [Inlined code] at org.apache.lucene.search.AbstractKnnVectorQuery#rewrite():106 [JIT compiled code] at org.apache.lucene.search.KnnFloatVectorQuery#rewrite():48 [Inlined code] at knn.KnnGraphTester$ProfiledKnnFloatVectorQuery#rewrite():2216 [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():1490 [JIT compiled code] at knn.KnnGraphTester#testSearch():1221 [Interpreted code] at knn.KnnGraphTester#run():743 [Interpreted code] 0.33% 721M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.32% 696M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder#lambda$build$0():89 [Inlined code] 0.22% 484M 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.0x000000001719efb0#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% 391M 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 [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.0x000000001719efb0#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.15% 330M 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% 308M 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.0x000000001719efb0#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% 287M 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 [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.0x000000001719efb0#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% 285M 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 [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] 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.0x000000001719efb0#call() [Inlined code] 0.12% 262M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():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.0x000000001719efb0#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% 261M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.12% 256M 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.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] 0.12% 255M 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.0x0000000017198b58#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.0x0000000017196888#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.12% 254M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001719efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 236M 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 [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.0x000000001719efb0#call() [Interpreted code] at java.util.concurrent.FutureTask#run():328 [Interpreted code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [Interpreted code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.11% 236M 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.0x000000001719efb0#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% 229M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.10% 228M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.10% 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] 0.10% 221M 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 [Interpreted code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$$Lambda.0x000000001719efb0#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.0x000000001719f508#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] now remove KNN index knn-reuse/indices/dot_product-icohere-v3-wikipedia-en-scattered-1024d.docs.vec-1765126857478-8000000-32-100-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 13.601 14.237 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 1004.26 7966.09 0.00 16 36036.24 1.000 35278.320 4028.320 false HNSW 0.881 2.372 2.477 1.044 8000000 KNN 100 100 N/A N/A 100.000 32 100 4 bits 918.00 8714.61 1089.29 1 36185.83 1.000 35278.320 4028.320 false HNSW 0.955 15.046 15.748 1.047 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 1531.11 5224.96 0.00 20 39938.09 1.000 39184.570 7934.570 false HNSW 0.929 2.487 2.595 1.043 8000000 KNN 100 100 N/A N/A 100.000 32 100 7 bits 1362.08 5873.36 1138.97 1 40090.65 1.000 39184.570 7934.570 false HNSW 0.975 12.958 13.575 1.048 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 3073.59 2602.82 0.00 16 32011.98 1.000 31250.000 31250.000 false HNSW 0.943 3.158 3.303 1.046 8000000 KNN 100 100 N/A N/A 100.000 32 100 no 3248.39 2462.76 2896.98 1 32155.99 1.000 31250.000 31250.000 false HNSW saving all results to /l/logs.nightly/2026.05.05.21.34.55/knn_results.pk done! took 27533.3 seconds total removing KNN indices dir /l/util.nightly/knn-reuse/indices [2026-05-06 06:30:14.891475] now generate KNN nightly charts [2026-05-06 06:30:19.013440] 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=3342068 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Version: 2.1 Chunks: 16 Start: 2026-05-06 10:30:19 (UTC) Duration: 133 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3933879 82376562 jdk.CPUTimeSample 3840767 67441326 jdk.FileRead 796349 18983532 jdk.ObjectAllocationInNewTLAB 529044 9278463 jdk.ObjectAllocationOutsideTLAB 121527 1938543 jdk.BooleanFlag 11072 350892 jdk.Compilation 6264 161621 jdk.CPULoad 2370 46791 jdk.UnsignedIntFlag 992 34266 jdk.IntFlag 896 32152 jdk.Checkpoint 855 25623848 jdk.StringFlag 720 26887 jdk.GarbageCollection 46 1095 jdk.CPUInformation 16 24027 jdk.GCConfiguration 16 411 jdk.JVMInformation 16 16923 jdk.Metadata 16 1768429 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 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3840767 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 8.57% 329146 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] 5.09% 195671 java.lang.Character#codePointAtImpl():9670 [Inlined code] 5.06% 194438 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.25% 163289 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.54% 135853 java.lang.Character#codePointAt():9662 [Inlined code] 3.35% 128602 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.15% 120990 java.lang.Character#isHighSurrogate():9464 [Inlined code] 2.62% 100693 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.60% 99990 java.lang.Integer#rotateLeft():1650 [Inlined code] 2.37% 91172 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 1.70% 65149 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.65% 63471 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.42% 54445 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.41% 54111 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.38% 53042 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.32% 50682 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.23% 47175 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.08% 41598 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 1.02% 39303 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 1.02% 39054 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.00% 38478 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.96% 36999 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.92% 35207 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.91% 34963 java.lang.Character#toChars():9872 [Inlined code] 0.82% 31494 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.75% 28803 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.67% 25801 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.65% 24842 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.64% 24614 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.64% 24586 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.55% 21000 java.lang.Character#codePointAt():9665 [Inlined code] 0.54% 20607 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.47% 17922 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.44% 17035 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.42% 16323 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] 0.41% 15853 java.lang.Character#toLowerCase():11251 [Inlined code] 0.41% 15754 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.40% 15543 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.40% 15220 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.39% 15134 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.38% 14697 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.37% 14216 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.37% 14168 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.36% 13950 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.35% 13334 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.34% 13157 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.34% 13149 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] 0.34% 13082 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.33% 12647 org.apache.lucene.index.TermsHashPerField#start():349 [Inlined code] 0.33% 12621 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1108 [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 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3840767 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 8.57% 329146 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 5.09% 195671 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 4.25% 163176 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.38% 129958 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 3.35% 128601 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.14% 120448 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 2.60% 99990 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 2.60% 99905 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.37% 91172 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 1.70% 65124 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.65% 63471 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.44% 55216 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.42% 54445 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.41% 54107 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.38% 53039 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.32% 50682 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.30% 49831 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.23% 47175 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.21% 46426 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.12% 42965 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.08% 41597 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 1.02% 39054 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 0.99% 38083 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] 0.92% 35207 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.91% 34963 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.82% 31405 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.75% 28795 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.65% 24841 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.64% 24614 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.64% 24586 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.53% 20475 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.52% 20019 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.50% 19257 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.49% 18988 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.46% 17640 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.44% 17035 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.41% 15662 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.40% 15196 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.39% 15139 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.39% 15126 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.39% 15119 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.38% 14523 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.37% 14389 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():667 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.37% 14198 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% 14166 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.36% 13946 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.34% 13157 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] 0.34% 13149 org.apache.lucene.analysis.CharArraySet#contains():89 [Inlined code] at org.apache.lucene.analysis.StopFilter#accept():97 [Inlined code] 0.33% 12766 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.33% 12644 org.apache.lucene.index.TermsHashPerField#start():349 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#start():77 [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 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3840767 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.99% 191696 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.25% 163087 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.38% 129747 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] 3.23% 123915 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.06% 117700 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] 3.04% 116594 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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.90% 111390 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [Inlined code] 2.58% 99240 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.37% 90943 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.70% 65116 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.65% 63471 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.42% 54444 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.40% 53907 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.34% 51308 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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.32% 50682 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.32% 50536 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.28% 49224 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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] 1.27% 48833 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.23% 47175 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.20% 46084 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.10% 42349 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.08% 41597 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.01% 38915 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.01% 38764 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.99% 38083 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.92% 35207 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.91% 34963 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.75% 28795 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% 24841 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.64% 24614 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.64% 24586 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.62% 23702 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.57% 22009 org.apache.lucene.index.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.53% 20385 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% 20290 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.53% 20224 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.52% 19857 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.46% 17638 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.44% 17035 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% 15662 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.40% 15195 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.39% 15139 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.39% 15126 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.39% 15084 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.39% 14905 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#byteAt():77 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#getBucket():207 [Inlined code] 0.37% 14325 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.37% 14166 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.36% 13941 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.34% 13157 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.34% 13145 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3840767 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.06% 117698 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.92% 112003 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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 [JIT compiled code] 2.78% 106689 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [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 [JIT compiled code] 2.69% 103352 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.56% 98317 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.43% 93379 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] 2.05% 78601 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.95% 74919 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.91% 73378 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] 1.32% 50536 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.0x000000009c1d6d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.28% 49085 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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] 1.26% 48563 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 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 1.24% 47586 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] 1.12% 42988 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.10% 42295 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.09% 41789 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.06% 40549 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.03% 39492 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.01% 38718 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.01% 38609 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] 0.94% 36090 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.86% 32906 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.77% 29735 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.76% 29333 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.71% 27422 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.69% 26322 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.68% 26072 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.65% 24814 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.64% 24612 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.62% 23975 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.60% 23184 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.59% 22830 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.59% 22717 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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% 21742 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 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [JIT compiled code] 0.54% 20665 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.51% 19769 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 [JIT compiled code] 0.51% 19752 org.apache.lucene.index.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.51% 19667 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 [JIT compiled code] 0.51% 19663 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% 17507 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.45% 17318 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.45% 17205 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.43% 16487 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.43% 16348 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.43% 16339 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.42% 16199 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.42% 16143 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.39% 15138 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% 15060 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.39% 14881 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 3840767 events (total: 3M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 2.92% 112003 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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 [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] 2.78% 106689 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [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 [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] 2.68% 102820 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 [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.03% 78001 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.94% 74522 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.90% 72901 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.81% 69330 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.73% 66578 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] 1.32% 50536 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.0x000000009c1d6d30#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.27% 48925 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined 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] 1.23% 47405 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [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 [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] 1.21% 46548 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 [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 [JIT compiled code] 1.19% 45629 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] 1.12% 43053 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.11% 42685 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 [JIT compiled code] 1.05% 40255 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 [JIT compiled code] 1.03% 39631 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 [JIT compiled code] 1.03% 39451 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.02% 39307 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 [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.99% 37909 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 [JIT compiled code] 0.93% 35853 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 [JIT compiled code] 0.93% 35608 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.85% 32672 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.77% 29525 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.76% 29121 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.71% 27241 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.68% 26262 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.68% 26211 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 [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% 25858 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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 [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.64% 24612 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.0x000000009c1d6d30#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.64% 24421 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.63% 24155 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.62% 23820 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 [JIT compiled code] 0.60% 23042 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 [JIT compiled code] 0.59% 22617 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 [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.59% 22520 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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 [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.55% 21083 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 [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] 0.53% 20453 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 [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% 19769 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 [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% 19752 org.apache.lucene.index.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 [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% 19667 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 [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.45% 17110 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.44% 17089 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [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.44% 16919 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.43% 16393 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 [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% 16082 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [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% 16057 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 [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% 15903 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [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.39% 14985 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 [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.39% 14842 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [JIT compiled code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [JIT compiled 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.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 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 650546 events (total: 321814M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.52% 53149M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 8.85% 28470M java.lang.StringUTF16#compress():212 [Inlined code] 8.13% 26174M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 6.98% 22457M perf.LineFileDocs#readDocs():176 [JIT compiled code] 6.82% 21942M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 4.24% 13642M java.lang.StringUTF16#compress():216 [Inlined code] 3.24% 10411M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.23% 10396M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.08% 9904M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.59% 8348M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.48% 7980M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 1.97% 6327M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.94% 6251M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.73% 5570M org.apache.lucene.util.BytesRef#():71 [Inlined code] 1.73% 5557M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.68% 5391M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.67% 5379M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.67% 5373M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.61% 5165M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.36% 4373M java.util.ArrayList#grow():240 [Inlined code] 1.33% 4295M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.29% 4152M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.17% 3749M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.16% 3722M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.85% 2748M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.60% 1936M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.52% 1682M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.51% 1636M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.50% 1599M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.49% 1562M java.lang.Integer#toString():167 [Inlined code] 0.48% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] 0.47% 1521M java.util.Formatter#parse():2810 [Inlined code] 0.47% 1506M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.46% 1482M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.45% 1459M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.38% 1209M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.35% 1138M java.lang.String#format():4455 [Inlined code] 0.33% 1066M perf.LineFileDocs#nextDoc():643 [JIT compiled code] 0.31% 985M java.util.Formatter#():2110 [Inlined code] 0.30% 979M java.lang.StringBuilder#toString():478 [Inlined code] 0.30% 969M perf.LineFileDocs#nextDoc():646 [JIT compiled code] 0.30% 955M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] 0.30% 951M perf.LineFileDocs#nextDoc():638 [JIT compiled code] 0.29% 938M java.lang.StringLatin1#newString():760 [Inlined code] 0.29% 937M java.lang.StringLatin1#replace():312 [Inlined code] 0.29% 931M java.util.Formatter#parse():2782 [Inlined code] 0.29% 924M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.28% 894M perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.28% 893M java.lang.AbstractStringBuilder#():101 [Inlined code] 0.27% 879M java.util.List#of():935 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.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 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 650546 events (total: 321814M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.49% 53063M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 8.85% 28470M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.13% 26174M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 6.98% 22457M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 6.82% 21942M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 4.24% 13642M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.22% 10377M org.apache.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.04% 9767M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.59% 8331M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.54% 8160M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.48% 7980M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 1.97% 6327M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.94% 6251M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.73% 5557M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.68% 5391M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.67% 5379M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.67% 5373M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.63% 5254M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 1.61% 5165M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.36% 4373M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.33% 4295M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.29% 4152M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 3749M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.16% 3722M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.70% 2250M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.60% 1936M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.52% 1661M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [Inlined code] 0.51% 1636M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.50% 1599M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.48% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1521M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.47% 1519M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.47% 1506M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.45% 1442M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.33% 1072M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.33% 1066M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.31% 985M java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.30% 979M java.lang.StringBuilder#toString():478 [Inlined code] at java.util.Formatter#toString():2598 [Inlined code] 0.30% 969M perf.LineFileDocs#nextDoc():646 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.30% 955M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] 0.30% 951M perf.LineFileDocs#nextDoc():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.29% 944M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.29% 938M java.lang.StringLatin1#newString():760 [Inlined code] at java.lang.Integer#toString():185 [Inlined code] 0.29% 937M java.lang.StringLatin1#replace():312 [Inlined code] at java.lang.String#replace():2998 [Inlined code] 0.29% 931M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.29% 925M 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% 920M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():730 [JIT compiled code] 0.28% 916M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.28% 894M perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.28% 893M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=4 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 650546 events (total: 321814M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.49% 53063M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.24% 26514M 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] 8.10% 26059M 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] 6.98% 22457M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.32% 17124M org.apache.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.22% 13572M 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] 2.99% 9636M 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.55% 8194M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.53% 8144M 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.48% 7980M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.97% 6327M 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.94% 6251M 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.73% 5557M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 1.68% 5391M 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.67% 5379M 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.65% 5316M 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.61% 5165M 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% 5006M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.36% 4373M 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.33% 4295M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] 1.32% 4232M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.29% 4152M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.16% 3722M 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% 3454M 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.96% 3080M org.apache.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.93% 2979M 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% 2250M 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.52% 1661M 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.51% 1636M 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.48% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1521M 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.47% 1519M 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% 1442M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] 0.44% 1416M 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.43% 1389M org.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.42% 1342M 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.34% 1091M 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.34% 1091M 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.33% 1072M 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.33% 1066M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.33% 1050M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.30% 969M perf.LineFileDocs#nextDoc():646 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 955M 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.30% 951M perf.LineFileDocs#nextDoc():638 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.29% 944M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValue():57 [Inlined code] at perf.LineFileDocs#nextDoc():748 [JIT compiled code] 0.29% 944M 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.29% 931M 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% 922M 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.29% 920M 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.28% 915M java.lang.StringLatin1#newString():760 [Inlined code] at java.lang.Integer#toString():185 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled 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-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 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 650546 events (total: 321814M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.49% 53063M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.23% 26471M 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.98% 22457M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.22% 13572M 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.41% 10963M 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.48% 7980M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.25% 7227M 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.72% 5527M org.apache.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.68% 5404M 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.68% 5391M 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.65% 5316M 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.64% 5280M 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.61% 5165M 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.59% 5125M 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.52% 4906M 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.48% 4773M 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.39% 4481M 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.32% 4232M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000009c1d6d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.29% 4152M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.27% 4082M 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.0x000000009c1d6d30#merge() [Interpreted code] 1.14% 3678M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.05% 3385M 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.0x000000009c1d6d30#merge() [Interpreted code] 1.01% 3260M 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.93% 3005M 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% 2979M 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.90% 2884M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.88% 2845M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [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.86% 2771M 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.81% 2604M 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.81% 2604M org.apache.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.78% 2498M 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.77% 2484M org.apache.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% 2395M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.71% 2286M 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.63% 2023M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.60% 1929M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.56% 1803M 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.52% 1661M 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.51% 1634M 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.49% 1592M 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% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1519M 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.47% 1502M 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.44% 1415M 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.42% 1359M 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.42% 1357M 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.42% 1342M 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.34% 1091M 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] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1091M 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.34% 1081M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr Profiler for heap at stackSize=12 [medium index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr is 198.47 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 650546 events (total: 321814M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 16.49% 53063M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.23% 26471M 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.98% 22457M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.22% 13572M 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.41% 10963M 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.0x000000009c1d6d30#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.48% 7980M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.21% 7123M 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.65% 5316M 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.0x000000009c1d6d30#merge() [Interpreted code] 1.57% 5044M 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.53% 4925M 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.52% 4906M 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.0x000000009c1d6d30#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% 4899M 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.50% 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] 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.37% 4424M 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.32% 4232M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x000000009c1d6d30#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.29% 4152M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.29% 4148M org.apache.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.27% 4102M 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.27% 4082M 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.0x000000009c1d6d30#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.05% 3385M 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.0x000000009c1d6d30#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.01% 3260M 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 [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.94% 3036M 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] 0.93% 2979M 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.88% 2845M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.88% 2834M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.86% 2764M 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.81% 2604M org.apache.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.81% 2592M 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.77% 2477M 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.72% 2325M org.apache.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.70% 2259M org.apache.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.69% 2235M 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% 1880M org.apache.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.53% 1704M 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] 0.52% 1661M 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.0x000000009c1d6d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.50% 1602M 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.49% 1584M 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.48% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.47% 1519M 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.47% 1502M 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.0x000000009c1d6d30#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.44% 1416M 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.44% 1415M 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.43% 1379M org.apache.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.42% 1357M 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.42% 1342M 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.38% 1228M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.34% 1091M 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] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.34% 1091M 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.34% 1084M 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.34% 1081M org.apache.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] move log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocs.top.log [2026-05-06 06:34:28.012334] took 106.1 sec [2026-05-06 06:34:28.016396] medIndexAtClose None [2026-05-06 06:34:28.017634] 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=3345770 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Version: 2.1 Chunks: 59 Start: 2026-05-06 14:04:59 (UTC) Duration: 1401 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 96943320 1938834773 jdk.FileWrite 4233733 115989972 jdk.ObjectAllocationInNewTLAB 121688 2636974 jdk.FileRead 80569 2278623 jdk.BooleanFlag 40828 1347501 jdk.ObjectAllocationOutsideTLAB 8344 165351 jdk.CPULoad 4745 99645 jdk.UnsignedIntFlag 3658 131157 jdk.IntFlag 3304 122897 jdk.StringFlag 2655 103840 jdk.Checkpoint 1462 56420367 jdk.Compilation 97 2737 jdk.CPUInformation 59 88677 jdk.GCConfiguration 59 1593 jdk.JVMInformation 59 71213 jdk.Metadata 59 6521152 jdk.GarbageCollection 16 419 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96943320 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.67% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 11.03% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 4.88% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 1.94% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 1.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.99% 962612 java.util.ArrayList#elementData():412 [Inlined code] 0.97% 945128 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.95% 921641 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.52% 499779 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.47% 459282 java.util.Arrays#fill():3144 [Inlined code] 0.35% 341426 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.35% 340303 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.24% 236632 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.24% 232538 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.23% 222326 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():298 [JIT compiled code] 0.22% 217682 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] 0.21% 206247 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] 0.21% 200596 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] 0.19% 184533 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():303 [JIT compiled code] 0.17% 162895 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.16% 159250 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] 0.16% 151201 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.14% 137681 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] 0.13% 127325 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.11% 106138 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.11% 102878 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.10% 101527 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.10% 96712 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.10% 95814 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 93638 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():297 [JIT compiled code] 0.09% 90466 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.09% 88219 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] 0.08% 80071 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] 0.08% 76565 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] 0.08% 75592 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.07% 70389 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.07% 67924 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.07% 66704 org.apache.lucene.util.TernaryLongHeap#downHeap():235 [Inlined code] 0.07% 66049 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.07% 65945 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.07% 64217 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 63572 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.07% 63388 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.06% 61026 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] 0.06% 60043 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.06% 59047 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] 0.06% 55137 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] 0.06% 54671 java.util.Arrays#fill():3143 [Inlined code] 0.05% 53235 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.05% 48156 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():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=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 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96943320 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.67% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 11.03% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 4.88% 4M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 1.78% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.99% 962388 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.97% 945128 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.95% 921641 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.52% 499779 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.47% 459282 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.35% 340303 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.24% 236632 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.22% 217682 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.21% 207064 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.21% 206247 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.19% 180901 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.18% 172137 jdk.incubator.vector.FloatVector#fromMemorySegment():3040 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():110 [JIT compiled code] 0.17% 162895 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [Inlined code] 0.16% 153744 org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():343 [JIT compiled code] 0.16% 151534 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.16% 151201 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.16% 150425 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.15% 144778 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% 137681 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.13% 127325 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.13% 125577 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] 0.11% 106138 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.09% 90466 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.09% 89424 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#normalizeRawScore():153 [Inlined code] 0.08% 81004 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] 0.08% 80071 org.apache.lucene.util.TernaryLongHeap#top():111 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 76565 org.apache.lucene.util.hnsw.NeighborQueue#decodeScore():120 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#topScore():151 [Inlined code] 0.08% 74848 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.08% 73454 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 0.07% 71746 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% 70389 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 68637 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.07% 65945 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.07% 65113 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% 61026 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.06% 60215 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.06% 60043 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.06% 55098 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.06% 54671 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 54349 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.05% 51713 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():345 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.05% 47756 org.apache.lucene.util.hnsw.NeighborQueue#size():68 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#minCompetitiveSimilarity():688 [Inlined code] 0.05% 46098 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#signalNext():264 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#release():720 [Inlined code] 0.05% 45699 org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 43177 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96943320 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 67.67% 65M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 11.03% 10M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] 3.20% 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.70% 1M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.56% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.21% 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.90% 874626 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.84% 811133 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.70% 676872 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% 472292 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.47% 459282 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.46% 443759 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% 339400 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.24% 236632 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.21% 207440 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% 199937 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% 188752 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] 0.19% 180901 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.18% 172137 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.17% 164500 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():101 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.16% 153309 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.16% 151201 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.15% 149072 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% 139124 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.13% 129224 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():108 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] 0.13% 126857 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.13% 123118 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.12% 117158 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.11% 111478 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 [Inlined code] 0.09% 90466 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.09% 87050 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% 81004 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#updateTop():153 [JIT compiled code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.08% 80493 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% 79588 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.08% 74214 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.07% 72064 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% 69016 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.07% 67977 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% 67112 org.apache.lucene.util.hnsw.RandomVectorScorer#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] 0.07% 66118 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.07% 65945 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.07% 64394 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% 60043 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.06% 58320 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():188 [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.06% 57790 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.06% 57706 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% 55121 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% 54671 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% 51972 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% 48440 org.apache.lucene.codecs.hnsw.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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96943320 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 13.69% 13M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.06% 12M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 12.19% 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] 12.02% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 10.17% 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():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.98% 3M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 3.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] 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.91% 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.52% 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.98% 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.66% 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 [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] 1.66% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():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.43% 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.11% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 0.91% 886313 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.84% 811133 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.83% 802351 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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.77% 750929 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 [Inlined code] 0.71% 684958 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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.70% 676872 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.69% 664538 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.52% 506863 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% 472292 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% 419113 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.42% 411367 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.41% 392656 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.35% 339400 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% 222978 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.21% 207440 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.21% 200611 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.21% 199937 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.19% 188752 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():139 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.18% 173560 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.16% 153309 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% 151201 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.15% 146535 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% 139124 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% 131698 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.13% 126857 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.13% 122309 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 [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] 0.12% 118739 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.12% 117158 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.11% 111198 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 [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.11% 111136 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.11% 105787 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.11% 103791 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 96390 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% 82952 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.08% 80493 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% 79588 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 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=12 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 96943320 events (total: 96M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 12.13% 11M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():123 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 11.36% 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] 11.02% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 10.42% 10M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():120 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 7.02% 6M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 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.71% 2M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.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.03% 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.99% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.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.90% 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.77% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 1.66% 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 [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 [Inlined code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():427 [JIT compiled code] 1.49% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.36% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():113 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 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.30% 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.18% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.98% 945588 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.84% 810750 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 798920 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.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 [JIT compiled code] 0.79% 761821 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.0x00000000921fa908#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.77% 750239 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 [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.75% 723179 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.71% 684822 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.69% 664538 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.63% 611663 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 [Inlined code] 0.52% 507453 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.51% 497885 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% 472292 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% 460625 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.46% 450740 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.46% 442568 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 439588 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% 436933 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.42% 411367 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.0x00000000921fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.40% 389272 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.38% 365968 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.37% 361846 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.36% 345890 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 340360 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.35% 338765 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.35% 336259 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.35% 335536 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.33% 320828 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.31% 301065 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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.23% 222978 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.0x00000000921fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.21% 200611 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.20% 194800 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.0x00000000921fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.20% 194283 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 187551 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.0x00000000921fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.19% 181068 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():122 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():318 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130031 events (total: 123763M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 24.06% 29776M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 23.87% 29545M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.94% 8593M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 6.61% 8177M perf.LineFileDocs#readVector():212 [Inlined code] 5.90% 7301M java.nio.HeapByteBuffer#():75 [Inlined code] 2.99% 3700M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 2.93% 3631M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.89% 3575M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 2.07% 2561M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.64% 2035M java.lang.StringUTF16#compress():212 [Inlined code] 1.62% 2010M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.25% 1552M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.15% 1419M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 1.08% 1341M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.94% 1166M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.84% 1035M java.lang.StringUTF16#compress():216 [Inlined code] 0.78% 962M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.75% 924M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.69% 857M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.61% 753M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.61% 752M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.51% 630M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.50% 624M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.43% 535M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.41% 501M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.38% 472M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.37% 457M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.36% 447M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.36% 441M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.31% 383M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.30% 373M java.util.ArrayList#grow():240 [Inlined code] 0.26% 322M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.26% 316M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.25% 307M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.23% 279M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.22% 272M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.20% 253M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.20% 251M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.18% 218M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.17% 213M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.17% 212M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.15% 183M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 0.14% 171M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.12% 146M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.11% 135M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.11% 133M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.11% 131M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 0.10% 124M perf.LineFileDocs#nextDoc():643 [JIT compiled code] 0.10% 122M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 0.10% 120M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.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 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130031 events (total: 123763M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 23.93% 29617M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 23.87% 29545M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 6.94% 8593M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 6.61% 8177M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 5.90% 7301M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 2.99% 3700M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 2.93% 3631M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.89% 3575M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 2.07% 2561M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.64% 2035M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.62% 2010M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.25% 1552M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.15% 1419M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 1.07% 1325M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.94% 1166M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.84% 1035M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.78% 962M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.75% 924M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.59% 726M 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% 630M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.50% 624M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.43% 535M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.41% 501M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.39% 484M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.38% 475M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.37% 457M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.36% 450M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.35% 429M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.31% 383M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.30% 373M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.26% 322M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.25% 313M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.25% 311M 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% 307M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.22% 272M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.22% 268M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.20% 253M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.20% 251M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.19% 238M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.18% 225M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.17% 212M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.15% 183M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.13% 158M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.12% 151M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.11% 135M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():739 [Inlined code] 0.11% 135M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.11% 133M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [Inlined code] 0.11% 133M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.11% 131M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.11% 131M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [medium vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.nd27.625M.jfr is 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130031 events (total: 123763M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.77% 26948M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 21.73% 26892M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.94% 8593M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():335 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter#addValue():364 [Inlined code] 6.61% 8177M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 6985M 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.99% 3700M 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.89% 3575M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.16% 2669M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 2.14% 2653M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.13% 2630M 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.62% 2010M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.61% 1998M 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.49% 1843M 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.07% 1325M 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.94% 1166M 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.92% 1134M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] 0.83% 1032M 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.81% 1000M 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.75% 924M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.59% 727M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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% 726M 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.56% 691M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.53% 660M 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.51% 630M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.50% 624M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.45% 562M 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% 535M 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.41% 501M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.37% 457M 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.31% 383M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.30% 373M 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.28% 345M 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% 332M 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.25% 313M 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.25% 313M 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.25% 307M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.24% 302M 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.24% 299M 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.24% 295M 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.24% 292M 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.22% 272M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.22% 271M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 0.20% 253M org.apache.lucene.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.20% 251M 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.17% 212M 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% 195M 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.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.15% 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.14% 175M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.14% 168M 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% 151M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130031 events (total: 123763M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.86% 17150M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 13.84% 17122M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.94% 8593M 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] 6.61% 8177M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 6985M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 6977M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 5.55% 6871M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.89% 3575M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.13% 2630M 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.62% 2010M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.62% 2001M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.61% 1998M 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.59% 1966M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.51% 1872M 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.49% 1843M 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.48% 1827M 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.22% 1506M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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] 1.20% 1486M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.83% 1032M 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.79% 982M 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.75% 924M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.59% 729M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.59% 727M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000921e6f28#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.56% 691M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.56% 688M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.55% 684M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.55% 679M 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.0x00000000921e6f28#merge() [Interpreted code] 0.53% 660M 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.52% 645M 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.52% 640M 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% 560M 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 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():790 [Inlined code] 0.45% 555M 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.43% 535M 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.43% 533M 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.42% 525M 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.0x00000000921e6f28#merge() [Interpreted code] 0.42% 515M 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.39% 479M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.39% 478M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.37% 457M 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% 415M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.33% 406M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.31% 381M org.apache.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.28% 345M 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.27% 332M 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.25% 313M 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.0x00000000921fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.25% 313M 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.25% 309M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.24% 299M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.24% 295M 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.0x00000000921fa908#call() [JIT compiled code] 0.24% 292M 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 2026.39 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 130031 events (total: 123763M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.86% 17150M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000921fa908#call() [JIT compiled code] 13.84% 17122M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000921fa908#call() [JIT compiled code] 6.94% 8593M 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 6.61% 8177M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 6985M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.64% 6977M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] 5.55% 6871M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [Inlined code] 2.89% 3575M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.95% 2411M 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.0x00000000921fa908#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.62% 2010M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.62% 2001M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.61% 1998M 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.0x00000000921fa908#call() [JIT compiled code] 1.59% 1966M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.51% 1872M 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.0x00000000921e6f28#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.49% 1843M 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.22% 1506M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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] 1.20% 1486M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.87% 1081M 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.83% 1032M 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.79% 982M 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 [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.75% 924M 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.0x00000000921e6f28#merge() [Interpreted code] 0.59% 727M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000921e6f28#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% 720M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.55% 683M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.55% 679M 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.0x00000000921e6f28#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.54% 669M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.53% 661M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.51% 632M 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.0x00000000921fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.45% 560M 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 [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 [Inlined code] 0.45% 555M 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.43% 535M 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.43% 533M 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.42% 525M 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.0x00000000921e6f28#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.42% 515M 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.0x00000000921e6f28#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.39% 479M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.39% 478M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] at org.apache.lucene.util.hnsw.ConcurrentHnswMerger#createBuilder():81 [Interpreted code] at org.apache.lucene.util.hnsw.IncrementalHnswGraphMerger#merge():212 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#buildAndWriteGraph():485 [Interpreted code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter#lambda$mergeOneField$0():453 [Interpreted code] 0.37% 457M 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.37% 456M 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.34% 415M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.33% 406M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.30% 372M 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% 363M 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.26% 319M 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.0x00000000921fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.26% 318M 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.0x00000000921fa908#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.25% 313M 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.25% 309M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.24% 299M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.24% 296M 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.0x00000000921fa908#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.0x00000000921fae60#run() [JIT compiled code] at java.util.concurrent.ThreadPoolExecutor#runWorker():1090 [Interpreted code] 0.24% 292M 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.24% 291M org.apache.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] move log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocsWithVectors.log move vmstat log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocsWithVectors.vmstat.log move top log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocsWithVectors.top.log [2026-05-06 11:09:02.914145] took 13706.5 sec [2026-05-06 11:09:03.720780] medIndexVectorsAtClose None [2026-05-06 11:09:03.728697] 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=3512816 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Version: 2.1 Chunks: 161 Start: 2026-05-06 16:40:19 (UTC) Duration: 1358 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 82744109 1654785332 jdk.FileWrite 11397891 310553569 jdk.ObjectAllocationInNewTLAB 426702 8655919 jdk.FileRead 217345 6352685 jdk.BooleanFlag 111412 3677079 jdk.ObjectAllocationOutsideTLAB 60956 1118973 jdk.CPULoad 20467 429807 jdk.UnsignedIntFlag 9982 357903 jdk.IntFlag 9016 335363 jdk.StringFlag 7245 285775 jdk.Checkpoint 6169 135043726 jdk.Compilation 170 4741 jdk.CPUInformation 161 241983 jdk.GCConfiguration 161 4347 jdk.JVMInformation 161 200606 jdk.Metadata 161 17795008 jdk.GarbageCollection 46 1196 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 82744109 events (total: 82M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.10% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 34.80% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 5.99% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] 3.81% 3M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] 3.30% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 2.25% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 1.31% 1M java.util.ArrayList#elementData():412 [Inlined code] 0.75% 616564 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.62% 513209 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] 0.58% 481379 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.45% 373417 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] 0.38% 317702 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] 0.33% 270586 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] 0.28% 235464 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.28% 228618 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] 0.27% 225743 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] 0.26% 218937 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.24% 196666 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.22% 184289 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.19% 156532 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] 0.19% 156233 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.18% 151913 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.17% 138568 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.16% 132295 java.util.Arrays#fill():3144 [Inlined code] 0.15% 126732 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.15% 121335 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.13% 104038 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] 0.13% 103702 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.12% 102114 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.12% 99522 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.12% 98239 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.10% 86497 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.09% 77860 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] 0.09% 77498 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.08% 67235 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.07% 61607 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] 0.07% 60237 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] 0.07% 57060 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 0.07% 56750 sun.nio.ch.NativeThread#current0() [Native code] 0.07% 55016 java.util.Arrays#fill():3143 [Inlined code] 0.06% 53474 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():228 [JIT compiled code] 0.06% 52180 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] 0.06% 52166 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.06% 50766 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():328 [JIT compiled code] 0.06% 49032 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.06% 46899 org.apache.lucene.util.hnsw.NeighborArray#growArrays():96 [Inlined code] 0.06% 46803 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] 0.05% 44553 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.05% 42815 java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock#lock():966 [Inlined code] 0.05% 41810 org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 82744109 events (total: 82M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.10% 29M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 34.23% 28M org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 5.99% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] 3.52% 2M org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 3.30% 2M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 2.25% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 1.31% 1M java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.62% 513209 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.58% 481379 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.52% 430864 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.45% 373417 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.40% 333876 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.38% 317702 jdk.incubator.vector.IntVector#lanewiseTemplate():798 [Inlined code] at jdk.incubator.vector.Int256Vector#lanewise():278 [Inlined code] 0.29% 238675 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [Inlined code] 0.28% 235464 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.28% 228618 org.apache.lucene.util.hnsw.OnHeapHnswGraph#nextNeighbor():189 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#graphNextNeighbor():401 [Inlined code] 0.27% 225743 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.26% 218937 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.26% 217348 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [Inlined code] 0.25% 208613 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():345 [JIT compiled code] 0.24% 196666 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.22% 184289 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.19% 156532 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.19% 156233 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.16% 132295 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.15% 126732 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.15% 121335 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.13% 104038 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():329 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] 0.12% 102114 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.12% 98239 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.10% 86497 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.10% 83500 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.10% 80295 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.09% 77498 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.08% 64477 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.07% 61973 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#loss():290 [Inlined code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():307 [JIT compiled code] 0.07% 61607 org.apache.lucene.store.ChecksumIndexInput#skipByReading():81 [JIT compiled code] at org.apache.lucene.store.ChecksumIndexInput#seek():64 [Inlined code] 0.07% 60237 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% 57428 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.07% 57060 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.07% 56750 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] 0.07% 55016 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.06% 52180 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():247 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 0.06% 51212 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.06% 50766 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% 50656 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.06% 50136 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% 47904 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% 46802 sun.nio.ch.UnixFileDispatcherImpl#read0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#read():51 [Inlined code] 0.06% 46531 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 82744109 events (total: 82M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 36.10% 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.49% 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] 5.99% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] 3.35% 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] 3.30% 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] 1.64% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] 1.21% 997576 org.apache.lucene.codecs.lucene104.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.17% 969822 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.62% 511412 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.58% 481379 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.52% 430864 org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.51% 424643 org.apache.lucene.codecs.lucene104.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.47% 390600 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% 373417 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 [JIT compiled code] 0.40% 333876 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.38% 317699 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.28% 234914 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% 220661 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.26% 216479 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.26% 212973 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.25% 207171 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.24% 196077 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.22% 184289 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% 156233 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.16% 133486 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% 132295 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.15% 126732 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.15% 123722 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.15% 121335 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% 114141 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.14% 113441 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():144 [JIT compiled code] 0.14% 113123 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% 99161 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% 94834 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% 94381 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% 84941 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.10% 83188 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% 83038 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% 77498 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% 76508 org.apache.lucene.util.hnsw.RandomVectorScorer#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% 75127 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% 67030 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% 61823 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#pop():129 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():322 [JIT compiled code] 0.07% 57428 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.07% 57095 org.apache.lucene.util.quantization.OptimizedScalarQuantizer#optimizeIntervals():324 [JIT compiled code] at org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():219 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeVectors():198 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter#writeField():169 [Inlined code] 0.07% 56051 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% 55201 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% 55016 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% 46802 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% 45384 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for cpu at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 82744109 events (total: 82M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.49% 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] 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.66% 22M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 5.99% 4M jdk.incubator.vector.IntVector#reduceLanesTemplate():2840 [Inlined code] at jdk.incubator.vector.Int256Vector#reduceLanes():330 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody256():459 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():400 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():363 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():217 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer#quantizedScore():249 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#score():194 [Inlined code] 4.93% 4M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 3.27% 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.58% 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.83% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.64% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [Inlined code] 1.21% 997576 org.apache.lucene.codecs.lucene104.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.05% 869678 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.93% 770946 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.62% 511412 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 [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.55% 453487 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.52% 430864 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 [JIT compiled code] 0.51% 424643 org.apache.lucene.codecs.lucene104.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.47% 390600 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.45% 371851 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 [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.39% 321158 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.38% 317699 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.28% 234914 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% 219988 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.26% 216479 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.25% 207171 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.24% 196068 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.21% 173971 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% 157968 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.19% 156233 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% 133139 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% 123722 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% 118519 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% 113905 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 [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 [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.14% 113756 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.14% 113441 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% 99161 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.11% 91351 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.11% 90027 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.10% 83038 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% 77981 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.09% 77498 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.0x000000006207aa58#run() [Interpreted code] at java.lang.Thread#runWith():1487 [Interpreted code] 0.09% 75127 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% 68124 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.08% 67030 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% 66487 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% 63900 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% 61078 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% 57095 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 [JIT compiled code] 0.07% 56051 sun.nio.ch.NativeThread#current0() [Native code] at sun.nio.ch.NativeThread#current():51 [Inlined code] at sun.nio.ch.NativeThreadSet#add():48 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():349 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] 0.07% 54564 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.06% 51987 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 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 82744109 events (total: 82M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 32.49% 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] 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.0x00000000621f31c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] 26.25% 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.58% 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.67% 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] 3.27% 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.35% 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.83% 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 [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 [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.63% 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 1.52% 1M jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] at jdk.incubator.vector.FloatVector#fromArray():2856 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():154 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 1.43% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.21% 997576 org.apache.lucene.codecs.lucene104.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.0x00000000621f31c0#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.05% 869339 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.77% 639476 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.70% 581528 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.62% 511412 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 [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.0x00000000621f31c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.59% 488780 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.52% 430864 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 [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% 424643 org.apache.lucene.codecs.lucene104.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 [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.0x00000000621f31c0#call() [JIT compiled code] 0.47% 388672 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.44% 363793 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.42% 349484 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 [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.0x00000000621f31c0#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.39% 321158 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.27% 222886 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.27% 219988 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.27% 219516 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 [Inlined code] 0.25% 207171 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.0x00000000621f31c0#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.25% 203863 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.24% 202425 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.0x00000000621f31c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.23% 193116 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 [Inlined code] 0.21% 173971 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.0x00000000621f31c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.20% 163174 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.20% 163045 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.19% 155994 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [JIT compiled code] at java.util.zip.CheckedOutputStream#write():73 [Inlined code] 0.18% 147818 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.0x00000000621f31c0#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% 133262 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% 133139 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.0x00000000621eed80#merge() [Interpreted code] 0.15% 123707 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.14% 118519 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.0x00000000621f31c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.14% 114215 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.14% 113905 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 [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 [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.14% 113756 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.0x00000000621f31c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 0.13% 107307 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [JIT compiled code] 0.13% 105856 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.12% 100649 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.12% 99161 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.0x00000000621eed80#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [JIT compiled code] 0.11% 91351 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.11% 90027 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] 0.10% 86174 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% 83037 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] 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.09% 77981 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=1 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487656 events (total: 364022M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 21.18% 77108M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] 16.89% 61466M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 16.86% 61364M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 6.17% 22472M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 5.61% 20409M java.nio.HeapByteBuffer#():75 [Inlined code] 5.50% 20004M perf.LineFileDocs#readVector():212 [Inlined code] 2.87% 10454M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.62% 9552M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 2.43% 8833M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.50% 5478M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.50% 5443M java.lang.StringUTF16#compress():212 [Inlined code] 1.49% 5408M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.00% 3654M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.91% 3311M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 0.89% 3227M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.85% 3091M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.77% 2798M java.lang.StringUTF16#compress():216 [Inlined code] 0.57% 2078M org.apache.lucene.util.TimSorter#():62 [Inlined code] 0.56% 2043M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 0.51% 1858M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] 0.47% 1714M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 0.45% 1649M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 0.45% 1644M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.44% 1601M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.44% 1584M perf.LineFileDocs#readVector():212 [JIT compiled code] 0.41% 1500M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 0.38% 1384M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.37% 1332M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.32% 1167M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 0.32% 1161M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.28% 1030M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] 0.28% 1027M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.24% 864M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.24% 861M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] 0.23% 829M java.util.ArrayList#grow():240 [Inlined code] 0.17% 616M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.16% 596M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.15% 559M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] 0.15% 537M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.15% 533M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.14% 518M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 0.14% 504M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():283 [JIT compiled code] 0.13% 456M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] 0.10% 376M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():269 [JIT compiled code] 0.10% 373M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.09% 340M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():193 [JIT compiled code] 0.09% 329M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.09% 320M java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquire():389 [JIT compiled code] 0.09% 314M perf.LineFileDocs#readDocs():176 [Interpreted code] 0.08% 305M 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.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=2 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487656 events (total: 364022M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 20.86% 75937M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] 16.86% 61364M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 16.78% 61067M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 6.17% 22472M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 5.61% 20409M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 5.50% 20004M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 2.87% 10454M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.62% 9552M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 2.43% 8833M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.50% 5478M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.50% 5443M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.49% 5408M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [JIT compiled code] 1.00% 3654M org.apache.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.91% 3311M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 0.87% 3174M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.85% 3091M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.77% 2798M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.57% 2078M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 0.51% 1858M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.47% 1714M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.45% 1656M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.45% 1649M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.44% 1584M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] 0.41% 1500M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.38% 1384M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.37% 1332M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.32% 1170M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [Inlined code] 0.32% 1167M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.29% 1072M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.29% 1059M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#():49 [Inlined code] 0.29% 1055M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.28% 1027M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.25% 917M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():164 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.24% 864M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.24% 861M org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():293 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.23% 829M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.17% 616M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.16% 571M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 541M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():166 [JIT compiled code] 0.15% 533M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.14% 518M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.14% 504M 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% 451M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.DirectMethodHandle$Holder#newInvokeSpecial() [Inlined code] 0.11% 399M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.11% 397M org.apache.lucene.util.hnsw.OnHeapHnswGraph#addNode():158 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():249 [JIT compiled code] 0.11% 386M 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% 376M 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% 373M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.10% 360M org.apache.lucene.util.quantization.OptimizedScalarQuantizer#scalarQuantize():232 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsWriter$QuantizedFloatVectorValues#quantize():691 [Inlined code] 0.09% 329M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=4 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487656 events (total: 364022M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.35% 55875M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT 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.22% 55420M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.90% 39671M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#getCorrectiveTerms():150 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorScorer$ScalarQuantizedVectorScorerSupplier$1#setScoringOrdinal():214 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 8.72% 31733M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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] 6.17% 22472M 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.50% 20004M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.18% 18863M 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.87% 10454M 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.62% 9552M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.43% 8833M 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.55% 5646M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():98 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] 1.51% 5489M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.50% 5478M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.49% 5408M 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] 1.36% 4965M 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.23% 4465M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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.87% 3174M 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% 3091M 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.76% 2770M 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.65% 2349M org.apache.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.57% 2078M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.52% 1904M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.51% 1858M 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 [JIT compiled code] 0.48% 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.47% 1714M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.45% 1656M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.45% 1649M 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.44% 1584M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.42% 1515M 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.41% 1500M 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% 1384M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.37% 1332M 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% 1170M 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.32% 1167M 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% 1072M 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.29% 1059M 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.26% 950M 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% 864M 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.23% 829M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.18% 652M 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.18% 646M org.apache.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.17% 616M 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.16% 596M 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.16% 564M 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% 533M 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.14% 521M 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.14% 518M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.13% 481M 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% 449M 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% 386M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():259 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=8 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487656 events (total: 364022M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.90% 39671M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [JIT compiled code] 8.84% 32171M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.72% 31733M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.71% 31690M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.17% 22472M 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.50% 20004M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.18% 18863M 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.87% 17742M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 4.83% 17598M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.62% 9552M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.69% 6135M 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.53% 5586M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] 1.50% 5478M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.49% 5409M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] 1.36% 4965M 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.23% 4465M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 1.19% 4328M 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.16% 4239M 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] 1.06% 3847M 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.01% 3685M 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#addGraphNode():204 [Inlined code] 0.80% 2919M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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] 0.79% 2861M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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] 0.76% 2770M 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.57% 2078M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.52% 1904M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000621e6000#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% 1792M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.49% 1787M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.47% 1710M 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.44% 1584M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.43% 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.0x00000000621e6000#merge() [Interpreted code] 0.42% 1533M 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.42% 1515M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.41% 1500M 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% 1451M 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.0x00000000621e6000#merge() [Interpreted code] 0.40% 1440M 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.39% 1405M 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.38% 1389M 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.37% 1332M 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.33% 1202M 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% 1194M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.32% 1170M 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.0x00000000621f31c0#call() [JIT compiled code] 0.32% 1156M 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 [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.27% 981M 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% 950M 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% 940M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.25% 904M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.23% 835M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addOutOfOrder():109 [Inlined code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#copyGraphStructure():255 [JIT compiled code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initializeFromGraph():188 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#fromGraph():122 [Interpreted code] at org.apache.lucene.util.hnsw.InitializedHnswGraphBuilder#initGraph():148 [Interpreted code] 0.23% 823M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 0.19% 680M 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.19% 678M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr Profiler for heap at stackSize=12 [medium quantized vectors index (fast) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.vectors=1024.int8-quantized.nd27.625M.jfr is 2040.72 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 487656 events (total: 364022M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 10.90% 39671M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.84% 32171M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.0x00000000621f31c0#call() [JIT compiled code] 8.72% 31733M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x00000000621f31c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] 8.71% 31690M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.0x00000000621f31c0#call() [JIT compiled code] 6.17% 22472M 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.50% 20004M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 5.18% 18863M 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.87% 17742M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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] 4.83% 17598M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.62% 9552M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.55% 5632M 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.0x00000000621f31c0#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.50% 5478M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.36% 4965M 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.23% 4465M org.apache.lucene.codecs.lucene104.OffHeapScalarQuantizedVectorValues#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 [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.0x00000000621f31c0#call() [JIT compiled code] 1.19% 4328M 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.0x00000000621e6000#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.16% 4239M 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.02% 3697M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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% 3685M 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 [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.0x00000000621f31c0#call() [JIT compiled code] 0.98% 3572M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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.80% 2919M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [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.79% 2861M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#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 [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.76% 2770M 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.66% 2409M 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.57% 2078M 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.0x00000000621e6000#merge() [Interpreted code] 0.52% 1904M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000621e6000#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.51% 1860M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [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% 1814M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [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.48% 1742M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.48% 1731M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.47% 1710M 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.44% 1584M perf.LineFileDocs#readVector():212 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.43% 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.0x00000000621e6000#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.42% 1533M 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.42% 1515M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [JIT compiled code] at perf.LineFileDocs#readDocs():183 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 0.41% 1500M 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% 1451M 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.0x00000000621e6000#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.40% 1440M 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.37% 1332M 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.33% 1202M 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.0x00000000621e6000#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.33% 1194M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [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.32% 1176M 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 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.32% 1156M 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.0x00000000621f31c0#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.0x00000000621f3718#run() [JIT compiled code] 0.30% 1084M 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 [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.0x00000000621f31c0#call() [JIT compiled code] at java.util.concurrent.FutureTask#run():328 [JIT compiled code] at org.apache.lucene.search.TaskExecutor$Task#run():171 [JIT compiled code] at org.apache.lucene.search.TaskExecutor#lambda$invokeAll$0():96 [Inlined code] 0.27% 981M 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% 950M 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% 940M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.25% 904M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.24% 869M 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.24% 865M 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.23% 835M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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] move log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocsWithVectorsQuantized.log move vmstat log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocsWithVectorsQuantized.vmstat.log move top log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexMediumDocsWithVectorsQuantized.top.log [2026-05-06 13:36:27.565894] took 6772.3 sec [2026-05-06 13:36:27.570103] medIndexVectorsAtClose None [2026-05-06 13:36:27.579066] 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=3602642 Profiler summary for /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Version: 2.1 Chunks: 20 Start: 2026-05-06 17:36:27 (UTC) Duration: 189 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 5043299 120836471 jdk.CPUTimeSample 4166744 73406518 jdk.FileRead 796609 18916154 jdk.ObjectAllocationInNewTLAB 365599 6512815 jdk.ObjectAllocationOutsideTLAB 90537 1469547 jdk.BooleanFlag 13840 439480 jdk.Compilation 7145 184925 jdk.CPULoad 3432 68033 jdk.UnsignedIntFlag 1240 42910 jdk.IntFlag 1120 40260 jdk.Checkpoint 1077 32267264 jdk.StringFlag 900 33875 jdk.GarbageCollection 50 1188 jdk.CPUInformation 20 30035 jdk.GCConfiguration 20 515 jdk.JVMInformation 20 22315 jdk.Metadata 20 2210536 jdk.ActiveRecording 0 0 jdk.ActiveSetting 0 0 jdk.AllocationRequiringGC 0 0 jdk.BooleanFlagChanged 0 0 jdk.CPUTimeSamplesLost 0 0 jdk.CPUTimeStampCounter 0 0 jdk.ClassDefine 0 0 jdk.ClassLoad 0 0 jdk.ClassLoaderStatistics 0 0 jdk.ClassLoadingStatistics 0 0 jdk.ClassRedefinition 0 0 jdk.ClassUnload 0 0 jdk.CodeCacheConfiguration 0 0 jdk.CodeCacheFull 0 0 jdk.CodeCacheStatistics 0 0 jdk.CompilationFailure 0 0 jdk.CompilerConfiguration 0 0 jdk.CompilerInlining 0 0 jdk.CompilerPhase 0 0 jdk.CompilerQueueUtilization 0 0 jdk.CompilerStatistics 0 0 jdk.ConcurrentModeFailure 0 0 jdk.ContainerCPUThrottling 0 0 jdk.ContainerCPUUsage 0 0 jdk.ContainerConfiguration 0 0 jdk.ContainerIOUsage 0 0 jdk.ContainerMemoryUsage 0 0 jdk.ContinuationFreeze 0 0 jdk.ContinuationFreezeFast 0 0 jdk.ContinuationFreezeSlow 0 0 jdk.ContinuationThaw 0 0 jdk.ContinuationThawFast 0 0 jdk.ContinuationThawSlow 0 0 jdk.DataLoss 0 0 jdk.Deoptimization 0 0 jdk.DeprecatedInvocation 0 0 jdk.Deserialization 0 0 jdk.DirectBufferStatistics 0 0 jdk.DoubleFlag 0 0 jdk.DoubleFlagChanged 0 0 jdk.DumpReason 0 0 jdk.EvacuationFailed 0 0 jdk.EvacuationInformation 0 0 jdk.ExceptionStatistics 0 0 jdk.ExecuteVMOperation 0 0 jdk.ExecutionSample 0 0 jdk.FileForce 0 0 jdk.FinalizerStatistics 0 0 jdk.Flush 0 0 jdk.G1AdaptiveIHOP 0 0 jdk.G1BasicIHOP 0 0 jdk.G1EvacuationOldStatistics 0 0 jdk.G1EvacuationYoungStatistics 0 0 jdk.G1GarbageCollection 0 0 jdk.G1HeapRegionInformation 0 0 jdk.G1HeapRegionTypeChange 0 0 jdk.G1HeapSummary 0 0 jdk.G1MMU 0 0 jdk.GCCPUTime 0 0 jdk.GCHeapConfiguration 0 0 jdk.GCHeapMemoryPoolUsage 0 0 jdk.GCHeapMemoryUsage 0 0 jdk.GCHeapSummary 0 0 jdk.GCPhaseConcurrent 0 0 jdk.GCPhaseConcurrentLevel1 0 0 jdk.GCPhaseConcurrentLevel2 0 0 jdk.GCPhaseParallel 0 0 jdk.GCPhasePause 0 0 jdk.GCPhasePauseLevel1 0 0 jdk.GCPhasePauseLevel2 0 0 jdk.GCPhasePauseLevel3 0 0 jdk.GCPhasePauseLevel4 0 0 jdk.GCReferenceStatistics 0 0 jdk.GCSurvivorConfiguration 0 0 jdk.GCTLABConfiguration 0 0 jdk.HeapDump 0 0 jdk.InitialEnvironmentVariable 0 0 jdk.InitialSecurityProperty 0 0 jdk.InitialSystemProperty 0 0 jdk.IntFlagChanged 0 0 jdk.JITRestart 0 0 jdk.JavaAgent 0 0 jdk.JavaErrorThrow 0 0 jdk.JavaExceptionThrow 0 0 jdk.JavaMonitorDeflate 0 0 jdk.JavaMonitorEnter 0 0 jdk.JavaMonitorInflate 0 0 jdk.JavaMonitorNotify 0 0 jdk.JavaMonitorStatistics 0 0 jdk.JavaMonitorWait 0 0 jdk.JavaThreadStatistics 0 0 jdk.LongFlag 0 0 jdk.LongFlagChanged 0 0 jdk.MetaspaceAllocationFailure 0 0 jdk.MetaspaceChunkFreeListSummary 0 0 jdk.MetaspaceGCThreshold 0 0 jdk.MetaspaceOOM 0 0 jdk.MetaspaceSummary 0 0 jdk.MethodTiming 0 0 jdk.MethodTrace 0 0 jdk.ModuleExport 0 0 jdk.ModuleRequire 0 0 jdk.NativeAgent 0 0 jdk.NativeLibrary 0 0 jdk.NativeLibraryLoad 0 0 jdk.NativeLibraryUnload 0 0 jdk.NativeMemoryUsage 0 0 jdk.NativeMemoryUsageTotal 0 0 jdk.NativeMethodSample 0 0 jdk.NetworkUtilization 0 0 jdk.OSInformation 0 0 jdk.ObjectAllocationSample 0 0 jdk.ObjectCount 0 0 jdk.ObjectCountAfterGC 0 0 jdk.OldGarbageCollection 0 0 jdk.OldObjectSample 0 0 jdk.PSHeapSummary 0 0 jdk.ParallelOldGarbageCollection 0 0 jdk.PhysicalMemory 0 0 jdk.ProcessStart 0 0 jdk.PromoteObjectInNewPLAB 0 0 jdk.PromoteObjectOutsidePLAB 0 0 jdk.PromotionFailed 0 0 jdk.RedefineClasses 0 0 jdk.ReservedStackActivation 0 0 jdk.ResidentSetSize 0 0 jdk.RetransformClasses 0 0 jdk.SafepointBegin 0 0 jdk.SafepointEnd 0 0 jdk.SafepointLatency 0 0 jdk.SafepointStateSynchronization 0 0 jdk.SecurityPropertyModification 0 0 jdk.SecurityProviderService 0 0 jdk.SerializationMisdeclaration 0 0 jdk.ShenandoahEvacuationInformation 0 0 jdk.ShenandoahHeapRegionInformation 0 0 jdk.ShenandoahHeapRegionStateChange 0 0 jdk.Shutdown 0 0 jdk.SocketRead 0 0 jdk.SocketWrite 0 0 jdk.StringFlagChanged 0 0 jdk.StringTableStatistics 0 0 jdk.SwapSpace 0 0 jdk.SymbolTableStatistics 0 0 jdk.SyncOnValueBasedClass 0 0 jdk.SystemGC 0 0 jdk.SystemProcess 0 0 jdk.TLSHandshake 0 0 jdk.TenuringDistribution 0 0 jdk.ThreadAllocationStatistics 0 0 jdk.ThreadCPULoad 0 0 jdk.ThreadContextSwitchRate 0 0 jdk.ThreadDump 0 0 jdk.ThreadEnd 0 0 jdk.ThreadPark 0 0 jdk.ThreadSleep 0 0 jdk.ThreadStart 0 0 jdk.UnsignedIntFlagChanged 0 0 jdk.UnsignedLongFlag 0 0 jdk.UnsignedLongFlagChanged 0 0 jdk.VirtualThreadEnd 0 0 jdk.VirtualThreadPinned 0 0 jdk.VirtualThreadStart 0 0 jdk.VirtualThreadSubmitFailed 0 0 jdk.VirtualizationInformation 0 0 jdk.X509Certificate 0 0 jdk.X509Validation 0 0 jdk.YoungGarbageCollection 0 0 jdk.YoungGenerationConfiguration 0 0 jdk.ZAllocationStall 0 0 jdk.ZOldGarbageCollection 0 0 jdk.ZPageAllocation 0 0 jdk.ZRelocationSet 0 0 jdk.ZRelocationSetGroup 0 0 jdk.ZStatisticsCounter 0 0 jdk.ZStatisticsSampler 0 0 jdk.ZThreadPhase 0 0 jdk.ZUncommit 0 0 jdk.ZYoungGarbageCollection 0 0 profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4166744 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 10.10% 420937 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] 6.89% 287055 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 5.31% 221218 java.lang.Character#codePointAtImpl():9670 [Inlined code] 4.53% 188554 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 3.94% 164287 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 3.02% 125810 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 2.95% 122863 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.10% 87637 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.10% 87475 java.lang.Integer#rotateLeft():1650 [Inlined code] 1.68% 69831 java.lang.Character#isHighSurrogate():9464 [Inlined code] 1.57% 65470 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.49% 61991 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.28% 53315 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.25% 52045 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.25% 51977 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.18% 49184 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 1.07% 44595 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.00% 41870 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 0.98% 40926 java.lang.Character#toChars():9872 [Inlined code] 0.96% 39896 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] 0.90% 37333 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.89% 37257 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.84% 34797 java.lang.Character#codePointAt():9662 [Inlined code] 0.76% 31873 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.67% 28120 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.63% 26173 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.61% 25553 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.58% 24052 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] 0.55% 22846 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.53% 22280 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.53% 21917 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.49% 20262 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] 0.47% 19409 java.lang.Character#codePointAt():9665 [Inlined code] 0.46% 19286 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.45% 18794 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] 0.45% 18638 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.44% 18371 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.44% 18312 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] 0.41% 17216 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.41% 17175 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] 0.39% 16216 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.37% 15475 java.lang.Character#toLowerCase():11251 [Inlined code] 0.36% 15009 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.36% 14979 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.35% 14482 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.34% 14213 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.34% 14192 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.33% 13571 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] 0.32% 13218 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.32% 13126 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4166744 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 10.10% 420935 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 5.31% 221218 java.lang.Character#codePointAtImpl():9670 [Inlined code] at java.lang.Character#codePointAt():9665 [Inlined code] 3.94% 164098 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 3.54% 147336 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 3.35% 139719 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 3.02% 125810 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 2.95% 122831 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.10% 87636 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.10% 87474 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 1.67% 69410 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 1.57% 65469 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.49% 61971 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 1.30% 54066 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 1.28% 53315 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.25% 52045 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.25% 51977 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.18% 49184 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 1.17% 48581 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 1.07% 44591 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.07% 44417 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 1.00% 41870 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.00% 41490 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 0.98% 40926 java.lang.Character#toChars():9872 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.96% 39896 org.apache.lucene.analysis.CharacterUtils#toLowerCase():57 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.76% 31873 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.71% 29684 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.67% 28116 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.60% 25047 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.58% 24052 org.apache.lucene.document.Field#setIntValue():372 [Inlined code] at org.apache.lucene.document.IntField#setIntValue():97 [Inlined code] 0.55% 22840 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.53% 21917 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.49% 20262 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] 0.47% 19600 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.46% 19149 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.45% 18782 org.apache.lucene.util.AttributeSource#clearAttributes():273 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.45% 18554 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.44% 18424 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.44% 18205 java.lang.Character#codePointAt():9665 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] 0.43% 17985 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():214 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.42% 17570 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.util.BytesRefHash$1#get():266 [Inlined code] 0.41% 17180 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 0.41% 17171 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] 0.39% 16182 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% 15323 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.36% 15183 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.35% 14617 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.35% 14472 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.34% 14211 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [Inlined code] 0.33% 13569 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.32% 13216 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():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=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=4 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4166744 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 10.10% 420935 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] 5.17% 215604 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.94% 164088 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.53% 147052 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] 3.35% 139589 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.89% 120248 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.08% 86724 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.08% 86717 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.59% 66354 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.59% 66156 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.57% 65469 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.49% 61970 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.30% 54116 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.27% 52874 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.25% 52044 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.25% 51977 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.18% 49184 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.06% 44035 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.98% 40926 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% 40693 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.96% 39896 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.90% 37406 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.89% 36921 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.76% 31873 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.70% 29360 java.lang.Character#codePointAt():9662 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():995 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 0.67% 28116 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.64% 26644 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#nextPosition():501 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():148 [JIT compiled code] 0.60% 25046 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.57% 23948 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% 23241 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.55% 22840 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.53% 21917 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.51% 21091 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.49% 20262 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.46% 18970 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.45% 18782 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.45% 18554 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.44% 18423 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():169 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.43% 18043 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.37% 15323 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.36% 15183 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.35% 14470 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.35% 14466 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.34% 14211 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.33% 13715 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.33% 13592 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] 0.33% 13569 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():148 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.32% 13214 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.31% 13103 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.31% 13078 org.apache.lucene.codecs.CompetitiveImpactAccumulator#add():67 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():296 [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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4166744 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.06% 210853 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 5.04% 210025 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 2.71% 112879 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.67% 111452 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] 2.56% 106742 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.56% 106574 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.50% 104152 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] 1.96% 81616 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.96% 81486 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.78% 74354 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] 1.59% 66354 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.0x00000000191e6cf0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.59% 66156 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] 1.09% 45297 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.05% 43846 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] 0.99% 41440 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] 0.98% 40907 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] 0.98% 40658 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] 0.90% 37371 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] 0.88% 36627 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.79% 32958 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.79% 32917 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.77% 32063 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.76% 31870 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.74% 31034 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.71% 29790 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 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocuments():1564 [Inlined code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.70% 29292 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.69% 28604 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% 27527 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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.63% 26168 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.62% 25637 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.61% 25520 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.61% 25470 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.60% 24824 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.58% 24046 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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% 23948 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.56% 23168 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.54% 22579 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.49% 20537 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.48% 20118 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.48% 19966 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% 19632 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% 18554 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.44% 18506 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 [JIT compiled code] 0.41% 16934 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 [JIT compiled code] 0.40% 16478 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.36% 14829 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 [Inlined code] at org.apache.lucene.index.IndexingChain#processField():773 [Inlined code] 0.35% 14383 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] 0.34% 14089 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.34% 14056 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.33% 13800 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for cpu at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 4166744 events (total: 4M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 5.05% 210467 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 5.03% 209689 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():982 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 2.71% 112879 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 [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] 2.56% 106742 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 [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] 2.37% 98806 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 [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.98% 82521 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] 1.88% 78532 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.81% 75462 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.80% 75159 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.65% 68615 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 1.59% 66354 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.0x00000000191e6cf0#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] 0.97% 40497 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 [JIT compiled code] 0.93% 38854 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 [JIT compiled code] 0.92% 38528 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 [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.90% 37694 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] 0.86% 35997 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.85% 35416 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 [JIT compiled code] 0.82% 34088 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.81% 33829 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 [JIT compiled code] 0.76% 31870 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.0x00000000191e6cf0#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.74% 30883 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 [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.73% 30615 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.73% 30429 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.72% 29871 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.71% 29716 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.71% 29679 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 [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.69% 28609 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 [Inlined code] 0.65% 27075 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.63% 26373 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.61% 25299 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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 [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.61% 25215 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 [Inlined code] 0.58% 24269 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 [JIT compiled code] 0.57% 23948 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.57% 23719 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 [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.57% 23619 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.57% 23565 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 [JIT compiled code] 0.52% 21862 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] at org.apache.lucene.analysis.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 [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.52% 21565 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 [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.49% 20333 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 [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.46% 19070 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.45% 18647 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.44% 18506 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 [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.42% 17522 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 [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% 17027 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 [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% 16934 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 [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.39% 16439 jdk.internal.misc.ScopedMemoryAccess#getByteInternal():1100 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#getByte():1088 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():56 [Inlined code] at java.lang.invoke.VarHandleSegmentAsBytes#get():49 [Inlined code] at java.lang.invoke.VarHandleGuards#guard_LJ_I():251 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#get():694 [Inlined code] at org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl#readByte():754 [Inlined code] at org.apache.lucene.codecs.lucene90.Lucene90NormsProducer$3#longValue():396 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#startDoc():289 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():144 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.37% 15252 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] at sun.nio.ch.IOUtil#write():72 [Inlined code] at sun.nio.ch.FileChannelImpl#implWrite():355 [Inlined code] at sun.nio.ch.FileChannelImpl#traceImplWrite():374 [Inlined code] at sun.nio.ch.FileChannelImpl#write():333 [Inlined code] at sun.nio.ch.ChannelOutputStream#writeFully():68 [Inlined code] at sun.nio.ch.ChannelOutputStream#write():105 [Inlined code] at org.apache.lucene.store.FSDirectory$FSIndexOutput$1#write():391 [Inlined code] at java.util.zip.CheckedOutputStream#write():73 [JIT compiled code] 0.33% 13579 org.apache.lucene.index.DocIDMerger$Sub#nextMappedDoc():60 [Inlined code] at org.apache.lucene.index.DocIDMerger$SequentialDocIDMerger#next():123 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextDoc():100 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():131 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000191e6cf0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.31% 13008 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 [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.31% 12744 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 [JIT compiled 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.dvfields.nd27.625M.jfr Profiler for heap at stackSize=1 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 456104 events (total: 355155M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.62% 51933M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 8.66% 30763M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 8.26% 29325M java.lang.StringUTF16#compress():212 [Inlined code] 6.44% 22861M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 6.26% 22250M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.86% 13712M java.lang.StringUTF16#compress():216 [Inlined code] 3.51% 12455M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 3.33% 11815M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 3.22% 11433M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.75% 9775M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.54% 9014M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 2.26% 8026M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 2.07% 7357M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.86% 6622M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.83% 6503M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.62% 5756M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.59% 5633M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.49% 5290M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.42% 5047M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.39% 4951M java.util.TreeMap#keyIterator():1421 [Inlined code] 1.35% 4806M java.util.ArrayList#grow():240 [Inlined code] 1.21% 4293M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.13% 4002M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 1.10% 3922M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.74% 2645M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.59% 2110M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.57% 2031M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.54% 1917M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.52% 1842M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.49% 1746M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] 0.48% 1692M java.lang.Integer#toString():167 [Inlined code] 0.47% 1684M java.util.Formatter#parse():2810 [Inlined code] 0.46% 1620M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.44% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] 0.43% 1517M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.42% 1508M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.40% 1437M java.lang.Long#valueOf():1000 [Inlined code] 0.40% 1437M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.40% 1433M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.33% 1177M java.lang.String#format():4455 [Inlined code] 0.32% 1121M java.lang.StringLatin1#replace():312 [Inlined code] 0.30% 1057M perf.LineFileDocs#nextDoc():643 [JIT compiled code] 0.30% 1056M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] 0.28% 991M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] 0.28% 979M perf.LineFileDocs#nextDoc():648 [JIT compiled code] 0.27% 945M java.lang.StringLatin1#newString():760 [Inlined code] 0.26% 933M java.util.Formatter#parse():2782 [Inlined code] 0.26% 931M java.lang.StringBuilder#toString():478 [Inlined code] 0.26% 922M java.util.Formatter#():2110 [Inlined code] 0.26% 919M java.lang.AbstractStringBuilder#():101 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=2 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 456104 events (total: 355155M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.60% 51867M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 8.66% 30747M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 8.26% 29325M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 6.44% 22861M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 6.26% 22250M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.86% 13712M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 3.51% 12455M org.apache.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.18% 11279M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.67% 9474M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.61% 9285M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 2.53% 8981M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.26% 8026M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 2.07% 7357M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.83% 6503M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.83% 6492M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.62% 5756M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.55% 5503M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.49% 5290M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.42% 5047M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.39% 4951M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 1.35% 4806M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.21% 4293M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.13% 4002M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.10% 3922M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.72% 2551M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.71% 2529M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.58% 2066M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.57% 2031M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.54% 1917M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.47% 1684M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.46% 1620M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.44% 1560M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.44% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1517M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.40% 1437M java.lang.Long#valueOf():1000 [Inlined code] at org.apache.lucene.document.Field#setLongValue():381 [Inlined code] 0.40% 1437M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.32% 1134M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.32% 1121M java.lang.StringLatin1#replace():312 [Inlined code] at java.lang.String#replace():2998 [Inlined code] 0.30% 1057M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.30% 1056M org.apache.lucene.document.IntField#binaryValue():87 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():808 [Inlined code] 0.29% 1032M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():731 [JIT compiled code] 0.29% 1018M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.28% 991M java.util.Formatter$FormatSpecifierParser#parse():2915 [Inlined code] at java.util.Formatter#parse():2814 [Inlined code] 0.28% 979M perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.27% 945M java.lang.StringLatin1#newString():760 [Inlined code] at java.lang.Integer#toString():185 [Inlined code] 0.26% 933M java.util.Formatter#parse():2782 [Inlined code] at java.util.Formatter#format():2744 [Inlined code] 0.26% 931M java.lang.StringBuilder#toString():478 [Inlined code] at java.util.Formatter#toString():2598 [Inlined code] 0.26% 922M java.util.Formatter#():2110 [Inlined code] at java.lang.String#format():4455 [Inlined code] 0.26% 919M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 0.25% 892M org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [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 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 456104 events (total: 355155M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.60% 51867M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 8.63% 30634M 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.65% 27170M 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.26% 22250M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.92% 17459M org.apache.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] 3.83% 13617M 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.18% 11279M 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.59% 9198M 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.52% 8962M 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.26% 8026M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.04% 7258M 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.83% 6503M 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.83% 6492M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.71% 6087M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 1.69% 5998M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 1.60% 5669M 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.55% 5503M 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.48% 5247M 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.42% 5047M 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.39% 4951M 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.35% 4806M 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.21% 4293M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.08% 3836M 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% 3619M 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.96% 3408M org.apache.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.90% 3200M 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.87% 3086M 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.71% 2529M 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.67% 2376M 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.58% 2066M 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.57% 2031M 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.47% 1684M 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% 1623M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.44% 1560M 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.44% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.43% 1517M 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% 1450M 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.37% 1323M 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.33% 1182M 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.32% 1134M 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.30% 1057M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.30% 1056M org.apache.lucene.document.IntField#binaryValue():87 [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] 0.29% 1036M 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% 1032M 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.29% 1032M 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.29% 1018M 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% 991M 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% 979M perf.LineFileDocs#nextDoc():648 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.27% 946M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] at org.apache.lucene.document.KeywordField#setStringValue():119 [Inlined code] at perf.LineFileDocs#nextDoc():736 [JIT compiled code] 0.26% 933M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=8 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=8 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 456104 events (total: 355155M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.60% 51867M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.64% 27127M 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.26% 22250M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.35% 15462M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():169 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] 3.82% 13574M 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] 2.26% 8026M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.17% 7722M 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] 2.04% 7258M 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.89% 6728M 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.72% 6116M 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.71% 6087M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000191e6cf0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.60% 5691M 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.0x00000000191e6cf0#merge() [Interpreted code] 1.55% 5519M org.apache.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.55% 5503M 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.54% 5473M 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.53% 5444M 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.42% 5047M 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.38% 4894M 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.25% 4440M 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.21% 4293M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.18% 4177M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] at java.util.TreeSet#iterator():187 [Inlined code] at org.apache.lucene.codecs.CompetitiveImpactAccumulator#addAll():82 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():482 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#finishTerm():576 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():172 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 1.07% 3799M 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.0x00000000191e6cf0#merge() [Interpreted code] 0.99% 3523M 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.93% 3316M org.apache.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.90% 3200M 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.87% 3086M 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.87% 3085M 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.84% 2978M 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.84% 2977M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.75% 2673M 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.74% 2639M org.apache.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% 2614M 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.71% 2532M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.67% 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():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% 2355M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] at org.apache.lucene.index.IndexingChain#flush():350 [Interpreted code] at org.apache.lucene.index.DocumentsWriterPerThread#flush():418 [Interpreted code] 0.65% 2303M 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.64% 2265M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.62% 2190M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.60% 2137M 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.58% 2066M 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.52% 1843M 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.51% 1827M 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% 1581M 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.44% 1578M 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.44% 1560M 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.44% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.41% 1450M 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.39% 1396M 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.37% 1323M 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.35% 1242M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr Profiler for heap at stackSize=12 [nrt medium index /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M.jfr is 244.60 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 456104 events (total: 355155M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.60% 51867M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 7.64% 27127M 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.26% 22250M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.35% 15462M 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.0x00000000191e6cf0#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] 3.82% 13574M 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] 2.26% 8026M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 2.04% 7258M 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.0x00000000191e6cf0#merge() [Interpreted code] 2.00% 7098M 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.83% 6499M 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.72% 6116M 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.0x00000000191e6cf0#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.71% 6087M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000191e6cf0#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.60% 5691M 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.0x00000000191e6cf0#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.46% 5178M 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.43% 5078M 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.42% 5045M 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.38% 4890M 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.35% 4777M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.25% 4436M 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.21% 4293M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.10% 3918M org.apache.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.07% 3799M 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.0x00000000191e6cf0#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.98% 3493M 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 [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.90% 3200M 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.87% 3086M 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.87% 3083M 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.84% 2993M org.apache.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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.84% 2977M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.75% 2678M 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.74% 2639M org.apache.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.70% 2494M 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.69% 2467M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.67% 2391M 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.64% 2265M org.apache.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% 2249M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():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.62% 2218M 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% 2174M org.apache.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.61% 2163M 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.60% 2137M 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 [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.58% 2066M 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.0x00000000191e6cf0#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 0.52% 1859M 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.51% 1827M 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.0x00000000191e6cf0#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% 1600M org.apache.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.44% 1578M 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.44% 1560M 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.44% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.42% 1493M 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.37% 1323M 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.36% 1293M 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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.36% 1287M 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.35% 1242M org.apache.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] move log to /l/logs.nightly/2026.05.05.21.34.55/nrtIndexMediumDocs.log move vmstat log to /l/logs.nightly/2026.05.05.21.34.55/nrtIndexMediumDocs.vmstat.log move top log to /l/logs.nightly/2026.05.05.21.34.55/nrtIndexMediumDocs.top.log [2026-05-06 13:41:40.455356] took 189.1 sec [2026-05-06 13:41:40.459529] run CheckIndex [2026-05-06 13:41:40.459609] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" > /l/logs.nightly/2026.05.05.21.34.55/checkIndex.nrtIndexMediumDocs.log 2>&1 [2026-05-06 13:48:56.149223] took 435.7 sec [2026-05-06 13:48:56.151097] nrtMedIndexAtClose 27 segments: segments_2: _6z(11.0.0):C6802757 _1b(11.0.0):C472378 _1k(11.0.0):C595515 _57(11.0.0):C6489381 _26(11.0.0):C921675 _2g(11.0.0):C751424 _6b(11.0.0):C860524 _8o(11.0.0):C7192878 _6j(11.0.0):C868270 _8n(11.0.0):C925119 _8b(11.0.0):C31511 _8a(11.0.0):C41484 _8p(11.0.0):C127923 _7y(11.0.0):C78758 _81(11.0.0):C67594 _87(11.0.0):C42591 _8q(11.0.0):C752388 _7z(11.0.0):C74261 _8c(11.0.0):C29756 _84(11.0.0):C53180 _88(11.0.0):C45790 _80(11.0.0):C72551 _82(11.0.0):C62151 _7n(11.0.0):C110479 _86(11.0.0):C54159 _83(11.0.0):C60227 _89(11.0.0):C40314 [2026-05-06 13:48:56.151366] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" perf.NRTPerfTest MMapDirectory "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" multi "/l/data/enwiki-20110115-lines-1k-fixed-with-random-labels.bin" 17 1103 1800 4 1 1 update 5 no 0.0 body10.tasks> /l/logs.nightly/2026.05.05.21.34.55/nrt.log 2>&1 [2026-05-06 14:18:57.013227] took 1800.9 sec [2026-05-06 14:18:57.017618] drop: 477.0 481.2 482.9 502.9 504.7 505.6 524.0 524.0 524.4 524.9 525.0 525.4 527.3 527.9 530.7 530.8 531.1 531.6 531.7 531.7 531.7 531.8 532.0 532.2 532.5 532.5 532.8 532.8 532.8 532.8 533.0 533.3 533.4 533.6 537.9 [2026-05-06 14:18:57.018000] times: 20.0 20.3 20.8 20.9 21.1 21.1 21.2 21.2 21.2 21.2 21.4 21.4 21.5 21.6 21.6 21.6 21.9 22.0 22.0 22.0 22.1 22.1 22.2 22.2 22.3 22.3 22.3 22.3 22.4 22.5 22.5 22.6 22.6 22.6 22.7 22.7 22.7 22.7 22.7 22.8 22.8 22.9 22.9 22.9 22.9 22.9 23.0 23.0 23.0 23.0 23.0 23.1 23.1 23.1 23.1 23.2 23.2 23.2 23.3 23.3 23.3 23.4 23.4 23.4 23.4 23.4 23.4 23.5 23.5 23.5 23.5 23.6 23.6 23.6 23.6 23.7 23.7 23.7 23.7 23.7 23.7 23.7 23.8 23.8 23.8 23.8 23.8 23.8 23.8 23.8 23.8 23.8 23.9 23.9 24.0 24.0 24.0 24.0 24.1 24.1 24.1 24.1 24.1 24.1 24.2 24.2 24.2 24.2 24.2 24.2 24.3 24.3 24.3 24.3 24.3 24.3 24.3 24.4 24.4 24.4 24.4 24.5 24.5 24.5 24.5 24.6 24.6 24.6 24.6 24.6 24.6 24.6 24.6 24.7 24.7 24.7 24.7 24.7 24.7 24.7 24.8 24.8 24.8 24.8 24.9 24.9 24.9 24.9 24.9 24.9 24.9 25.0 25.0 25.0 25.1 25.1 25.1 25.1 25.2 25.2 25.2 25.2 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.4 25.4 25.4 25.4 25.5 25.5 25.5 25.5 25.6 25.6 25.6 25.6 25.6 25.6 25.6 25.7 25.7 25.7 25.7 25.8 25.8 25.8 25.8 25.9 25.9 25.9 25.9 25.9 25.9 25.9 25.9 26.0 26.0 26.0 26.0 26.1 26.1 26.3 26.4 26.4 26.5 26.5 26.5 26.5 26.5 26.6 26.6 26.6 26.6 26.6 26.7 26.7 26.8 26.8 26.8 26.8 26.8 26.8 27.0 27.0 27.0 27.0 27.1 27.1 27.1 27.2 27.2 27.2 27.3 27.3 27.3 27.3 27.3 27.3 27.4 27.4 27.4 27.4 27.5 27.5 27.5 27.5 27.6 27.7 27.7 27.7 27.8 27.8 27.9 27.9 27.9 27.9 28.0 28.0 28.2 28.2 28.3 28.3 28.3 28.3 28.4 28.4 28.4 28.4 28.5 28.5 28.5 28.5 28.5 28.5 28.6 28.6 28.6 28.6 28.7 28.7 28.7 28.7 28.7 28.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 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.0 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.1 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.2 29.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.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.5 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.6 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.7 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.8 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 29.9 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.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.2 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.3 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.4 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.5 30.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.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.8 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 30.9 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.0 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.1 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.2 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.3 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.4 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.5 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.6 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.7 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.8 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 31.9 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.0 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.1 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.2 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.3 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.4 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.5 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.6 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.7 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.8 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 32.9 33.0 33.0 33.0 33.0 33.0 33.0 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.1 33.2 33.2 33.2 33.3 33.3 33.3 33.3 33.3 33.4 33.4 33.4 33.5 33.5 33.5 33.6 33.6 33.6 33.7 33.7 33.8 33.8 33.8 33.8 34.0 34.0 34.1 34.3 34.3 34.4 34.4 34.5 34.5 34.5 34.7 34.8 34.9 35.5 35.6 35.6 36.2 36.3 36.7 36.8 36.8 36.8 37.2 37.5 38.0 38.3 38.9 39.2 39.6 40.3 42.4 43.0 43.3 145.3 149.1 149.2 152.6 155.6 161.5 163.2 176.6 205.3 213.9 214.1 214.7 214.7 215.5 215.6 215.7 216.0 216.2 216.4 216.4 216.7 217.4 218.3 218.5 218.5 219.1 219.4 219.6 219.6 219.8 219.9 220.8 220.9 221.2 221.7 222.1 222.7 223.2 223.3 232.4 232.7 234.8 235.8 236.8 240.2 241.8 242.3 243.7 244.6 245.1 250.2 251.2 256.1 257.2 259.4 262.9 263.1 263.3 266.9 273.7 284.3 285.4 285.6 286.9 291.6 293.6 299.9 300.6 307.5 309.0 309.7 309.8 311.3 318.8 323.8 326.8 330.0 330.8 332.2 332.2 332.5 334.3 334.5 335.4 335.4 336.4 336.5 337.0 337.7 338.7 339.8 340.5 340.7 340.7 341.2 341.3 341.4 343.2 343.5 343.7 344.3 344.8 346.6 346.8 347.5 347.8 347.9 347.9 348.1 349.4 349.8 350.2 350.7 350.8 351.0 352.9 355.2 356.6 358.8 360.4 361.2 380.6 382.0 382.6 383.8 390.5 391.6 400.4 411.2 411.8 415.1 418.7 421.7 427.7 428.7 431.4 437.8 440.7 448.2 448.9 449.1 450.8 451.7 451.9 453.1 453.1 453.3 454.7 454.9 455.8 456.2 456.2 456.5 457.0 457.0 457.1 457.1 457.2 457.6 458.4 458.5 459.4 459.7 459.7 460.0 460.2 460.4 460.6 461.2 461.5 462.0 463.1 463.2 463.3 463.4 464.1 465.0 465.3 465.5 465.7 468.3 469.4 469.7 [2026-05-06 14:18:57.018132] NRT reopen time (msec) mean=61.8589 stdDev=97.9014 [2026-05-06 14:18:57.018137] run CheckIndex [2026-05-06 14:18:57.018206] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.Lucene104.dvfields.nd27.625M/index" > /l/logs.nightly/2026.05.05.21.34.55/checkIndex.nrt.log 2>&1 [2026-05-06 14:26:57.007275] took 480.0 sec [2026-05-06 14:26:57.969723] 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=3634201 Profiler summary for /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Version: 2.1 Chunks: 14 Start: 2026-05-06 18:26:58 (UTC) Duration: 107 s Event Type Count Size (bytes) ============================================================= jdk.FileWrite 3833714 79717552 jdk.CPUTimeSample 2856729 49906115 jdk.FileRead 624167 14663438 jdk.ObjectAllocationInNewTLAB 518295 9074155 jdk.ObjectAllocationOutsideTLAB 129726 2064711 jdk.BooleanFlag 9688 305906 jdk.Compilation 5758 147832 jdk.CPULoad 1910 37609 jdk.UnsignedIntFlag 868 29882 jdk.IntFlag 784 28042 jdk.Checkpoint 724 23226534 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 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2856725 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.98% 284959 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 5.46% 155958 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 4.68% 133762 java.lang.Integer#rotateLeft():1650 [Inlined code] 3.75% 107014 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 3.51% 100381 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 2.96% 84648 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 2.94% 83960 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 2.70% 77194 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 2.13% 60852 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] 1.95% 55768 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 1.62% 46212 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] 1.48% 42327 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] 1.45% 41495 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 1.42% 40662 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] 1.42% 40498 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] 1.18% 33677 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 1.16% 33186 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] 1.16% 33067 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] 0.99% 28152 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] 0.92% 26311 java.lang.ThreadLocal#get():171 [Inlined code] 0.87% 24790 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] 0.82% 23534 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] 0.74% 21144 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] 0.73% 20995 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] 0.73% 20874 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] 0.71% 20360 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] 0.70% 20117 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] 0.60% 17233 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] 0.59% 16773 java.lang.Character#isHighSurrogate():9464 [Inlined code] 0.58% 16547 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] 0.56% 16043 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] 0.55% 15830 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] 0.54% 15533 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] 0.53% 15078 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] 0.50% 14340 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] 0.50% 14292 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.48% 13583 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] 0.46% 13239 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.44% 12537 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] 0.43% 12403 org.apache.lucene.codecs.lucene104.PForUtil#encode():58 [JIT compiled code] 0.41% 11574 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] 0.40% 11563 java.lang.Character#toLowerCase():11251 [Inlined code] 0.40% 11449 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 0.40% 11297 org.apache.lucene.store.DataOutput#writeVInt():203 [Inlined code] 0.38% 10940 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] 0.37% 10618 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] 0.37% 10435 org.apache.lucene.index.TermsHashPerField#initReader():96 [Inlined code] 0.36% 10373 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():67 [Inlined code] 0.36% 10299 java.lang.Character#codePointAtImpl():9670 [Inlined code] 0.34% 9579 org.apache.lucene.util.StringHelper#murmurhash3_x86_32():204 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=2 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for cpu at stackSize=2 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2856725 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.97% 284917 org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] 4.68% 133762 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] 3.75% 107014 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 3.50% 100107 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 2.96% 84549 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 2.70% 77194 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 2.39% 68302 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [Inlined code] 2.13% 60852 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.95% 55730 org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 1.62% 46212 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 1.55% 44411 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [JIT compiled code] 1.48% 42298 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1019 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 1.45% 41495 org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.42% 40662 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():47 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getText():709 [Inlined code] 1.42% 40498 org.apache.lucene.index.ByteSliceReader#readByte():74 [Inlined code] at org.apache.lucene.store.DataInput#readVInt():107 [Inlined code] 1.38% 39469 org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invert():1256 [Inlined code] 1.18% 33677 org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] 1.16% 33174 org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#growTermBuffer():69 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#copyBuffer():46 [Inlined code] 1.15% 32767 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] 1.09% 31235 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.97% 27797 org.apache.lucene.util.BytesRefBuilder#growNoCopy():67 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():147 [Inlined code] 0.92% 26304 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():564 [Inlined code] 0.87% 24787 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():145 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.83% 23654 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] 0.74% 21144 org.apache.lucene.analysis.standard.StandardTokenizerImpl#zzCMap():742 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.73% 20866 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1040 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.71% 20357 org.apache.lucene.util.UnicodeUtil#UTF16toUTF8():143 [Inlined code] at org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] 0.70% 20115 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.60% 17229 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.58% 16644 org.apache.lucene.util.BytesRefBlockPool#fillBytesRef():65 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():194 [Inlined code] 0.58% 16520 java.lang.Character#isHighSurrogate():9464 [Inlined code] at java.lang.Character#codePointAtImpl():9671 [Inlined code] 0.57% 16421 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():223 [Inlined code] 0.56% 16043 org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.55% 15825 org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#nextPosition():1300 [Inlined code] at org.apache.lucene.index.MappingMultiPostingsEnum#nextPosition():110 [Inlined code] 0.54% 15528 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] 0.52% 14824 org.apache.lucene.index.TermsHashPerField#initReader():100 [Inlined code] at org.apache.lucene.index.FreqProxFields$FreqProxPostingsEnum#reset():435 [Inlined code] 0.50% 14263 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.49% 14026 org.apache.lucene.util.ByteBlockPool#getBuffer():358 [Inlined code] at org.apache.lucene.util.BytesRefBlockPool#equals():156 [Inlined code] 0.46% 13239 org.apache.lucene.util.BytesRefBuilder#copyChars():148 [Inlined code] at org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl#getBytesRef():93 [JIT compiled code] 0.45% 12743 jdk.internal.util.ArraysSupport#mismatch():563 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.44% 12537 org.apache.lucene.util.AttributeSource#clearAttributes():274 [Inlined code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():153 [JIT compiled code] 0.43% 12329 org.apache.lucene.codecs.lucene104.ForUtil#encode():154 [JIT compiled code] at org.apache.lucene.codecs.lucene104.ForUtil#encode():96 [Inlined code] 0.41% 11574 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] 0.40% 11531 jdk.internal.util.ArraysSupport#mismatch():564 [Inlined code] at java.util.Arrays#equals():2707 [Inlined code] 0.40% 11449 org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [JIT compiled code] 0.40% 11294 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] 0.38% 10944 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] 0.37% 10662 org.apache.lucene.util.UnicodeUtil#UTF8toUTF16():641 [Inlined code] at perf.LineFileDocs#nextDoc():642 [JIT compiled code] 0.37% 10608 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] 0.37% 10538 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 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2856725 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 9.97% 284917 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] 4.66% 133182 java.lang.Integer#rotateLeft():1650 [Inlined code] at org.apache.lucene.util.StringHelper#murmurhash3_x86_32():175 [Inlined code] at org.apache.lucene.util.BytesRefHash#doHash():473 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():332 [JIT compiled code] 3.69% 105532 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.95% 84393 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 2.70% 77194 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.13% 60845 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1022 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 1.87% 53349 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.73% 49494 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.63% 46669 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.62% 46191 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.48% 42220 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] 1.45% 41324 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] 1.42% 40656 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.28% 36666 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.16% 33174 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.09% 31212 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.08% 30785 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.06% 30154 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.98% 27949 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.97% 27797 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.93% 26507 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.90% 25852 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():564 [Inlined code] at perf.LineFileDocs#nextDoc():604 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.87% 24785 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.74% 21142 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.73% 20855 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.73% 20821 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.72% 20672 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.71% 20355 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.70% 20110 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [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.70% 19919 org.apache.lucene.index.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% 18431 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.60% 17223 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():980 [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.58% 16644 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.56% 16041 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.55% 15825 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.54% 15528 org.apache.lucene.analysis.CharacterUtils#toLowerCase():58 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1278 [JIT compiled code] 0.51% 14630 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.50% 14261 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] at sun.nio.ch.IOUtil#writeFromNativeBuffer():137 [Inlined code] at sun.nio.ch.IOUtil#write():102 [Inlined code] 0.49% 14026 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.48% 13758 org.apache.lucene.index.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.45% 12785 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.45% 12743 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.44% 12537 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.40% 11530 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% 11487 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.40% 11294 java.lang.Character#toLowerCase():11251 [Inlined code] at org.apache.lucene.analysis.CharacterUtils#toLowerCase():59 [Inlined code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():38 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.39% 11239 org.apache.lucene.index.FreqProxFields$FreqProxTermsEnum#next():193 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():381 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [Interpreted code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Interpreted code] 0.37% 10651 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% 10593 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():986 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [JIT compiled code] at org.apache.lucene.analysis.LowerCaseFilter#incrementToken():37 [Inlined code] at org.apache.lucene.analysis.FilteringTokenFilter#incrementToken():51 [Inlined code] 0.37% 10556 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2856725 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 4.64% 132585 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] 4.41% 126028 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] 2.92% 83335 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.29% 65511 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] 2.26% 64427 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] 2.06% 58938 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.73% 49390 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.63% 46669 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.0x00000000861c7398#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] 1.45% 41516 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] 1.37% 39082 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] 1.26% 35893 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.13% 32188 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] 1.10% 31541 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.10% 31376 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.05% 30127 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.04% 29594 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.03% 29503 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] 1.00% 28675 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.00% 28644 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.92% 26387 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.90% 25852 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():564 [Inlined code] at perf.LineFileDocs#nextDoc():604 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 24973 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.72% 20684 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] 0.69% 19598 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.68% 19434 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.68% 19429 org.apache.lucene.index.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.67% 19132 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.67% 18998 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] 0.66% 18919 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.65% 18618 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.61% 17392 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.61% 17372 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.55% 15823 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.55% 15776 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.54% 15419 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.54% 15317 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.50% 14261 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% 14110 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.49% 13917 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% 13430 org.apache.lucene.index.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.46% 13222 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.45% 12770 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.43% 12388 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.41% 11729 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.41% 11682 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.37% 10545 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] 0.36% 10397 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.36% 10386 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] 0.36% 10361 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] 0.36% 10308 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1032 [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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 2856725 events (total: 2M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 3.92% 112023 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] 3.74% 106939 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] 2.67% 76405 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.14% 61272 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] 2.11% 60398 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.89% 53910 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.63% 46669 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.0x00000000861c7398#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% 45309 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.33% 38059 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] 1.25% 35643 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.23% 35235 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.08% 30925 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.01% 28787 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] 0.99% 28421 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.95% 27193 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.92% 26380 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% 26267 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.92% 26163 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.90% 25852 java.lang.ThreadLocal#get():171 [Inlined code] at perf.LineFileDocs#reserve():564 [Inlined code] at perf.LineFileDocs#nextDoc():604 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.87% 24846 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.70% 19990 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 [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] 0.64% 18303 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] 0.64% 18233 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.63% 18131 org.apache.lucene.index.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.63% 18006 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.63% 17935 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.63% 17856 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.58% 16629 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] 0.57% 16208 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.55% 15823 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.0x00000000861c7398#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.55% 15704 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.50% 14389 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.50% 14258 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% 14089 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.48% 13814 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.44% 12488 org.apache.lucene.index.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.43% 12403 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.41% 11654 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% 11587 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.40% 11534 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.38% 10876 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.38% 10800 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.38% 10799 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 [JIT compiled code] 0.38% 10724 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 [Interpreted code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.37% 10695 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.36% 10336 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 [Interpreted code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [Inlined code] at org.apache.lucene.index.IndexWriter#addDocument():1490 [Inlined code] 0.36% 10235 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] 0.34% 9705 org.apache.lucene.index.TermsHashPerField#writeByte():222 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():265 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():172 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():201 [JIT compiled code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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.34% 9617 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.33% 9538 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] 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 647992 events (total: 287393M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.71% 45136M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 12.30% 35355M java.lang.StringUTF16#compress():216 [Inlined code] 8.84% 25403M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 8.81% 25330M java.lang.StringUTF16#compress():212 [Inlined code] 7.34% 21082M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 7.08% 20356M perf.LineFileDocs#readDocs():176 [JIT compiled code] 3.01% 8636M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 2.96% 8511M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] 2.95% 8479M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 2.73% 7843M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 1.90% 5452M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] 1.81% 5194M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] 1.75% 5028M perf.LineFileDocs#readDocs():176 [Interpreted code] 1.75% 5024M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 1.72% 4935M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] 1.70% 4887M org.apache.lucene.util.TimSorter#():62 [Inlined code] 1.66% 4762M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] 1.61% 4624M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 1.44% 4138M perf.LineFileDocs#nextDoc():636 [JIT compiled code] 1.27% 3652M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 1.09% 3129M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.98% 2815M java.util.TreeMap#keyIterator():1421 [Inlined code] 0.90% 2581M perf.LineFileDocs#nextDoc():641 [Interpreted code] 0.59% 1688M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] 0.54% 1554M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] 0.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] 0.53% 1528M java.util.ArrayList#grow():240 [Inlined code] 0.53% 1520M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] 0.50% 1441M org.apache.lucene.util.BytesRef#():71 [Inlined code] 0.44% 1259M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] 0.39% 1128M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] 0.22% 628M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] 0.19% 537M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():967 [JIT compiled code] 0.14% 416M java.lang.Integer#toString():167 [Inlined code] 0.14% 411M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] 0.14% 409M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 0.14% 408M java.util.ArrayList#iterator():1030 [JIT compiled code] 0.13% 387M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] 0.13% 385M perf.LineFileDocs#nextDoc():643 [JIT compiled code] 0.13% 380M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] 0.13% 376M java.util.Formatter#parse():2810 [Inlined code] 0.11% 316M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.11% 306M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] 0.10% 294M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.10% 284M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] 0.09% 263M perf.LineFileDocs#nextDoc():646 [JIT compiled code] 0.09% 262M java.lang.String#format():4455 [Inlined code] 0.09% 256M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] 0.09% 252M perf.LineFileDocs#nextDoc():599 [Interpreted code] 0.08% 237M 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-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 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 647992 events (total: 287393M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.66% 42132M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 12.30% 35355M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 8.84% 25403M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 8.81% 25330M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 7.34% 21082M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 7.08% 20356M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.01% 8636M org.apache.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.91% 8350M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 2.72% 7810M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 2.61% 7501M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 1.90% 5452M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.81% 5194M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.75% 5028M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.72% 4935M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.70% 4887M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] 1.69% 4851M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.63% 4675M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.61% 4624M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 1.27% 3652M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 1.16% 3328M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 1.09% 3129M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 1.05% 3004M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] 0.98% 2815M java.util.TreeMap#keyIterator():1421 [Inlined code] at java.util.TreeMap$KeySet#iterator():1434 [JIT compiled code] 0.90% 2581M perf.LineFileDocs#nextDoc():641 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.59% 1688M org.apache.lucene.index.IndexingChain$IntBlockAllocator#getIntBlock():1487 [Inlined code] at org.apache.lucene.util.IntBlockPool#nextBuffer():153 [JIT compiled code] 0.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1528M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 0.52% 1497M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 0.45% 1306M org.apache.lucene.codecs.lucene104.PForUtil#encode():78 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#addPosition():342 [JIT compiled code] 0.44% 1259M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():127 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.41% 1169M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 0.39% 1128M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():108 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.35% 1010M org.apache.lucene.codecs.lucene104.PForUtil#encode():53 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():464 [JIT compiled code] 0.28% 809M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] 0.14% 416M java.lang.Integer#toString():167 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.14% 411M org.apache.lucene.document.IntPoint#pack():114 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.13% 387M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 0.13% 387M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.13% 376M java.util.Formatter#parse():2810 [Inlined code] at java.util.Formatter#format():2744 [JIT compiled code] 0.13% 374M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000861a4400#newInvokeSpecial() [Inlined code] 0.13% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] 0.13% 362M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.11% 314M 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.11% 306M org.apache.lucene.document.IntPoint#pack():108 [Inlined code] at org.apache.lucene.document.IntPoint#setIntValues():72 [Inlined code] 0.10% 284M org.apache.lucene.codecs.CompetitiveImpactAccumulator#getCompetitiveFreqNormPairs():103 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#flushDocBlock():398 [JIT compiled code] 0.09% 272M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#writeBlock():725 [JIT compiled code] 0.09% 262M java.lang.String#format():4455 [Inlined code] at perf.LineFileDocs#intToID():297 [JIT compiled code] 0.09% 256M org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.TrieBuilder#bytesRefToTrie():114 [Inlined code] 0.09% 252M perf.LineFileDocs#nextDoc():599 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] 0.08% 240M org.apache.lucene.document.StringField#setStringValue():102 [Inlined code] at perf.LineFileDocs#nextDoc():730 [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 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 647992 events (total: 287393M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.66% 42132M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 11.46% 32921M 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] 8.17% 23493M 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.29% 20944M 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.08% 20356M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 7.08% 20355M org.apache.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.88% 8275M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 2.71% 7792M 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.60% 7484M 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.90% 5452M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():243 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.81% 5194M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():242 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.75% 5028M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.72% 4955M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.72% 4935M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():245 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 1.69% 4851M 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% 4675M 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.62% 4651M org.apache.lucene.util.TimSorter#():62 [Inlined code] at org.apache.lucene.util.ArrayTimSorter#():34 [Inlined code] at org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] 1.61% 4624M 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.28% 3674M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#initStreamSlices():161 [Inlined code] at org.apache.lucene.index.TermsHashPerField#add():198 [JIT compiled code] 1.27% 3652M 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.18% 3402M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.16% 3328M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.05% 3004M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.03% 2961M 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.98% 2803M 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.90% 2581M perf.LineFileDocs#nextDoc():641 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.74% 2128M 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% 1688M 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.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1528M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] 0.52% 1497M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] 0.48% 1373M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.util.BytesRefBlockPool#addBytesRef():91 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():343 [JIT compiled code] 0.45% 1289M 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% 1259M 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.39% 1128M 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.38% 1090M 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.35% 993M 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.28% 809M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 0.24% 695M 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.14% 404M 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.13% 387M org.apache.lucene.util.StringSorter#fallbackSorter():92 [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#sort():134 [Inlined code] at org.apache.lucene.util.MSBRadixSorter#radixSort():182 [JIT compiled code] 0.13% 383M org.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.13% 376M 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.13% 374M java.lang.invoke.DirectMethodHandle#allocateInstance():500 [Inlined code] at java.lang.invoke.LambdaForm$DMH.0x00000000861a4400#newInvokeSpecial() [Inlined code] at java.lang.invoke.Invokers$Holder#linkToTargetMethod() [Inlined code] at org.apache.lucene.util.StringSorter$MSBStringRadixSorter#getFallbackSorter():83 [Inlined code] 0.13% 373M java.util.ArrayList#iterator():1030 [JIT compiled code] at jdk.jfr.internal.periodic.PeriodicEvents#doPeriodic():126 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#periodicTask():502 [Interpreted code] at jdk.jfr.internal.PlatformRecorder#lambda$startDiskMonitor$0():428 [Interpreted code] 0.13% 362M perf.LineFileDocs#nextDoc():643 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.11% 314M 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.11% 307M 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 [JIT compiled code] 0.10% 293M 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.10% 280M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 647992 events (total: 287393M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.66% 42132M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.63% 30538M 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.63% 21918M 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.08% 20356M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 3.06% 8779M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():200 [JIT compiled code] 2.99% 8602M 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.46% 7058M 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.87% 5383M org.apache.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.75% 5028M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.75% 5024M 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% 4935M 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.70% 4873M 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.62% 4651M 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.61% 4624M 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.60% 4603M 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.56% 4483M 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.49% 4288M 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.48% 4259M 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.20% 3447M 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.0x00000000861c7398#merge() [Interpreted code] 1.18% 3402M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000861c7398#merge() [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeWithLogging():315 [Interpreted code] at org.apache.lucene.index.SegmentMerger#merge():147 [Interpreted code] 1.16% 3328M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.15% 3317M org.apache.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.11% 3197M 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.05% 3004M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.03% 2963M 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.0x00000000861c7398#merge() [Interpreted code] 1.00% 2883M 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] 1.00% 2860M 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.97% 2777M 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.90% 2581M perf.LineFileDocs#nextDoc():641 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.86% 2485M 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.83% 2382M 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.74% 2128M 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.68% 1947M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.68% 1944M 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.58% 1677M 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.56% 1615M 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.55% 1580M 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.55% 1575M 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.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1526M org.apache.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.52% 1504M org.apache.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.52% 1497M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] 0.47% 1360M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField#writeProx():86 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():183 [JIT compiled code] 0.45% 1300M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriterPerField#addTerm():173 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#positionStreamSlice():216 [Inlined code] 0.41% 1175M org.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.38% 1103M 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.38% 1090M 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.37% 1049M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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#postUpdate():403 [JIT compiled code] 0.35% 1005M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.28% 809M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=12 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr Profiler for heap at stackSize=12 [big index (fast) /l/logs.nightly/bench-index-nightly-wikibig.trunk.nightly.Lucene104.nd5.98205M.jfr is 172.43 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 647992 events (total: 287393M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.66% 42132M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 10.63% 30538M 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.63% 21918M 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.08% 20356M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.99% 8602M 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.0x00000000861c7398#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.02% 5816M org.apache.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.75% 5028M perf.LineFileDocs#readDocs():176 [Interpreted code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.63% 4680M 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.62% 4651M 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.0x00000000861c7398#merge() [Interpreted code] 1.62% 4642M 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.62% 4641M 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 [JIT compiled code] 1.59% 4560M 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.56% 4475M 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.53% 4405M 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.48% 4259M 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.0x00000000861c7398#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.48% 4244M 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.45% 4165M org.apache.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.20% 3447M 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.0x00000000861c7398#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.18% 3402M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.0x00000000861c7398#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.16% 3328M perf.LineFileDocs#nextDoc():636 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 1.08% 3108M 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.05% 3023M org.apache.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.05% 3004M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.LineFileDocs#nextDoc():582 [JIT compiled code] at perf.IndexThreads$IndexThread#run():397 [Interpreted code] 1.03% 2963M org.apache.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.03% 2963M 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.0x00000000861c7398#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% 2748M 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] 0.95% 2732M 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.90% 2581M perf.LineFileDocs#nextDoc():641 [Interpreted code] at perf.LineFileDocs#nextDoc():582 [Inlined code] at perf.IndexThreads$IndexThread#run():397 [JIT compiled code] 0.83% 2382M 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.81% 2336M 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 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.74% 2128M 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.65% 1867M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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 [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.63% 1810M 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 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.59% 1687M 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 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.56% 1597M 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 [JIT compiled code] at org.apache.lucene.index.DocumentsWriter#updateDocuments():449 [JIT compiled code] 0.55% 1575M 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.54% 1546M perf.LineFileDocs#newDocState():503 [Interpreted code] at perf.IndexThreads$IndexThread#run():188 [Interpreted code] 0.53% 1526M org.apache.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.52% 1497M org.apache.lucene.util.ArrayUtil#timSort():568 [Inlined code] at org.apache.lucene.index.MultiTermsEnum#postings():332 [JIT compiled code] at org.apache.lucene.index.MappedMultiFields$MappedMultiTermsEnum#postings():131 [Inlined code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():125 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.FieldsConsumer#merge():94 [Interpreted code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#merge():190 [Interpreted code] at org.apache.lucene.index.SegmentMerger#mergeTerms():223 [Interpreted code] at org.apache.lucene.index.SegmentMerger$$Lambda.0x00000000861c7398#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% 1458M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocKnownSizeSlice():118 [JIT compiled code] at org.apache.lucene.index.ByteSlicePool#allocSlice():98 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeByte():228 [Inlined code] at org.apache.lucene.index.TermsHashPerField#writeVInt():268 [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.48% 1385M 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% 1360M org.apache.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.44% 1263M 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 [JIT compiled code] 0.43% 1230M org.apache.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.42% 1218M org.apache.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.38% 1090M 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.38% 1080M org.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.35% 1005M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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 [JIT compiled code] at org.apache.lucene.index.IndexWriter#updateDocument():1846 [JIT compiled code] 0.34% 981M 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.33% 943M 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] move log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexBigDocs.log move vmstat log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexBigDocs.vmstat.log move top log to /l/logs.nightly/2026.05.05.21.34.55/fastIndexBigDocs.top.log [2026-05-06 14:30:21.360215] took 79.7 sec [2026-05-06 14:30:21.361294] bigIndexAtClose None [2026-05-06 14:30:21.362379] 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=3637413 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-07 02:33:03 (UTC) Duration: 11655 s Event Type Count Size (bytes) ============================================================= jdk.CPUTimeSample 91286508 1733973054 jdk.FileWrite 11977497 275445458 jdk.FileRead 322459 8951399 jdk.CPULoad 220026 4620546 jdk.BooleanFlag 116256 3836952 jdk.Checkpoint 34572 94499358 jdk.ObjectAllocationInNewTLAB 34538 752085 jdk.UnsignedIntFlag 10416 373464 jdk.IntFlag 9408 349944 jdk.StringFlag 7560 323736 jdk.ObjectAllocationOutsideTLAB 172 3049 jdk.CPUInformation 168 252504 jdk.GCConfiguration 168 4536 jdk.JVMInformation 168 316680 jdk.Metadata 168 18568704 jdk.Compilation 160 4467 jdk.GarbageCollection 64 1664 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 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91286508 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.74% 37M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] 38.81% 35M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 7.30% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] 1.86% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] 1.62% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] 0.93% 844626 java.util.Arrays#fill():3144 [Inlined code] 0.81% 738107 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.76% 694713 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] 0.52% 474676 jdk.jfr.internal.JVM#emitEvent() [Native code] 0.35% 316009 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] 0.34% 308004 java.util.ArrayList#elementData():412 [Inlined code] 0.33% 301754 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] 0.29% 266142 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] 0.28% 253993 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] 0.25% 227206 org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.19% 170509 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] 0.16% 147057 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] 0.15% 133213 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] 0.14% 126172 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] 0.14% 123439 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] 0.12% 107319 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():323 [JIT compiled code] 0.11% 96864 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] 0.08% 75993 org.apache.lucene.index.TermsHashPerField#writeByte():232 [Inlined code] 0.08% 75519 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] 0.08% 75265 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] 0.08% 72195 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.07% 68031 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [JIT compiled code] 0.07% 66088 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] 0.07% 59575 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] 0.06% 56010 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.06% 55600 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] 0.06% 52386 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] 0.05% 47024 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] 0.05% 46023 java.util.Arrays#fill():3143 [Inlined code] 0.05% 45454 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] 0.05% 43527 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] 0.05% 43065 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] 0.04% 40695 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] 0.04% 39671 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#compareAndSetState():189 [Inlined code] 0.04% 39054 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] 0.04% 36786 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] 0.04% 35748 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] 0.04% 34910 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] 0.04% 33920 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] 0.04% 32528 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] 0.04% 32504 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():347 [JIT compiled code] 0.04% 32434 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.04% 32358 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] 0.04% 32320 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.03% 31489 org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [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 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91286508 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.74% 37M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] 38.81% 35M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] 7.30% 6M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] 1.86% 1M jdk.internal.util.Preconditions#outOfBoundsCheckIndex():124 [Inlined code] at jdk.internal.util.Preconditions#checkIndex():448 [Inlined code] 1.62% 1M jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] 0.93% 844626 java.util.Arrays#fill():3144 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.81% 738107 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.76% 694713 org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():447 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.52% 474676 jdk.jfr.internal.JVM#emitEvent() [Native code] at jdk.jfr.internal.periodic.JVMEventTask#execute():54 [Inlined code] 0.35% 316009 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] 0.34% 307974 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] 0.29% 266142 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] 0.28% 253993 java.util.concurrent.locks.ReentrantReadWriteLock#readLock():248 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] 0.25% 227206 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.22% 202936 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():227 [JIT compiled code] 0.19% 170509 org.apache.lucene.util.FixedBitSet#getAndSet():307 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.16% 147057 org.apache.lucene.util.FixedBitSet#getAndSet():308 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():328 [JIT compiled code] 0.15% 133213 jdk.incubator.vector.FloatVector#fromArray0Template():3343 [Inlined code] at jdk.incubator.vector.Float256Vector#fromArray0():935 [Inlined code] 0.14% 126172 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] 0.14% 123439 java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock#lock():744 [Inlined code] at org.apache.lucene.util.hnsw.HnswLock#read():41 [Inlined code] 0.11% 104152 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% 92936 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():326 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.08% 77309 org.apache.lucene.util.hnsw.OnHeapHnswGraph#getNeighbors():108 [Inlined code] at org.apache.lucene.util.hnsw.OnHeapHnswGraph#seek():177 [Inlined code] 0.08% 72195 org.apache.lucene.util.hnsw.HnswLock#read():40 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():225 [JIT compiled code] 0.08% 69285 jdk.internal.foreign.NativeMemorySegmentImpl#unsafeGetOffset():87 [Inlined code] at jdk.internal.foreign.AbstractMemorySegmentImpl#isAlignedForElement():385 [Inlined code] 0.07% 67425 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% 62336 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#getState():165 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():475 [Inlined code] 0.07% 59575 org.apache.lucene.util.BytesRefHash#findHash():376 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] 0.06% 56010 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.06% 55600 org.apache.lucene.util.TernaryLongHeap#downHeap():232 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#pop():124 [Inlined code] 0.05% 46023 java.util.Arrays#fill():3143 [Inlined code] at org.apache.lucene.util.FixedBitSet#clear():174 [Inlined code] 0.05% 45454 org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():140 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.05% 43527 org.apache.lucene.util.TernaryLongHeap#updateTop():153 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#insertWithOverflow():98 [Inlined code] 0.05% 42704 org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():51 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] 0.04% 40695 org.apache.lucene.util.BytesRefBlockPool#equals():160 [Inlined code] at org.apache.lucene.util.BytesRefHash#findHash():382 [Inlined code] 0.04% 39273 org.apache.lucene.util.VectorUtil#normalizeToUnitInterval():412 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] 0.04% 34910 org.apache.lucene.util.TernaryLongHeap#upHeap():204 [Inlined code] at org.apache.lucene.util.TernaryLongHeap#push():82 [Inlined code] 0.04% 34809 org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():336 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] 0.04% 34001 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$MergeSearcher#graphSeek():232 [JIT compiled code] 0.04% 33920 sun.nio.ch.UnixFileDispatcherImpl#write0() [Native code] at sun.nio.ch.UnixFileDispatcherImpl#write():65 [Inlined code] 0.04% 33704 org.apache.lucene.util.hnsw.NeighborQueue#encode():115 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#insertWithOverflow():91 [Inlined code] 0.04% 32528 org.apache.lucene.analysis.standard.StandardTokenizerImpl#getNextToken():1018 [JIT compiled code] at org.apache.lucene.analysis.standard.StandardTokenizer#incrementToken():157 [Inlined code] 0.04% 32358 org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():159 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] 0.04% 32216 org.apache.lucene.util.TernaryLongHeap#push():81 [Inlined code] at org.apache.lucene.util.hnsw.NeighborQueue#add():78 [Inlined code] 0.03% 31026 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] 0.03% 30975 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% 30550 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% 30499 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% 30263 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.03% 29471 org.apache.lucene.util.BytesRefHash#findHash():381 [Inlined code] at org.apache.lucene.util.BytesRefHash#add():334 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for cpu at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91286508 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 40.74% 37M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] 37.97% 34M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [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.30% 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] 1.86% 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] 0.93% 844626 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.84% 763811 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] 0.74% 678366 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.73% 662548 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.68% 618733 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.58% 531805 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.52% 474676 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% 316009 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.32% 294808 java.util.ArrayList#elementData():412 [Inlined code] at java.util.ArrayList#get():429 [Inlined code] at org.apache.lucene.index.FloatVectorValues$1#vectorValue():122 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] 0.29% 267715 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% 265663 java.util.concurrent.locks.AbstractQueuedLongSynchronizer#apparentlyFirstQueuedIsExclusive():897 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync#readerShouldBlock():698 [Inlined code] at java.util.concurrent.locks.ReentrantReadWriteLock$Sync#tryAcquireShared():480 [Inlined code] at java.util.concurrent.locks.AbstractQueuedLongSynchronizer#acquireShared():738 [Inlined code] 0.28% 253993 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.24% 215909 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.21% 192120 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.16% 147491 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.14% 123439 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.13% 119874 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.11% 102597 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.10% 95177 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.10% 88127 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.09% 85015 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 [JIT compiled code] 0.08% 77309 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.08% 75980 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% 75559 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():395 [JIT compiled code] 0.08% 68966 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.08% 68661 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.07% 62014 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.06% 56010 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% 52034 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% 49207 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.05% 47970 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% 46023 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% 45674 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.05% 43527 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.04% 36092 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% 36079 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] 0.04% 33920 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% 33255 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.04% 32528 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% 31269 org.apache.lucene.util.hnsw.NeighborArray#nodes():217 [Inlined code] at 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] 0.03% 31026 org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#setScoringOrdinal():155 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.03% 30997 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% 30969 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% 30550 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% 28898 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% 27227 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91286508 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.57% 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.37% 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] 10.13% 9M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():121 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 8.66% 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.49% 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.33% 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] 1.90% 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.86% 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.63% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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.53% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():118 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] 1.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.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():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] 0.81% 741308 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.77% 704871 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.74% 672973 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():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.73% 662548 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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 [JIT compiled code] 0.72% 655254 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.71% 649503 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] 0.70% 636231 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.70% 634681 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.68% 618733 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.64% 587794 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.60% 550006 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.52% 474676 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.42% 380387 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.31% 284815 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.29% 265663 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.26% 237921 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.24% 215909 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.21% 195562 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.21% 192120 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.17% 151475 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] 0.16% 147491 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.15% 138767 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.13% 119985 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% 119874 org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():76 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():384 [JIT compiled code] 0.13% 118736 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.13% 114919 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.11% 102597 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.11% 98898 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():166 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] 0.10% 95177 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.09% 86237 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():136 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():448 [Inlined code] 0.09% 85067 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.09% 85015 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 [JIT compiled 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% 77760 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.08% 75537 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.08% 75406 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 [JIT compiled 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% 74764 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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] 0.08% 68661 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.07% 64651 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#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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 91286508 events (total: 91M) tests.profile.mode=cpu tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT CPU SAMPLES STACK 35.57% 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] 9.23% 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.74% 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():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.30% 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.60% 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.01% 1M jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.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.64% 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.63% 1M org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [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.57% 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.38% 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.38% 1M jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulkImpl():112 [JIT compiled code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProductBulk():69 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():147 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#bulkScore():302 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphSearcher#searchLevel():342 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():291 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNode():333 [JIT compiled code] 0.96% 880813 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.80% 728223 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.77% 704871 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.74% 671694 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.73% 664747 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():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 [JIT compiled code] 0.73% 662548 org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():300 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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 [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.70% 635746 org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.69% 628558 jdk.incubator.vector.FloatVector#reduceLanesTemplate():2701 [Inlined code] at jdk.incubator.vector.Float256Vector#reduceLanes():317 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():82 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.64% 585495 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():318 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.62% 561597 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% 539341 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.53% 487095 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.52% 474676 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.51% 467220 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] 0.41% 371152 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.39% 355427 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.32% 293530 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% 284801 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 [JIT compiled 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.30% 269618 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 260954 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.28% 251130 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.27% 248482 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 237921 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% 235802 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.23% 205946 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():155 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.22% 203952 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.21% 192120 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.20% 182442 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():140 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.19% 172681 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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% 156623 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.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.17% 151108 jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegmentScopedInternal():358 [Inlined code] at jdk.internal.misc.ScopedMemoryAccess#loadFromMemorySegment():335 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment0Template():3410 [Inlined code] at jdk.incubator.vector.Float256Vector#fromMemorySegment0():958 [Inlined code] at jdk.incubator.vector.FloatVector#fromMemorySegment():3042 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():78 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.15% 140554 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.MemorySegmentBulkVectorOps$DotProduct#dotProduct():80 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$DotProductSupplier$1#vectorOp():134 [Inlined code] at org.apache.lucene.internal.vectorization.Lucene99MemorySegmentFloatVectorScorerSupplier$AbstractBulkScorer#score():287 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#isWorstNonDiverse():329 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():301 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 0.15% 138767 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.15% 138366 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():145 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.15% 136819 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.14% 131584 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 [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.14% 125596 jdk.incubator.vector.FloatVector#lanewiseTemplate():1023 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():294 [Inlined code] at jdk.incubator.vector.Float256Vector#lanewise():43 [Inlined code] at jdk.incubator.vector.FloatVector#fma():2521 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#fma():93 [Inlined code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProductBody():150 [JIT compiled code] at org.apache.lucene.internal.vectorization.PanamaVectorUtilSupport#dotProduct():116 [Inlined code] at org.apache.lucene.util.VectorUtil#dotProduct():67 [Inlined code] at org.apache.lucene.index.VectorSimilarityFunction$2#compare():57 [Inlined code] at org.apache.lucene.codecs.hnsw.DefaultFlatVectorScorer$FloatScoringSupplier$1#score():150 [JIT compiled code] at org.apache.lucene.util.hnsw.RandomVectorScorer#bulkScore():50 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#diversityCheck():485 [JIT compiled code] 0.13% 119985 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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=1 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=1 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34707 events (total: 636355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=1 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 15.45% 98343M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] 14.82% 94318M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] 5.52% 35147M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] 4.89% 31117M java.nio.HeapByteBuffer#():75 [Inlined code] 4.84% 30808M perf.LineFileDocs#readVector():212 [Inlined code] 3.16% 20130M org.apache.lucene.util.BytesRef#():71 [Inlined code] 2.73% 17404M java.util.Arrays#copyOf():3478 [Inlined code] 2.51% 15962M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():183 [Inlined code] 2.06% 13137M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] 2.02% 12876M perf.LineFileDocs#nextDoc():641 [JIT compiled code] 1.44% 9177M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] 1.41% 8997M java.util.Arrays#copyOf():3537 [Inlined code] 1.38% 8787M java.util.ArrayList#grow():240 [Inlined code] 1.34% 8504M java.lang.StringUTF16#compress():212 [Inlined code] 1.28% 8169M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] 1.27% 8086M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] 1.25% 7976M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] 1.25% 7941M java.lang.AbstractStringBuilder#():101 [Inlined code] 1.24% 7886M perf.LineFileDocs#readDocs():176 [JIT compiled code] 1.08% 6855M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] 1.05% 6708M java.lang.StringBuilder#toString():478 [Inlined code] 1.03% 6525M java.util.Arrays#copyOfRange():3849 [Inlined code] 0.95% 6048M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] 0.91% 5820M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] 0.88% 5623M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] 0.81% 5145M org.apache.lucene.document.StringField#():61 [Inlined code] 0.73% 4648M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] 0.71% 4525M java.util.HashMap#newNode():1910 [Inlined code] 0.70% 4428M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] 0.68% 4332M java.util.HashMap#resize():711 [JIT compiled code] 0.68% 4328M java.lang.StringUTF16#compress():216 [Inlined code] 0.56% 3564M perf.LineFileDocs#cloneDoc():527 [JIT compiled code] 0.56% 3556M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] 0.55% 3502M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():423 [JIT compiled code] 0.47% 2999M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] 0.46% 2956M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] 0.43% 2734M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] 0.43% 2726M org.apache.lucene.util.hnsw.NeighborArray#():55 [Inlined code] 0.42% 2682M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] 0.42% 2660M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] 0.41% 2615M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] 0.38% 2408M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] 0.37% 2382M org.apache.lucene.util.hnsw.NeighborArray#():54 [Inlined code] 0.36% 2259M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] 0.35% 2204M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():108 [Inlined code] 0.34% 2166M java.lang.Long#valueOf():1000 [Inlined code] 0.33% 2124M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] 0.33% 2111M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] 0.33% 2068M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] 0.32% 2026M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=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 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34707 events (total: 636355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=2 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 14.87% 94597M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] 14.82% 94318M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] 5.52% 35147M org.apache.lucene.util.ArrayUtil#copyOfSubArray():744 [Inlined code] at org.apache.lucene.codecs.lucene99.Lucene99FlatVectorsWriter$FieldWriter$2#copyValue():338 [Inlined code] 4.86% 30903M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] 4.84% 30808M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 3.09% 19655M org.apache.lucene.util.BytesRef#():71 [Inlined code] at org.apache.lucene.util.BytesRef#():80 [Inlined code] 2.73% 17404M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] 2.51% 15962M 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.06% 13137M org.apache.lucene.util.hnsw.NeighborQueue#nodes():134 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder$GraphBuilderKnnCollector#popUntilNearestKNodes():644 [Inlined code] 2.02% 12876M perf.LineFileDocs#nextDoc():641 [JIT compiled code] at perf.IndexThreads$IndexThread$1$1#next():294 [Inlined code] 1.44% 9177M 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.41% 8997M java.util.Arrays#copyOf():3537 [Inlined code] at java.lang.AbstractStringBuilder#ensureCapacityNewCoder():282 [JIT compiled code] 1.38% 8787M java.util.ArrayList#grow():240 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] 1.34% 8504M java.lang.StringUTF16#compress():212 [Inlined code] at java.lang.String#():4842 [Inlined code] 1.28% 8169M org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator#getByteBlock():97 [Inlined code] at org.apache.lucene.util.ByteBlockPool#nextBuffer():196 [JIT compiled code] 1.27% 8086M org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():219 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsWriter#newTermState():54 [Inlined code] 1.25% 7976M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] 1.25% 7941M java.lang.AbstractStringBuilder#():101 [Inlined code] at java.lang.StringBuilder#():106 [Inlined code] 1.24% 7886M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.08% 6855M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] 1.05% 6708M java.lang.StringBuilder#toString():478 [Inlined code] at org.apache.lucene.facet.FacetsConfig#pathToString():592 [JIT compiled code] 1.03% 6525M java.util.Arrays#copyOfRange():3849 [Inlined code] at java.lang.String#():4863 [Inlined code] 0.95% 6048M jdk.internal.misc.Unsafe#allocateUninitializedArray():1396 [Inlined code] at java.lang.StringConcatHelper#newArray():578 [Inlined code] 0.88% 5623M java.util.ImmutableCollections$AbstractImmutableList#iterator():303 [JIT compiled code] at org.apache.lucene.index.BufferedUpdatesStream#waitApplyForMerge():181 [JIT compiled code] 0.73% 4648M org.apache.lucene.util.ArrayUtil#copyOfSubArray():654 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$PendingTerm#():414 [Inlined code] 0.70% 4428M org.apache.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.68% 4328M java.lang.StringUTF16#compress():216 [Inlined code] at java.lang.String#():4842 [Inlined code] 0.59% 3746M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [Inlined code] 0.56% 3564M perf.LineFileDocs#cloneDoc():527 [JIT compiled code] at perf.LineFileDocs#nextDoc():760 [JIT compiled code] 0.56% 3556M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#newTermState():203 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():106 [Inlined code] 0.48% 3047M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.47% 2999M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():480 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.46% 2956M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():334 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.44% 2772M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processFacetFields():400 [JIT compiled code] 0.43% 2734M org.apache.lucene.util.hnsw.HnswGraphBuilder#selectAndLinkDiverse():436 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addDiverseNeighbors():369 [JIT compiled code] 0.42% 2682M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] 0.42% 2660M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.41% 2615M org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():301 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] 0.38% 2408M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] 0.37% 2379M java.util.HashMap#resize():711 [JIT compiled code] at java.util.HashMap#computeIfAbsent():1207 [JIT compiled code] 0.36% 2311M java.util.HashMap#newNode():1910 [Inlined code] at java.util.HashMap#computeIfAbsent():1241 [JIT compiled code] 0.36% 2259M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] 0.34% 2161M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():426 [JIT compiled code] 0.33% 2124M org.apache.lucene.util.BytesRefHash#rehash():438 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():349 [JIT compiled code] 0.33% 2111M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.33% 2106M org.apache.lucene.document.StringField#():61 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():450 [JIT compiled code] 0.33% 2068M 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.32% 2026M org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():497 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] 0.31% 1984M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] 0.30% 1915M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#():108 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getFrame():169 [Inlined code] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.count=50 -Dtests.profile.stacksize=4 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr Profiler for heap at stackSize=4 [search index (fixed segments) /l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M.jfr is 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34707 events (total: 636355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=4 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 13.69% 87101M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT 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.64% 86819M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.hnsw.NeighborArray#growArrays():99 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addInOrder():84 [Inlined code] 5.52% 35147M 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 [JIT compiled code] 4.86% 30903M java.nio.HeapByteBuffer#():75 [Inlined code] at java.nio.ByteBuffer#allocate():398 [Inlined code] at perf.LineFileDocs#readVector():213 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] 4.84% 30808M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 2.73% 17404M 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.51% 15962M 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.02% 12876M 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.41% 8997M 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.38% 8787M 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.29% 8235M 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.28% 8176M 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.27% 8086M 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.25% 7976M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled code] 1.24% 7886M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.18% 7499M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.18% 7495M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.17% 7449M 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.08% 6855M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#getNode():180 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#prepareSeekExact():412 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():521 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 1.04% 6617M 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] 1.00% 6349M 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] 0.88% 5623M 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.83% 5294M 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.78% 4983M 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.77% 4902M 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.76% 4825M org.apache.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.73% 4648M 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.66% 4183M 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% 3637M 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.56% 3564M 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.48% 3047M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():854 [JIT compiled code] 0.47% 2999M 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] 0.46% 2956M 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.46% 2924M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():997 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] at org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter#write():161 [JIT compiled code] at org.apache.lucene.index.FreqProxTermsWriter#flush():133 [Inlined code] 0.44% 2772M 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.43% 2766M 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.42% 2701M 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.42% 2682M org.apache.lucene.util.FixedBitSet#():148 [Inlined code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader$BlockPostingsEnum#():306 [JIT compiled code] at org.apache.lucene.codecs.lucene104.Lucene104PostingsReader#postings():259 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#postings():1010 [JIT compiled code] 0.42% 2660M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.41% 2615M 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.38% 2408M org.apache.lucene.codecs.lucene90.Lucene90NormsProducer#getNorms():393 [JIT compiled code] at org.apache.lucene.codecs.PushPostingsWriterBase#writeTerm():122 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$TermsWriter#write():988 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter#write():390 [JIT compiled code] 0.36% 2259M org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():240 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] 0.33% 2111M org.apache.lucene.index.ParallelPostingsArray#():31 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.33% 2072M org.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.33% 2068M org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnumFrame#loadBlock():195 [JIT compiled code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum$1#get():489 [Inlined code] at org.apache.lucene.codecs.lucene103.blocktree.SegmentTermsEnum#seekExact():522 [Inlined code] at org.apache.lucene.facet.taxonomy.directory.DirectoryTaxonomyWriter#findCategory():363 [JIT compiled code] 0.32% 2026M 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] 0.31% 1984M org.apache.lucene.index.ParallelPostingsArray#():32 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] 0.30% 1934M 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.30% 1892M 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.30% 1882M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34707 events (total: 636355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=8 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.13% 51732M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.11% 51606M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 5.52% 35147M 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 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [JIT compiled 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% 30903M 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.84% 30808M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.05% 25770M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] 4.01% 25539M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled code] 2.51% 15962M 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.02% 12876M 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.29% 8235M 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.28% 8176M 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.24% 7886M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 7449M 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.09% 6958M 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] 1.08% 6855M 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.98% 6265M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.93% 5943M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.90% 5702M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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.88% 5623M 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.83% 5294M 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.77% 4902M 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 [JIT compiled 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% 4218M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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.66% 4183M 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.65% 4163M 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.62% 3922M 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.61% 3904M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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.56% 3564M 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.55% 3488M 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.53% 3370M 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.51% 3246M 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.50% 3207M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.48% 3047M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():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.48% 3026M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.47% 2999M 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] 0.46% 2956M 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.45% 2888M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.45% 2878M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.44% 2773M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] 0.44% 2772M 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.43% 2766M 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.43% 2756M 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.42% 2682M 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.41% 2628M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():1365 [JIT compiled code] 0.41% 2615M 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.40% 2548M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():395 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#addGraphNodeInternal():299 [JIT compiled code] 0.38% 2428M 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 [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] 0.36% 2273M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled 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 [JIT compiled code] 0.36% 2259M 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.35% 2235M 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] 0.35% 2226M 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] profile command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/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 2043.05 MB]: WARNING: Using incubator modules: jdk.incubator.vector PROFILE SUMMARY from 34707 events (total: 636355M) tests.profile.mode=heap tests.profile.count=50 tests.profile.stacksize=12 tests.profile.linenumbers=true PERCENT HEAP SAMPLES STACK 8.13% 51732M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.11% 51606M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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] 5.52% 35147M 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 [JIT compiled code] at org.apache.lucene.codecs.lucene99.Lucene99HnswVectorsWriter$FieldWriter#addValue():783 [JIT compiled 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% 30903M 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.84% 30808M perf.LineFileDocs#readVector():212 [Inlined code] at perf.LineFileDocs#readDocs():183 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 4.05% 25770M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled 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.01% 25539M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled 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.51% 15962M 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.02% 12876M 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.28% 8176M 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.24% 7886M perf.LineFileDocs#readDocs():176 [JIT compiled code] at perf.LineFileDocs$1#run():140 [Interpreted code] 1.17% 7449M 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.10% 7000M 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.09% 6958M 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] 1.08% 6855M 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.98% 6265M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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.93% 5943M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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.90% 5702M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():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 [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.88% 5623M 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.77% 4902M 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 [JIT compiled 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.66% 4218M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.66% 4183M 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.65% 4163M 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% 3904M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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 [JIT compiled code] at org.apache.lucene.util.hnsw.HnswConcurrentMergeBuilder$ConcurrentMergeWorker#run():184 [JIT compiled code] 0.61% 3898M 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.56% 3564M 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.55% 3488M 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.53% 3370M 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.51% 3246M 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.48% 3062M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():345 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled 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.48% 3048M 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.48% 3047M org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():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.48% 3026M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.ArrayUtil#growInRange():369 [JIT compiled code] at org.apache.lucene.util.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 [JIT compiled 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% 2999M 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.46% 2956M 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.45% 2888M org.apache.lucene.codecs.lucene103.blocktree.Lucene103BlockTreeTermsWriter$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.45% 2878M org.apache.lucene.util.ArrayUtil#growExact():267 [Inlined code] at org.apache.lucene.util.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():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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.44% 2773M java.util.Arrays#copyOf():3478 [Inlined code] at java.util.ArrayList#grow():238 [Inlined code] at java.util.ArrayList#grow():245 [Inlined code] at java.util.ArrayList#add():484 [Inlined code] at java.util.ArrayList#add():497 [Inlined code] at org.apache.lucene.document.Document#add():62 [Inlined code] at org.apache.lucene.facet.FacetsConfig#indexDrillDownTerms():448 [JIT compiled code] at org.apache.lucene.facet.FacetsConfig#processSSDVFacetFields():501 [Inlined code] at org.apache.lucene.facet.FacetsConfig#build():345 [JIT compiled code] at perf.LineFileDocs#nextDoc():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.44% 2772M 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.43% 2766M 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.43% 2756M 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.42% 2682M 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.41% 2628M org.apache.lucene.index.ParallelPostingsArray#():33 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#():238 [Inlined code] at org.apache.lucene.index.FreqProxTermsWriterPerField$FreqProxPostingsArray#newInstance():264 [Inlined code] at org.apache.lucene.index.ParallelPostingsArray#grow():46 [Inlined code] at org.apache.lucene.index.TermsHashPerField$PostingsBytesStartArray#grow():304 [JIT compiled code] at org.apache.lucene.util.BytesRefHash#add():340 [JIT compiled code] at org.apache.lucene.index.TermsHashPerField#add():195 [Inlined code] at org.apache.lucene.index.IndexingChain$PerField#invertTokenStream():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] 0.41% 2615M 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.40% 2548M org.apache.lucene.util.ArrayUtil#growExact():319 [Inlined code] at org.apache.lucene.util.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():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 [JIT compiled code] at org.apache.lucene.index.IndexingChain#indexVectorValue():1075 [JIT compiled code] at org.apache.lucene.index.IndexingChain#processField():811 [JIT compiled code] 0.38% 2428M 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 [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] at org.apache.lucene.index.IndexWriter#merge():4749 [JIT compiled code] 0.36% 2273M org.apache.lucene.util.hnsw.NeighborArray#sort():158 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#findWorstNonDiverse():292 [Inlined code] at org.apache.lucene.util.hnsw.NeighborArray#addAndEnsureDiversity():141 [Inlined code] at org.apache.lucene.util.hnsw.HnswGraphBuilder#updateNeighbor():421 [JIT compiled 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 [JIT compiled 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.36% 2259M 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.35% 2245M 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.35% 2235M 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] 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] move log to /l/logs.nightly/2026.05.05.21.34.55/fixedIndex.log move vmstat log to /l/logs.nightly/2026.05.05.21.34.55/fixedIndex.vmstat.log move top log to /l/logs.nightly/2026.05.05.21.34.55/fixedIndex.top.log [2026-05-07 02:25:49.451239] took 40615.9 sec [2026-05-07 02:25:49.454466] run CheckIndex [2026-05-07 02:25:49.454580] RUN: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -classpath "/l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build" -ea org.apache.lucene.index.CheckIndex -threadCount 16 -level 2 "/l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M/index" > /l/logs.nightly/2026.05.05.21.34.55/checkIndex.fixedIndex.log 2>&1 [2026-05-07 02:31:50.653292] took 361.2 sec [2026-05-07 02:31:50.654411] 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-07 02:31:50.654565] search run vmstat: /usr/sbin/vmstat --active --wide --timestamp --unit M 1 > /l/logs.nightly/2026.05.05.21.34.55/search-tasks.vmstat.log 2>/dev/null & run /usr/sbin/ps -eo pid,%cpu,%mem,bsdtime,etime,start,args --cols=120 --sort=-%cpu | head -10 >> /l/logs.nightly/2026.05.05.21.34.55/search-tasks.top.log 2>&1 to /l/logs.nightly/2026.05.05.21.34.55/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 410.6 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.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.4 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 410.2 s 55.4 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.3 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-3.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -4890746 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.3 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 408.7 s 55.6 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.4 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-4.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -2948802 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.4 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 412.7 s 55.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.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.6 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-6.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -669201 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.6 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 426.4 s 53.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.7 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-7.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9025962 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.7 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 409.3 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 410.4 s 55.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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.4 s 55.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 403.3 s 56.3 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 418.3 s 54.1 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.12 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-12.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -563807 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.12 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 410.1 s 55.5 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.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 409.2 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.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 406.3 s 56.0 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.15 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-15.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed 24871 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.15 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 411.6 s 55.2 actual sustained QPS; 2.7 CPU cores used NOTE: using experimental CPU time profiler (see https://mostlynerdless.de/blog/2025/06/11/java-25s-new-cpu-time-profiler-1) log: /l/logs.nightly/nightly.nightly.16 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-16.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -7070456 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.16 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 414.3 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.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 409.2 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.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 408.1 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.19 + stdout run: /usr/sbin/perf stat -dd -e task-clock,cycles,instructions,cache-references,cache-misses,L1-dcache-loads,L1-dcache-load-misses,L1-icache-loads,L1-icache-load-misses,LLC-loads,LLC-load-misses,LLC-stores,LLC-store-misses,LLC-prefetches,LLC-prefetch-misses,faults,minor-faults,major-faults,branches,branch-misses,stalled-cycles-frontend,stalled-cycles-backend /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -XX:StartFlightRecording=jdk.CPUTimeSample#enabled=true,dumponexit=true,maxsize=2048M,settings=/l/util.nightly/src/python/profiling.jfc,filename=/l/logs.nightly/bench-search-nightly-nightly-19.jfr -XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints -classpath /l/trunk.nightly/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/trunk.nightly/lucene/sandbox/build/classes/java/main:/l/trunk.nightly/lucene/misc/build/classes/java/main:/l/trunk.nightly/lucene/facet/build/classes/java/main:/l/trunk.nightly/lucene/analysis/common/build/classes/java/main:/l/trunk.nightly/lucene/analysis/icu/build/classes/java/main:/l/trunk.nightly/lucene/queryparser/build/classes/java/main:/l/trunk.nightly/lucene/grouping/build/classes/java/main:/l/trunk.nightly/lucene/suggest/build/classes/java/main:/l/trunk.nightly/lucene/highlighter/build/classes/java/main:/l/trunk.nightly/lucene/codecs/build/classes/java/main:/l/trunk.nightly/lucene/queries/build/classes/java/main:/l/trunk.nightly/lucene/join/build/classes/java/main:/l/trunk.nightly/lucene/spatial3d/build/classes/java/main:/l/util.nightly/lib/HdrHistogram.jar:/l/util.nightly/src/main/build/classes/java/main:/l/util.nightly/build perf.SearchPerfTest -dirImpl MMapDirectory -indexPath /l/indices/wikimedium.trunk.nightly.facets.taxonomy:Date.taxonomy:Month.taxonomy:DayOfYear.sortedset:Month.sortedset:DayOfYear.sortedset:Date.taxonomy:RandomLabel.sortedset:RandomLabel.Lucene90.Lucene104.dvfields.vectors=1024.nd27.625M -facets taxonomy:Date;Date -facets taxonomy:Month;Month -facets taxonomy:DayOfYear;DayOfYear -facets sortedset:Month;Month -facets sortedset:DayOfYear;DayOfYear -facets sortedset:Date;Date -facets taxonomy:RandomLabel;RandomLabel -facets sortedset:RandomLabel;RandomLabel -analyzer StandardAnalyzerNoStopWords -taskSource /l/util.nightly/tasks/wikinightly.tasks -numConcurrentQueries 1 -taskRepeatCount 50 -field body -tasksPerCat 5 -searchConcurrency 8 -staticSeed -8035476 -seed -9532070 -similarity BM25Similarity -commit multi -hiliteImpl FastVectorHighlighter -log /l/logs.nightly/nightly.nightly.19 -topN 100 -context -printHeap -pk -vectorFile /lucenedata/enwiki/cohere-v3/cohere-v3-wikipedia-en-scattered-1024d.queries.vec -vectorDimension 1024 -pollute 417.9 s 54.3 actual sustained QPS; 2.7 CPU cores used now kill vmstat: pid=4085370 [2026-05-07 04:49:39.363722] done search (2:17:48.709139) 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.601 1.559 -2.6% 4.752 4.945 4.1% 5.095 5.116 0.4% 5.335 5.292 -0.8% 5.435 5.309 -2.3% ('And3Terms', None) 1.594 1.609 1.0% 3.131 3.148 0.5% 3.373 3.357 -0.5% 3.545 3.715 4.8% 3.678 6.286 70.9% ('AndHighHigh', None) 4.914 4.963 1.0% 6.832 6.873 0.6% 7.022 7.024 0.0% 7.077 7.285 2.9% 15.615 13.853 -11.3% ('AndHighHighDayTaxoFacets', None) 69.268 69.808 0.8% 131.282 132.917 1.2% 134.056 136.700 2.0% 143.381 137.933 -3.8% 165.945 145.941 -12.1% ('AndHighMed', None) 2.113 2.188 3.5% 2.958 2.985 0.9% 3.107 3.230 3.9% 3.185 3.865 21.4% 3.257 4.201 29.0% ('AndHighMedDayTaxoFacets', None) 7.583 7.712 1.7% 21.944 22.085 0.6% 22.818 22.941 0.5% 24.450 23.561 -3.6% 24.520 23.745 -3.2% ('AndHighOrMedMed', None) 6.531 6.432 -1.5% 11.815 11.718 -0.8% 12.306 12.083 -1.8% 12.563 12.731 1.3% 25.117 26.019 3.6% ('AndMedOrHighHigh', None) 4.344 4.369 0.6% 11.610 11.549 -0.5% 12.006 12.099 0.8% 12.651 12.819 1.3% 93.331 78.437 -16.0% ('AndMissingHigh', 'Title') 0.154 0.147 -4.7% 0.257 0.265 3.1% 0.461 0.481 4.4% 0.531 0.484 -8.9% 0.583 0.511 -12.3% ('AndStopWords', None) 5.880 5.984 1.8% 18.672 18.688 0.1% 20.406 20.612 1.0% 20.406 20.612 1.0% 20.907 21.180 1.3% ('BrowseDateSSDVFacets', None) 653.472 653.733 0.0% 658.437 662.137 0.6% 668.364 686.892 2.8% 668.364 686.892 2.8% 774.346 748.064 -3.4% ('BrowseDateTaxoFacets', None) 138.983 138.506 -0.3% 141.525 141.978 0.3% 152.968 154.259 0.8% 152.968 154.259 0.8% 153.244 154.351 0.7% ('BrowseDayOfYearSSDVFacets', None) 173.900 173.939 0.0% 176.471 175.650 -0.5% 185.000 177.011 -4.3% 185.000 177.011 -4.3% 185.018 183.519 -0.8% ('BrowseDayOfYearTaxoFacets', None) 138.588 137.902 -0.5% 140.817 139.557 -0.9% 153.817 152.096 -1.1% 153.817 152.096 -1.1% 155.645 153.937 -1.1% ('BrowseMonthSSDVFacets', None) 162.247 162.021 -0.1% 164.923 163.711 -0.7% 171.639 165.394 -3.6% 171.639 165.394 -3.6% 171.776 170.352 -0.8% ('BrowseMonthTaxoFacets', None) 148.588 148.384 -0.1% 152.929 151.301 -1.1% 159.958 159.447 -0.3% 159.958 159.447 -0.3% 210.545 207.844 -1.3% ('BrowseRandomLabelSSDVFacets', None) 212.735 210.614 -1.0% 223.212 220.793 -1.1% 238.199 231.453 -2.8% 238.199 231.453 -2.8% 241.501 233.510 -3.3% ('BrowseRandomLabelTaxoFacets', None) 156.558 156.809 0.2% 162.757 165.079 1.4% 164.981 169.799 2.9% 164.981 169.799 2.9% 171.538 172.075 0.3% ('CombinedAndHighHigh', None) 19.079 19.136 0.3% 20.192 20.291 0.5% 21.086 22.524 6.8% 21.306 22.977 7.8% 64.197 64.989 1.2% ('CombinedAndHighMed', None) 3.209 3.287 2.4% 9.641 9.626 -0.2% 10.148 10.075 -0.7% 10.638 10.608 -0.3% 86.550 83.152 -3.9% ('CombinedOrHighHigh', None) 19.276 18.899 -2.0% 20.633 20.360 -1.3% 21.400 21.155 -1.1% 22.008 21.272 -3.3% 25.828 21.514 -16.7% ('CombinedOrHighMed', None) 3.292 3.404 3.4% 9.791 9.691 -1.0% 10.483 10.138 -3.3% 11.312 10.733 -5.1% 34.026 32.207 -5.3% ('CombinedTerm', None) 6.940 6.980 0.6% 13.531 13.484 -0.3% 14.227 13.902 -2.3% 14.344 14.939 4.2% 20.415 58.924 188.6% ('CountAndHighHigh', None) 1.776 1.773 -0.1% 1.981 2.016 1.8% 2.148 2.212 3.0% 2.184 2.410 10.3% 2.271 2.418 6.5% ('CountAndHighMed', None) 1.684 1.698 0.8% 1.970 1.947 -1.2% 2.429 2.230 -8.2% 47.155 54.631 15.9% 78.054 87.750 12.4% ('CountFilteredIntNRQ', None) 6.717 6.655 -0.9% 7.565 7.507 -0.8% 8.047 7.885 -2.0% 34.906 38.336 9.8% 44.532 44.071 -1.0% ('CountFilteredOrHighHigh', None) 4.838 4.812 -0.5% 5.043 5.062 0.4% 5.308 5.291 -0.3% 5.565 5.901 6.0% 21.421 21.254 -0.8% ('CountFilteredOrHighMed', None) 4.358 4.357 -0.0% 4.745 4.713 -0.7% 6.383 4.898 -23.3% 8.877 5.132 -42.2% 9.263 5.189 -44.0% ('CountFilteredOrMany', None) 16.768 17.150 2.3% 19.657 20.258 3.1% 20.607 20.748 0.7% 23.614 22.225 -5.9% 110.289 89.689 -18.7% ('CountFilteredPhrase', None) 11.745 12.093 3.0% 17.477 17.397 -0.5% 18.224 18.874 3.6% 31.162 26.360 -15.4% 109.680 113.510 3.5% ('CountOrHighHigh', None) 1.713 1.694 -1.1% 1.912 1.943 1.6% 2.267 2.342 3.3% 2.414 2.362 -2.2% 2.423 2.414 -0.4% ('CountOrHighMed', None) 1.624 1.620 -0.3% 1.946 1.936 -0.5% 2.240 2.459 9.8% 3.843 3.328 -13.4% 15.112 14.574 -3.6% ('CountOrMany', None) 14.935 15.167 1.6% 18.465 18.854 2.1% 19.086 19.422 1.8% 19.182 19.470 1.5% 24.039 23.973 -0.3% ('CountPhrase', None) 38.884 39.279 1.0% 80.544 82.697 2.7% 90.641 91.437 0.9% 91.685 93.644 2.1% 91.927 104.435 13.6% ('CountTerm', None) 0.100 0.101 0.6% 0.159 0.148 -6.9% 0.240 0.237 -1.6% 0.356 0.316 -11.2% 0.639 0.519 -18.7% ('DismaxOrHighHigh', None) 2.676 2.741 2.4% 6.945 7.055 1.6% 7.879 7.852 -0.3% 12.724 14.403 13.2% 14.526 15.138 4.2% ('DismaxOrHighMed', None) 2.386 2.456 2.9% 3.038 3.023 -0.5% 3.399 3.454 1.6% 3.502 3.821 9.1% 8.799 9.155 4.0% ('DismaxTerm', None) 0.686 0.682 -0.6% 0.937 0.917 -2.1% 2.498 2.366 -5.3% 3.204 3.639 13.6% 13.956 4.100 -70.6% ('FilteredAnd2Terms2StopWords', None) 0.990 0.976 -1.5% 6.165 6.213 0.8% 6.408 6.447 0.6% 6.499 6.498 -0.0% 6.645 6.536 -1.6% ('FilteredAnd3Terms', None) 1.462 1.477 1.0% 2.496 2.479 -0.7% 2.729 2.694 -1.2% 2.855 2.958 3.6% 3.157 2.990 -5.3% ('FilteredAndHighHigh', None) 7.358 7.307 -0.7% 7.659 7.591 -0.9% 8.018 7.845 -2.2% 9.531 8.058 -15.5% 9.624 8.387 -12.9% ('FilteredAndHighMed', None) 2.209 2.200 -0.4% 5.624 5.586 -0.7% 5.845 5.822 -0.4% 5.911 5.919 0.1% 5.998 8.044 34.1% ('FilteredAndStopWords', None) 9.819 8.015 -18.4% 10.310 10.069 -2.3% 10.592 10.303 -2.7% 10.592 10.303 -2.7% 98.020 111.180 13.4% ('FilteredDismaxOrHighHigh', None) 10.392 10.027 -3.5% 11.032 10.692 -3.1% 11.839 11.211 -5.3% 24.838 17.549 -29.3% 31.518 31.091 -1.4% ('FilteredDismaxOrHighMed', None) 3.205 3.126 -2.5% 7.515 7.280 -3.1% 8.072 7.559 -6.4% 10.865 7.672 -29.4% 132.385 138.282 4.5% ('FilteredDismaxTerm', None) 3.566 3.558 -0.2% 4.753 4.790 0.8% 5.032 4.985 -0.9% 6.266 6.701 7.0% 17.351 13.079 -24.6% ('FilteredIntNRQ', None) 3.265 3.252 -0.4% 4.176 4.080 -2.3% 4.541 4.542 0.0% 6.324 4.614 -27.0% 55.315 54.613 -1.3% ('FilteredOr2Terms2StopWords', None) 3.328 3.358 0.9% 7.135 7.315 2.5% 7.616 7.761 1.9% 7.851 11.239 43.2% 101.978 97.793 -4.1% ('FilteredOr3Terms', None) 4.504 4.613 2.4% 6.010 6.101 1.5% 6.346 6.296 -0.8% 6.789 6.314 -7.0% 8.094 6.449 -20.3% ('FilteredOrHighHigh', None) 7.657 7.668 0.1% 7.957 8.004 0.6% 8.226 8.386 1.9% 8.418 12.327 46.4% 146.368 62.411 -57.4% ('FilteredOrHighMed', None) 2.227 2.237 0.5% 5.563 5.561 -0.1% 5.913 5.868 -0.8% 6.007 14.222 136.8% 27.342 28.840 5.5% ('FilteredOrMany', None) 31.266 31.260 -0.0% 34.121 34.181 0.2% 36.039 35.856 -0.5% 37.084 37.033 -0.1% 37.619 47.482 26.2% ('FilteredOrStopWords', None) 11.579 11.453 -1.1% 11.942 11.875 -0.6% 12.680 12.390 -2.3% 12.680 12.390 -2.3% 147.334 149.092 1.2% ('FilteredPhrase', None) 10.826 10.985 1.5% 16.902 16.652 -1.5% 18.779 18.997 1.2% 26.421 22.872 -13.4% 39.954 33.944 -15.0% ('FilteredPrefix3', None) 1.796 1.803 0.4% 3.902 3.927 0.7% 4.409 4.282 -2.9% 4.437 4.411 -0.6% 4.615 5.810 25.9% ('FilteredTerm', None) 3.172 3.181 0.3% 4.510 4.531 0.5% 4.920 4.863 -1.2% 5.003 4.926 -1.6% 10.282 31.495 206.3% ('Fuzzy1', None) 9.024 8.902 -1.3% 10.843 10.812 -0.3% 11.928 11.740 -1.6% 14.172 12.583 -11.2% 36.181 35.114 -3.0% ('Fuzzy2', None) 9.921 9.889 -0.3% 11.916 11.864 -0.4% 12.859 12.483 -2.9% 13.347 13.062 -2.1% 14.173 13.847 -2.3% ('IntNRQ', None) 3.187 3.162 -0.8% 4.077 4.023 -1.3% 4.655 4.509 -3.1% 5.168 4.857 -6.0% 6.863 7.601 10.8% ('IntSet', None) 1.166 1.189 1.9% 1.393 1.417 1.7% 3.468 3.353 -3.3% 20.746 22.496 8.4% 27.778 28.437 2.4% ('IntervalsOrdered', None) 36.392 36.775 1.1% 92.967 95.753 3.0% 95.835 98.792 3.1% 96.619 106.397 10.1% 119.179 118.196 -0.8% ('MedTermDayTaxoFacets', None) 24.191 24.378 0.8% 29.737 29.185 -1.9% 30.589 29.571 -3.3% 30.830 29.630 -3.9% 31.820 29.996 -5.7% ('Or2Terms2StopWords', None) 1.644 1.657 0.8% 4.822 4.961 2.9% 5.208 5.388 3.5% 5.377 5.526 2.8% 34.009 36.020 5.9% ('Or3Terms', None) 2.075 2.139 3.1% 3.526 3.529 0.1% 3.893 4.159 6.8% 4.996 24.565 391.7% 256.197 274.784 7.3% ('OrHighHigh', None) 5.078 5.185 2.1% 5.714 5.783 1.2% 6.070 6.124 0.9% 6.138 14.737 140.1% 16.983 19.126 12.6% ('OrHighMed', None) 1.628 1.708 5.0% 2.783 2.762 -0.8% 2.967 3.040 2.5% 8.562 6.206 -27.5% 9.821 8.423 -14.2% ('OrHighMedDayTaxoFacets', None) 87.316 88.755 1.6% 291.716 295.685 1.4% 294.960 302.110 2.4% 297.711 333.573 12.0% 299.159 417.795 39.7% ('OrHighRare', None) 2.780 2.787 0.2% 3.101 3.071 -1.0% 3.251 3.344 2.9% 3.430 3.389 -1.2% 10.127 3.391 -66.5% ('OrMany', None) 24.731 24.746 0.1% 27.536 27.609 0.3% 29.453 29.963 1.7% 30.785 40.015 30.0% 32.195 44.849 39.3% ('OrStopWords', None) 6.578 5.877 -10.7% 15.478 15.461 -0.1% 16.586 15.929 -4.0% 16.586 15.929 -4.0% 17.572 16.218 -7.7% ('PKLookup',) 2.716 2.724 0.3% 2.866 2.944 2.7% 4.224 3.962 -6.2% 5.649 6.475 14.6% 7.792 7.114 -8.7% ('Phrase', None) 14.671 14.720 0.3% 39.596 39.377 -0.6% 42.220 41.384 -2.0% 42.555 42.243 -0.7% 56.287 70.320 24.9% ('PostFilteredVectorSearch', None) 2.048 1.872 -8.6% 2.418 2.113 -12.6% 5.497 4.945 -10.0% 7.017 5.872 -16.3% 8.471 6.813 -19.6% ('PreFilteredVectorSearch', None) 5.697 5.646 -0.9% 6.253 6.244 -0.1% 9.074 9.058 -0.2% 32.384 78.980 143.9% 375.582 313.645 -16.5% ('Prefix3', None) 1.083 1.084 0.1% 3.506 3.512 0.2% 4.653 4.054 -12.9% 22.547 11.100 -50.8% 84.172 84.960 0.9% ('Respell',) 14.505 14.473 -0.2% 16.862 16.942 0.5% 20.614 19.638 -4.7% 26.431 24.578 -7.0% 32.520 31.876 -2.0% ('SloppyPhrase', None) 77.473 78.136 0.9% 205.884 207.032 0.6% 208.419 210.253 0.9% 214.497 217.065 1.2% 294.901 289.521 -1.8% ('SpanNear', None) 33.679 32.213 -4.4% 89.923 93.492 4.0% 91.363 95.788 4.8% 93.538 99.349 6.2% 212.745 251.891 18.4% ('Term', None) 0.829 0.838 1.1% 0.997 1.027 2.9% 1.163 1.178 1.3% 1.334 1.257 -5.8% 19.758 24.099 22.0% ('TermBGroup1M', None) 50.739 51.858 2.2% 82.337 84.862 3.1% 83.086 86.813 4.5% 84.189 87.951 4.5% 85.115 89.031 4.6% ('TermBGroup1M1P', None) 24.790 25.547 3.1% 44.684 46.200 3.4% 46.690 46.690 -0.0% 48.688 49.497 1.7% 51.038 51.959 1.8% ('TermDateFacets', None) 33.626 32.572 -3.1% 59.822 57.312 -4.2% 60.346 59.013 -2.2% 60.409 63.240 4.7% 136.342 159.019 16.6% ('TermDateTimeSort', 'DateTime') 4.218 3.963 -6.0% 5.528 5.695 3.0% 5.854 7.306 24.8% 31.742 20.116 -36.6% 73.288 96.669 31.9% ('TermDateTimeSortSkipper', 'LastModified (skipper)') 6.210 6.048 -2.6% 9.774 9.587 -1.9% 10.356 10.024 -3.2% 11.650 10.460 -10.2% 40.055 41.719 4.2% ('TermDayOfYearSort', 'DayOfYear') 2.203 2.209 0.3% 3.470 3.257 -6.1% 4.075 3.679 -9.7% 12.531 3.740 -70.2% 23.338 15.418 -33.9% ('TermDayOfYearSortSkipper', 'DayOfYear (skipper)') 6.168 5.942 -3.7% 10.511 10.287 -2.1% 10.853 10.637 -2.0% 11.460 11.817 3.1% 14.217 12.531 -11.9% ('TermGroup100', None) 55.998 57.089 1.9% 106.630 109.401 2.6% 107.944 111.336 3.1% 109.605 112.568 2.7% 109.930 113.403 3.2% ('TermGroup10K', None) 62.806 63.862 1.7% 108.247 110.501 2.1% 109.200 111.841 2.4% 109.375 113.880 4.1% 125.116 131.161 4.8% ('TermGroup1M', None) 63.632 64.609 1.5% 112.987 114.956 1.7% 115.036 116.349 1.1% 116.321 117.155 0.7% 117.160 117.796 0.5% ('TermMonthSort', 'Month') 0.910 0.854 -6.1% 1.076 1.035 -3.8% 1.297 1.260 -2.8% 1.731 1.587 -8.3% 2.427 2.353 -3.0% ('TermMonthSortSkipper', 'Month (skipper)') 4.930 4.769 -3.3% 8.343 8.112 -2.8% 8.670 8.433 -2.7% 8.798 11.177 27.0% 60.889 45.957 -24.5% ('TermTitleSort', 'Title') 7.444 7.350 -1.3% 9.457 9.206 -2.7% 17.079 20.723 21.3% 58.306 58.619 0.5% 144.096 144.821 0.5% ('TermTitleSortSkipper', 'Title (skipper)') 6.378 6.256 -1.9% 9.633 9.447 -1.9% 9.946 9.685 -2.6% 9.977 9.746 -2.3% 69.873 73.587 5.3% ('VectorSearch', None) 2.154 2.138 -0.7% 2.694 2.327 -13.6% 6.345 6.117 -3.6% 8.609 6.602 -23.3% 9.353 7.978 -14.7% ('Wildcard', None) 23.274 23.869 2.6% 39.699 36.335 -8.5% 49.685 47.967 -3.5% 52.096 52.738 1.2% 87.881 83.059 -5.5% generate vmstat pretties /l/reports.nightly/2026.05.05.21.34.55/fastIndexMediumDocsWithVectorsQuantized /l/reports.nightly/2026.05.05.21.34.55/search-tasks /l/reports.nightly/2026.05.05.21.34.55/fastIndexBigDocs /l/reports.nightly/2026.05.05.21.34.55/fixedIndex /l/reports.nightly/2026.05.05.21.34.55/fastIndexMediumDocsWithVectors /l/reports.nightly/2026.05.05.21.34.55/nrtIndexMediumDocs /l/reports.nightly/2026.05.05.21.34.55/fastIndexMediumDocs JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=1 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 45.53 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 62.10 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 96.14 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 158.63 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=cpu -Dtests.profile.stacksize=12 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 222.01 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=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.99 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=2 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.76 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=4 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 13.87 seconds JFR aggregation command: /usr/lib/jvm/java-25-openjdk/bin/java --add-modules jdk.incubator.vector -Xmx32g -Xms32g -server -XX:+UseParallelGC -Djava.io.tmpdir=/l/tmp --enable-native-access=ALL-UNNAMED -cp /l/trunk.nightly/build-tools/build-infra/build/classes/java/main -Dtests.profile.mode=heap -Dtests.profile.stacksize=8 -Dtests.profile.count=50 -Dtests.profile.linenumbers=true org.apache.lucene.gradle.plugins.java.ProfileResults /l/logs.nightly/bench-search-nightly-nightly-14.jfr /l/logs.nightly/bench-search-nightly-nightly-13.jfr /l/logs.nightly/bench-search-nightly-nightly-5.jfr /l/logs.nightly/bench-search-nightly-nightly-0.jfr /l/logs.nightly/bench-search-nightly-nightly-17.jfr /l/logs.nightly/bench-search-nightly-nightly-19.jfr /l/logs.nightly/bench-search-nightly-nightly-16.jfr /l/logs.nightly/bench-search-nightly-nightly-11.jfr /l/logs.nightly/bench-search-nightly-nightly-8.jfr /l/logs.nightly/bench-search-nightly-nightly-18.jfr /l/logs.nightly/bench-search-nightly-nightly-1.jfr /l/logs.nightly/bench-search-nightly-nightly-7.jfr /l/logs.nightly/bench-search-nightly-nightly-9.jfr /l/logs.nightly/bench-search-nightly-nightly-2.jfr /l/logs.nightly/bench-search-nightly-nightly-3.jfr /l/logs.nightly/bench-search-nightly-nightly-6.jfr /l/logs.nightly/bench-search-nightly-nightly-12.jfr /l/logs.nightly/bench-search-nightly-nightly-4.jfr /l/logs.nightly/bench-search-nightly-nightly-10.jfr /l/logs.nightly/bench-search-nightly-nightly-15.jfr Took 14.09 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: 52.92.20.8, 3.5.69.18, 52.218.62.11, 3.5.64.219, 3.5.71.125, 3.5.73.92, 3.5.74.107, 3.5.69.24 * Trying 52.92.20.8: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.8 port 443) from 10.17.4.7 port 59512 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/2606aa3f-a962-47b5-912a-3f56b83212b3.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEOf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIBHLATayhNXK%2BUK9R4OhJ60syaldyz6260OoYWA9klN9AiEA8BMmx8iX%2FmeQJTAt7idheJVswiwLWPTN7BORvjoRdokqwwUIr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDHx9sXqWTi3g9S0NrSqXBQCIHddrNLOH0nN830BDI3fkGlQ1FUg98gARMNeSjDKvwLiTpc0emT06g2a3IPkOrhzmPtCNnkw32mDNcbPrZVUc47CSnKMAfisw47QR%2Bm3Bp9%2FQpgeZwrZ1S5gWDtjx%2FMbHonPLm0SahPP08Tx2kREfACJUJV8bc9SqF%2FLz927bKXLq77SUHYkFEkvEOTVl2E8xt%2Fl1FmAyDYv%2FS8hiVlrhqamzicwI74fY7w3lGjGyvt%2BuqcCWpwGZ0D7nbMmVPMxL%2Ba%2FOUoSjLl77hsYJxHc5NU7hlbI3LN%2BKnnOO2b7ycS83204c3xp1P%2FYAvvTiigf0WYcsMoS%2F1HJJPPCs3jRij%2BVxnCJWAeOrtFVvVhwPqGJF7JPgY50cekAn1vraxuQtYpm8fU15lhnf2skhgsPxp8Lpp%2FEBbYzI6Fc35l5kVK0IKo6dwXDAAn95Ode2KT%2Fsr5ctYqAWOvdukw8ahqyARnHCA6GKr%2BOBKDrwwZ%2BTQ%2Fa%2FjEASKRlobBwQC7ErdnE1qisybYy7w6YOrSG4VhY7Rxo3zwfpTihFPfHWqDhckXHMWF2D%2FMiC4lilU0GCnr76PYgulyWqztj36FbYAoXz0nIc89sxZo%2Bjy5zppRUnY%2FZmrsOFZMQbaR9HhG9eUwIOXLRi90cCnhhLjkfG%2Bw5SEp42U8x7Om3FKRMKTQ464UeW%2FUzXI17%2BchPfEUM4%2FtjWlIc76M1K9%2FlD3IEKVcj6W%2Fo%2FEDf120ezCsZFn%2B%2BMmAZj%2BiQsQ62NOMBx%2FFqtYm%2Bdho9eDZ%2FJkkosFiyRX%2BUPOR07UziDSXwpxkpo7Vl0YG2ml0pqq9NeuLo73w%2FlWx20s6FcraPLvl49gqGqEu7DjEgAkt7lqyZfVl2FIUuAsAoBIoX%2FfjCA3PDPBjqxAbDwnSJrRcwUNO5CPbwIi48UpCmJPi8SCctsVfeIDHZci2kbtAa8utur4JttjOBpS7Q7H6Df%2F9b6ppEUXl0HlJ2h1i5dwPAjIJITSlXax5VwMVTxD02CrM8Eh5XTDYfR66K%2FGmM5ei%2Bms3JebFGXzL2e7%2Fz2QcbbGWHXPfzPqhjGfxFGeYVlROQDswtQERXancx73EIxdA2dEDsPTwLvMoUroHwob1S0o7TzqJyPnyTjlQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260507T090229Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDUSMCZBU%2F20260507%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=07e6f09122f0215caf4f6eae19e2110f1cc07121ec73cb9ee4c105cd4d702526 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 426637381 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 406.8M 0 0 0 256.0k 0 256.2k 27:06 27:06 256.0k 0 406.8M 0 0 0 512.0k 0 238.4k 29:07 00:02 29:05 238.4k 0 406.8M 0 0 0 704.0k 0 217.5k 31:55 00:03 31:52 217.5k 0 406.8M 0 0 0 832.0k 0 194.0k 35:46 00:04 35:42 194.0k 0 406.8M 0 0 0 1.00M 0 185.6k 37:23 00:05 37:18 185.6k 0 406.8M 0 0 0 1.18M 0 177.4k 39:07 00:06 39:01 163.9k 0 406.8M 0 0 0 1.37M 0 176.2k 39:24 00:07 39:17 153.3k 0 406.8M 0 0 0 1.62M 0 180.1k 38:33 00:09 38:24 159.9k 0 406.8M 0 0 0 1.87M 0 184.2k 37:40 00:10 37:30 177.4k 0 406.8M 0 0 0 2.06M 0 180.5k 38:27 00:11 38:16 176.0k 0 406.8M 0 0 0 2.25M 0 181.2k 38:18 00:12 38:06 185.7k 0 406.8M 0 0 0 2.37M 0 177.3k 39:09 00:13 38:56 178.8k 0 406.8M 0 0 0 2.62M 0 181.5k 38:14 00:14 38:00 184.0k 0 406.8M 0 0 0 2.87M 0 182.5k 38:01 00:16 37:45 179.4k 0 406.8M 0 0 0 3.06M 0 180.8k 38:23 00:17 38:06 181.4k 0 406.8M 0 0 0 3.25M 0 180.9k 38:22 00:18 38:04 180.2k 0 406.8M 0 0 0 3.43M 0 178.2k 38:56 00:19 38:37 180.5k 0 406.8M 0 0 0 3.56M 0 173.5k 40:00 00:21 39:39 154.5k 0 406.8M 0 0 0 3.75M 0 170.7k 40:40 00:22 40:18 140.7k 0 406.8M 0 0 0 3.93M 0 169.0k 41:03 00:23 40:40 137.7k 0 406.8M 0 0 0 4.06M 0 166.3k 41:44 00:25 41:19 125.6k 1 406.8M 0 0 1 4.25M 0 167.2k 41:31 00:26 41:05 132.4k 1 406.8M 0 0 1 4.43M 0 166.5k 41:41 00:27 41:14 142.9k 1 406.8M 0 0 1 4.62M 0 165.1k 42:03 00:28 41:35 144.7k 1 406.8M 0 0 1 4.75M 0 163.1k 42:34 00:29 42:05 139.2k 1 406.8M 0 0 1 4.87M 0 160.4k 43:16 00:31 42:45 136.3k 1 406.8M 0 0 1 5.06M 0 159.8k 43:26 00:32 42:54 129.8k 1 406.8M 0 0 1 5.25M 0 159.7k 43:28 00:33 42:55 130.4k 1 406.8M 0 0 1 5.43M 0 159.1k 43:37 00:34 43:03 132.1k 1 406.8M 0 0 1 5.56M 0 156.4k 44:23 00:36 43:47 126.0k 1 406.8M 0 0 1 5.75M 0 156.2k 44:26 00:37 43:49 136.3k 1 406.8M 0 0 1 5.93M 0 156.1k 44:28 00:38 43:50 137.4k 1 406.8M 0 0 1 6.18M 0 158.1k 43:55 00:40 43:15 149.6k 1 406.8M 0 0 1 6.31M 0 157.1k 44:10 00:41 43:29 145.8k 1 406.8M 0 0 1 6.56M 0 158.2k 43:53 00:42 43:11 169.0k 1 406.8M 0 0 1 6.75M 0 157.7k 44:01 00:43 43:18 166.9k 1 406.8M 0 0 1 7.00M 0 158.9k 43:40 00:45 42:55 177.1k 1 406.8M 0 0 1 7.18M 0 158.7k 43:45 00:46 42:59 162.5k 1 406.8M 0 0 1 7.37M 0 157.6k 44:02 00:47 43:15 160.6k 1 406.8M 0 0 1 7.56M 0 157.4k 44:06 00:49 43:17 152.5k 1 406.8M 0 0 1 7.75M 0 156.0k 44:29 00:50 43:39 145.7k 1 406.8M 0 0 1 7.87M 0 154.8k 44:50 00:52 43:58 128.3k 1 406.8M 0 0 1 8.00M 0 153.5k 45:14 00:53 44:21 119.0k 1 406.8M 0 0 1 8.12M 0 152.4k 45:33 00:54 44:39 114.8k 2 406.8M 0 0 2 8.25M 0 151.4k 45:51 00:55 44:56 106.6k 2 406.8M 0 0 2 8.43M 0 152.0k 45:40 00:56 44:44 117.5k 2 406.8M 0 0 2 8.68M 0 153.4k 45:15 00:57 44:18 140.4k 2 406.8M 0 0 2 8.87M 0 153.6k 45:12 00:59 44:13 154.5k 2 406.8M 0 0 2 9.12M 0 154.5k 44:56 01:00 43:56 173.8k 2 406.8M 0 0 2 9.31M 0 154.9k 44:48 01:01 43:47 189.7k 2 406.8M 0 0 2 9.56M 0 156.3k 44:24 01:02 43:22 199.2k 2 406.8M 0 0 2 9.81M 0 157.5k 44:05 01:03 43:02 198.5k 2 406.8M 0 0 2 10.06M 0 157.9k 43:57 01:05 42:52 200.6k 2 406.8M 0 0 2 10.25M 0 157.7k 44:01 01:06 42:55 189.7k 2 406.8M 0 0 2 10.50M 0 158.4k 43:48 01:07 42:41 192.6k 2 406.8M 0 0 2 10.75M 0 159.2k 43:36 01:09 42:27 186.3k 2 406.8M 0 0 2 10.93M 0 159.6k 43:29 01:10 42:19 181.0k 2 406.8M 0 0 2 11.18M 0 160.0k 43:23 01:11 42:12 181.1k 2 406.8M 0 0 2 11.31M 0 159.4k 43:33 01:12 42:21 177.9k 2 406.8M 0 0 2 11.50M 0 159.0k 43:39 01:14 42:25 165.5k 2 406.8M 0 0 2 11.68M 0 158.8k 43:42 01:15 42:27 154.9k 2 406.8M 0 0 2 12.00M 0 160.4k 43:16 01:16 42:00 169.1k 3 406.8M 0 0 3 12.25M 0 161.4k 43:01 01:17 41:44 177.4k 3 406.8M 0 0 3 12.50M 0 161.9k 42:52 01:19 41:33 191.2k 3 406.8M 0 0 3 12.75M 0 161.8k 42:54 01:20 41:34 192.5k 3 406.8M 0 0 3 12.87M 0 161.0k 43:06 01:21 41:45 186.6k 3 406.8M 0 0 3 13.06M 0 160.8k 43:10 01:23 41:47 165.6k 3 406.8M 0 0 3 13.25M 0 160.8k 43:09 01:24 41:45 154.8k 3 406.8M 0 0 3 13.37M 0 160.4k 43:15 01:25 41:50 141.8k 3 406.8M 0 0 3 13.56M 0 160.4k 43:15 01:26 41:49 141.9k 3 406.8M 0 0 3 13.75M 0 160.0k 43:23 01:27 41:56 146.0k 3 406.8M 0 0 3 13.93M 0 159.5k 43:31 01:29 42:02 142.6k 3 406.8M 0 0 3 14.12M 0 159.3k 43:33 01:30 42:03 139.7k 3 406.8M 0 0 3 14.37M 0 160.0k 43:23 01:31 41:52 153.8k 3 406.8M 0 0 3 14.56M 0 160.3k 43:18 01:33 41:45 158.3k 3 406.8M 0 0 3 14.75M 0 160.4k 43:16 01:34 41:42 167.0k 3 406.8M 0 0 3 15.00M 0 161.1k 43:06 01:35 41:31 184.3k 3 406.8M 0 0 3 15.25M 0 161.7k 42:55 01:36 41:19 199.3k 3 406.8M 0 0 3 15.50M 0 162.6k 42:41 01:37 41:04 206.7k 3 406.8M 0 0 3 15.62M 0 162.2k 42:47 01:38 41:09 193.8k 3 406.8M 0 0 3 15.87M 0 162.6k 42:40 01:39 41:01 198.5k 3 406.8M 0 0 3 16.06M 0 162.8k 42:38 01:41 40:57 191.9k 4 406.8M 0 0 4 16.31M 0 163.0k 42:35 01:42 40:53 183.5k 4 406.8M 0 0 4 16.50M 0 163.1k 42:33 01:43 40:50 170.4k 4 406.8M 0 0 4 16.68M 0 163.2k 42:32 01:44 40:48 179.3k 4 406.8M 0 0 4 16.93M 0 163.7k 42:24 01:45 40:39 181.3k 4 406.8M 0 0 4 17.12M 0 163.9k 42:21 01:46 40:35 182.6k 4 406.8M 0 0 4 17.37M 0 164.3k 42:15 01:48 40:27 186.5k 4 406.8M 0 0 4 17.56M 0 163.8k 42:23 01:49 40:34 174.9k 4 406.8M 0 0 4 17.68M 0 162.9k 42:37 01:51 40:46 157.9k 4 406.8M 0 0 4 17.81M 0 162.1k 42:49 01:52 40:57 136.2k 4 406.8M 0 0 4 18.00M 0 161.7k 42:56 01:53 41:03 127.7k 4 406.8M 0 0 4 18.12M 0 160.8k 43:10 01:55 41:15 108.1k 4 406.8M 0 0 4 18.31M 0 160.5k 43:14 01:56 41:18 109.9k 4 406.8M 0 0 4 18.50M 0 160.7k 43:11 01:57 41:14 124.8k 4 406.8M 0 0 4 18.75M 0 161.3k 43:02 01:59 41:03 146.9k 4 406.8M 0 0 4 19.00M 0 161.8k 42:53 02:00 40:53 165.3k 4 406.8M 0 0 4 19.12M 0 161.4k 43:00 02:01 40:59 173.2k 4 406.8M 0 0 4 19.37M 0 161.4k 43:00 02:02 40:58 177.7k 4 406.8M 0 0 4 19.50M 0 160.5k 43:15 02:04 41:11 155.9k 4 406.8M 0 0 4 19.62M 0 160.1k 43:21 02:05 41:16 138.9k 4 406.8M 0 0 4 19.81M 0 160.1k 43:21 02:06 41:15 128.2k 4 406.8M 0 0 4 19.93M 0 159.4k 43:33 02:08 41:25 122.9k 4 406.8M 0 0 4 20.06M 0 159.1k 43:37 02:09 41:28 114.0k 4 406.8M 0 0 4 20.25M 0 159.2k 43:36 02:10 41:26 131.3k 5 406.8M 0 0 5 20.43M 0 159.3k 43:34 02:11 41:23 142.1k 5 406.8M 0 0 5 20.68M 0 160.0k 43:22 02:12 41:10 157.9k 5 406.8M 0 0 5 20.93M 0 160.2k 43:19 02:13 41:06 179.3k 5 406.8M 0 0 5 21.12M 0 160.1k 43:21 02:15 41:06 181.0k 5 406.8M 0 0 5 21.31M 0 160.0k 43:22 02:16 41:06 178.8k 5 406.8M 0 0 5 21.50M 0 159.9k 43:24 02:17 41:07 172.3k 5 406.8M 0 0 5 21.68M 0 160.0k 43:23 02:18 41:05 159.6k 5 406.8M 0 0 5 21.93M 0 160.4k 43:16 02:19 40:57 164.7k 5 406.8M 0 0 5 22.18M 0 160.7k 43:11 02:21 40:50 174.4k 5 406.8M 0 0 5 22.43M 0 161.3k 43:01 02:22 40:39 190.6k 5 406.8M 0 0 5 22.62M 0 161.4k 43:00 02:23 40:37 196.3k 5 406.8M 0 0 5 22.87M 0 161.6k 42:56 02:24 40:32 198.5k 5 406.8M 0 0 5 23.00M 0 161.3k 43:01 02:25 40:36 182.4k 5 406.8M 0 0 5 23.12M 0 161.0k 43:06 02:26 40:40 168.9k 5 406.8M 0 0 5 23.31M 0 161.0k 43:07 02:28 40:39 152.5k 5 406.8M 0 0 5 23.50M 0 161.1k 43:04 02:29 40:35 155.0k 5 406.8M 0 0 5 23.68M 0 161.2k 43:03 02:30 40:33 150.3k 5 406.8M 0 0 5 23.87M 0 161.2k 43:04 02:31 40:33 157.6k 5 406.8M 0 0 5 24.00M 0 160.8k 43:09 02:32 40:37 155.0k 5 406.8M 0 0 5 24.12M 0 160.3k 43:18 02:34 40:44 142.2k 5 406.8M 0 0 5 24.31M 0 160.1k 43:21 02:35 40:46 135.1k 6 406.8M 0 0 6 24.43M 0 159.9k 43:24 02:36 40:48 127.2k 6 406.8M 0 0 6 24.62M 0 159.5k 43:30 02:38 40:52 120.2k 6 406.8M 0 0 6 24.75M 0 159.1k 43:37 02:39 40:58 119.0k 6 406.8M 0 0 6 24.87M 0 158.4k 43:48 02:40 41:08 115.9k 6 406.8M 0 0 6 25.06M 0 158.3k 43:51 02:42 41:09 115.4k 6 406.8M 0 0 6 25.25M 0 158.3k 43:50 02:43 41:07 122.4k 6 406.8M 0 0 6 25.50M 0 158.8k 43:42 02:44 40:58 140.9k 6 406.8M 0 0 6 25.75M 0 158.7k 43:44 02:46 40:58 148.9k 6 406.8M 0 0 6 25.81M 0 158.1k 43:53 02:47 41:06 150.2k 6 406.8M 0 0 6 25.87M 0 157.4k 44:05 02:48 41:17 134.8k 6 406.8M 0 0 6 26.06M 0 157.5k 44:04 02:49 41:15 135.7k 6 406.8M 0 0 6 26.25M 0 157.5k 44:04 02:50 41:14 123.6k 6 406.8M 0 0 6 26.43M 0 157.3k 44:08 02:52 41:16 117.7k 6 406.8M 0 0 6 26.56M 0 156.5k 44:20 02:53 41:27 116.1k 6 406.8M 0 0 6 26.68M 0 156.3k 44:24 02:54 41:30 127.9k 6 406.8M 0 0 6 26.81M 0 156.1k 44:27 02:55 41:32 119.1k 6 406.8M 0 0 6 27.00M 0 156.0k 44:30 02:57 41:33 116.1k 6 406.8M 0 0 6 27.18M 0 156.0k 44:30 02:58 41:32 120.9k 6 406.8M 0 0 6 27.37M 0 155.9k 44:31 02:59 41:32 137.3k 6 406.8M 0 0 6 27.56M 0 155.9k 44:32 03:01 41:31 143.6k 6 406.8M 0 0 6 27.75M 0 155.8k 44:33 03:02 41:31 147.3k 6 406.8M 0 0 6 27.93M 0 156.0k 44:30 03:03 41:27 155.5k 6 406.8M 0 0 6 28.12M 0 155.9k 44:31 03:04 41:27 154.3k 6 406.8M 0 0 6 28.37M 0 156.1k 44:27 03:06 41:21 163.3k 7 406.8M 0 0 7 28.56M 0 156.1k 44:27 03:07 41:20 163.6k 7 406.8M 0 0 7 28.75M 0 156.3k 44:24 03:08 41:16 171.3k 7 406.8M 0 0 7 28.93M 0 156.3k 44:24 03:09 41:15 166.3k 7 406.8M 0 0 7 29.06M 0 156.1k 44:27 03:10 41:17 162.9k 7 406.8M 0 0 7 29.18M 0 155.9k 44:31 03:11 41:20 149.2k 7 406.8M 0 0 7 29.25M 0 155.4k 44:40 03:12 41:28 129.4k 7 406.8M 0 0 7 29.43M 0 155.2k 44:44 03:14 41:30 119.5k 7 406.8M 0 0 7 29.62M 0 155.3k 44:41 03:15 41:26 123.6k 7 406.8M 0 0 7 29.75M 0 155.2k 44:44 03:16 41:28 122.3k 7 406.8M 0 0 7 29.87M 0 154.8k 44:50 03:17 41:33 119.0k 7 406.8M 0 0 7 30.00M 0 154.2k 45:00 03:19 41:41 120.1k 7 406.8M 0 0 7 30.12M 0 154.0k 45:04 03:20 41:44 116.5k 7 406.8M 0 0 7 30.31M 0 154.1k 45:02 03:21 41:41 115.5k 7 406.8M 0 0 7 30.50M 0 154.2k 45:00 03:22 41:38 124.6k 7 406.8M 0 0 7 30.68M 0 154.1k 45:03 03:23 41:40 130.7k 7 406.8M 0 0 7 30.87M 0 154.2k 45:01 03:25 41:36 151.0k 7 406.8M 0 0 7 31.06M 0 154.2k 45:00 03:26 41:34 160.7k 7 406.8M 0 0 7 31.18M 0 154.1k 45:03 03:27 41:36 152.1k 7 406.8M 0 0 7 31.37M 0 154.2k 45:01 03:28 41:33 153.6k 7 406.8M 0 0 7 31.62M 0 154.5k 44:56 03:29 41:27 168.2k 7 406.8M 0 0 7 31.81M 0 154.6k 44:54 03:30 41:24 169.5k 7 406.8M 0 0 7 32.00M 0 154.7k 44:52 03:31 41:21 172.1k 7 406.8M 0 0 7 32.18M 0 154.8k 44:49 03:32 41:17 182.9k 7 406.8M 0 0 7 32.37M 0 154.9k 44:48 03:33 41:15 181.7k 8 406.8M 0 0 8 32.56M 0 154.9k 44:49 03:35 41:14 170.9k 8 406.8M 0 0 8 32.62M 0 154.3k 44:59 03:36 41:23 143.6k 8 406.8M 0 0 8 32.81M 0 154.2k 45:01 03:37 41:24 136.3k 8 406.8M 0 0 8 32.93M 0 153.6k 45:10 03:39 41:31 115.5k 8 406.8M 0 0 8 33.12M 0 153.5k 45:13 03:40 41:33 109.4k 8 406.8M 0 0 8 33.25M 0 153.0k 45:22 03:42 41:40 99024 8 406.8M 0 0 8 33.37M 0 152.8k 45:25 03:43 41:42 108.5k 8 406.8M 0 0 8 33.50M 0 152.6k 45:28 03:44 41:44 103.6k 8 406.8M 0 0 8 33.68M 0 152.7k 45:27 03:45 41:42 120.7k 8 406.8M 0 0 8 34.00M 0 153.4k 45:15 03:46 41:29 149.1k 8 406.8M 0 0 8 34.31M 0 154.0k 45:05 03:48 41:17 192.8k 8 406.8M 0 0 8 34.50M 0 153.8k 45:07 03:49 41:18 190.9k 8 406.8M 0 0 8 34.68M 0 153.8k 45:07 03:50 41:17 197.7k 8 406.8M 0 0 8 34.87M 0 153.9k 45:05 03:51 41:14 198.6k 8 406.8M 0 0 8 35.06M 0 153.8k 45:07 03:53 41:14 170.8k 8 406.8M 0 0 8 35.18M 0 153.7k 45:09 03:54 41:15 144.0k 8 406.8M 0 0 8 35.37M 0 153.7k 45:09 03:55 41:14 149.9k 8 406.8M 0 0 8 35.62M 0 154.1k 45:02 03:56 41:06 165.2k 8 406.8M 0 0 8 35.81M 0 154.2k 45:01 03:57 41:04 165.2k 8 406.8M 0 0 8 36.00M 0 154.2k 45:01 03:59 41:02 168.4k 8 406.8M 0 0 8 36.12M 0 153.9k 45:06 04:00 41:06 160.5k 8 406.8M 0 0 8 36.31M 0 153.9k 45:06 04:01 41:05 159.9k 8 406.8M 0 0 8 36.56M 0 154.3k 44:59 04:02 40:57 160.4k 9 406.8M 0 0 9 36.81M 0 154.7k 44:53 04:03 40:50 173.2k 9 406.8M 0 0 9 37.00M 0 154.8k 44:50 04:04 40:46 179.9k 9 406.8M 0 0 9 37.12M 0 154.4k 44:57 04:06 40:51 176.4k 9 406.8M 0 0 9 37.25M 0 154.0k 45:03 04:07 40:56 160.7k 9 406.8M 0 0 9 37.43M 0 154.0k 45:03 04:08 40:55 145.5k 9 406.8M 0 0 9 37.68M 0 154.3k 44:58 04:09 40:49 141.5k 9 406.8M 0 0 9 37.87M 0 154.5k 44:56 04:11 40:45 141.5k 9 406.8M 0 0 9 38.12M 0 154.8k 44:51 04:12 40:39 169.9k 9 406.8M 0 0 9 38.37M 0 155.1k 44:44 04:13 40:31 202.9k 9 406.8M 0 0 9 38.62M 0 155.5k 44:38 04:14 40:24 221.7k 9 406.8M 0 0 9 38.87M 0 155.8k 44:32 04:15 40:17 224.8k 9 406.8M 0 0 9 39.12M 0 156.1k 44:28 04:16 40:12 231.5k 9 406.8M 0 0 9 39.25M 0 156.0k 44:30 04:17 40:13 211.4k 9 406.8M 0 0 9 39.37M 0 155.7k 44:34 04:18 40:16 182.0k 9 406.8M 0 0 9 39.43M 0 155.3k 44:42 04:19 40:23 145.7k 9 406.8M 0 0 9 39.68M 0 155.5k 44:38 04:21 40:17 141.4k 9 406.8M 0 0 9 39.87M 0 155.4k 44:40 04:22 40:18 125.7k 9 406.8M 0 0 9 40.06M 0 155.2k 44:43 04:24 40:19 126.3k 9 406.8M 0 0 9 40.18M 0 155.0k 44:47 04:25 40:22 125.2k 9 406.8M 0 0 9 40.37M 0 154.9k 44:49 04:26 40:23 139.1k 9 406.8M 0 0 9 40.56M 0 155.0k 44:47 04:27 40:20 134.7k 10 406.8M 0 0 10 40.81M 0 155.2k 44:43 04:29 40:14 147.1k 10 406.8M 0 0 10 41.06M 0 155.4k 44:39 04:30 40:09 164.8k 10 406.8M 0 0 10 41.25M 0 155.6k 44:37 04:31 40:06 182.2k 10 406.8M 0 0 10 41.37M 0 155.3k 44:41 04:32 40:09 176.1k 10 406.8M 0 0 10 41.50M 0 155.2k 44:44 04:33 40:11 163.1k 10 406.8M 0 0 10 41.62M 0 155.0k 44:47 04:34 40:13 143.8k 10 406.8M 0 0 10 41.75M 0 154.8k 44:50 04:36 40:14 124.0k 10 406.8M 0 0 10 41.93M 0 154.8k 44:51 04:37 40:14 118.1k 10 406.8M 0 0 10 42.12M 0 154.8k 44:49 04:38 40:11 132.2k 10 406.8M 0 0 10 42.31M 0 154.9k 44:48 04:39 40:09 143.0k 10 406.8M 0 0 10 42.50M 0 154.9k 44:48 04:40 40:08 152.6k 10 406.8M 0 0 10 42.75M 0 155.0k 44:47 04:42 40:05 163.7k 10 406.8M 0 0 10 42.87M 0 154.8k 44:50 04:43 40:07 158.1k 10 406.8M 0 0 10 43.06M 0 154.8k 44:50 04:44 40:06 154.3k 10 406.8M 0 0 10 43.25M 0 154.7k 44:51 04:46 40:05 148.0k 10 406.8M 0 0 10 43.43M 0 154.7k 44:52 04:47 40:05 144.5k 10 406.8M 0 0 10 43.68M 0 154.9k 44:48 04:48 40:00 151.2k 10 406.8M 0 0 10 43.93M 0 155.2k 44:43 04:49 39:54 171.6k 10 406.8M 0 0 10 44.25M 0 155.7k 44:35 04:50 39:45 194.3k 10 406.8M 0 0 10 44.50M 0 155.8k 44:32 04:52 39:40 206.2k 10 406.8M 0 0 10 44.68M 0 155.9k 44:31 04:53 39:38 214.4k 11 406.8M 0 0 11 44.87M 0 156.0k 44:30 04:54 39:36 208.0k 11 406.8M 0 0 11 45.18M 0 156.4k 44:23 04:55 39:28 215.1k 11 406.8M 0 0 11 45.43M 0 156.5k 44:20 04:57 39:23 197.1k 11 406.8M 0 0 11 45.56M 0 156.4k 44:23 04:58 39:25 184.0k 11 406.8M 0 0 11 45.75M 0 156.5k 44:21 04:59 39:22 187.0k 11 406.8M 0 0 11 46.00M 0 156.7k 44:17 05:00 39:17 194.9k 11 406.8M 0 0 11 46.31M 0 157.2k 44:09 05:01 39:08 200.0k 11 406.8M 0 0 11 46.50M 0 157.3k 44:08 05:02 39:06 195.9k 11 406.8M 0 0 11 46.68M 0 157.1k 44:11 05:04 39:07 191.9k 11 406.8M 0 0 11 46.81M 0 156.8k 44:15 05:05 39:10 173.1k 11 406.8M 0 0 11 46.93M 0 156.5k 44:21 05:07 39:14 145.8k 11 406.8M 0 0 11 47.06M 0 156.4k 44:23 05:08 39:15 117.9k 11 406.8M 0 0 11 47.31M 0 156.6k 44:19 05:09 39:10 126.0k 11 406.8M 0 0 11 47.50M 0 156.7k 44:18 05:10 39:08 135.1k 11 406.8M 0 0 11 47.75M 0 156.8k 44:15 05:11 39:04 156.7k 11 406.8M 0 0 11 47.93M 0 156.9k 44:15 05:12 39:03 181.7k 11 406.8M 0 0 11 47.93M 0 156.9k 44:15 05:12 39:03 156.9k 11 406.8M 0 0 11 48.18M 0 157.2k 44:10 05:13 38:57 241.9k 11 406.8M 0 0 11 48.56M 0 157.8k 43:59 05:15 38:44 290.6k 12 406.8M 0 0 12 48.87M 0 158.3k 43:51 05:16 38:35 296.4k 12 406.8M 0 0 12 49.12M 0 158.6k 43:46 05:17 38:29 285.5k 12 406.8M 0 0 12 49.37M 0 158.8k 43:42 05:18 38:24 271.5k 12 406.8M 0 0 12 49.62M 0 159.1k 43:37 05:19 38:18 273.7k 12 406.8M 0 0 12 49.81M 0 159.2k 43:36 05:20 38:16 243.0k 12 406.8M 0 0 12 50.00M 0 159.1k 43:38 05:21 38:17 201.7k 12 406.8M 0 0 12 50.12M 0 158.9k 43:41 05:22 38:19 174.8k 12 406.8M 0 0 12 50.25M 0 158.8k 43:43 05:24 38:19 154.6k 12 406.8M 0 0 12 50.37M 0 158.7k 43:45 05:25 38:20 132.5k 12 406.8M 0 0 12 50.50M 0 158.4k 43:49 05:26 38:23 115.3k 12 406.8M 0 0 12 50.62M 0 158.1k 43:54 05:27 38:27 105.8k 12 406.8M 0 0 12 50.75M 0 157.8k 43:58 05:29 38:29 103.1k 12 406.8M 0 0 12 50.81M 0 157.6k 44:03 05:30 38:33 96660 12 406.8M 0 0 12 50.93M 0 157.4k 44:06 05:31 38:35 93135 12 406.8M 0 0 12 51.06M 0 157.2k 44:10 05:32 38:38 95102 12 406.8M 0 0 12 51.18M 0 157.1k 44:11 05:33 38:38 98.78k 12 406.8M 0 0 12 51.31M 0 156.8k 44:16 05:35 38:41 97.74k 12 406.8M 0 0 12 51.43M 0 156.4k 44:23 05:36 38:47 99613 12 406.8M 0 0 12 51.56M 0 156.2k 44:26 05:37 38:49 99871 12 406.8M 0 0 12 51.75M 0 156.2k 44:26 05:39 38:47 107.3k 12 406.8M 0 0 12 51.93M 0 156.3k 44:25 05:40 38:45 116.9k 12 406.8M 0 0 12 52.12M 0 156.4k 44:23 05:41 38:42 133.9k 12 406.8M 0 0 12 52.31M 0 156.4k 44:22 05:42 38:40 158.1k 12 406.8M 0 0 12 52.50M 0 156.4k 44:23 05:43 38:40 166.9k 12 406.8M 0 0 12 52.68M 0 156.5k 44:22 05:44 38:38 171.5k 12 406.8M 0 0 12 52.87M 0 156.4k 44:22 05:45 38:37 166.1k 13 406.8M 0 0 13 53.00M 0 156.3k 44:25 05:47 38:38 150.0k 13 406.8M 0 0 13 53.12M 0 156.1k 44:27 05:48 38:39 140.5k 13 406.8M 0 0 13 53.31M 0 156.2k 44:27 05:49 38:38 143.9k 13 406.8M 0 0 13 53.43M 0 156.0k 44:29 05:50 38:39 130.2k 13 406.8M 0 0 13 53.62M 0 155.9k 44:31 05:52 38:39 124.3k 13 406.8M 0 0 13 53.81M 0 155.8k 44:33 05:53 38:40 131.1k 13 406.8M 0 0 13 54.00M 0 155.8k 44:33 05:54 38:39 136.4k 13 406.8M 0 0 13 54.25M 0 155.9k 44:31 05:56 38:35 143.1k 13 406.8M 0 0 13 54.37M 0 155.7k 44:35 05:57 38:38 139.7k 13 406.8M 0 0 13 54.50M 0 155.5k 44:38 05:58 38:40 136.5k 13 406.8M 0 0 13 54.68M 0 155.5k 44:38 06:00 38:38 138.3k 13 406.8M 0 0 13 54.87M 0 155.6k 44:37 06:01 38:36 143.9k 13 406.8M 0 0 13 55.06M 0 155.5k 44:38 06:02 38:36 131.7k 13 406.8M 0 0 13 55.25M 0 155.4k 44:39 06:03 38:36 140.6k 13 406.8M 0 0 13 55.37M 0 155.3k 44:42 06:05 38:37 142.1k 13 406.8M 0 0 13 55.50M 0 155.2k 44:44 06:06 38:38 135.7k 13 406.8M 0 0 13 55.68M 0 155.2k 44:43 06:07 38:36 133.8k 13 406.8M 0 0 13 55.87M 0 155.1k 44:44 06:08 38:36 134.0k 13 406.8M 0 0 13 56.00M 0 155.0k 44:46 06:09 38:37 130.7k 13 406.8M 0 0 13 56.12M 0 154.9k 44:48 06:10 38:38 131.1k 13 406.8M 0 0 13 56.31M 0 154.8k 44:51 06:12 38:39 131.8k 13 406.8M 0 0 13 56.43M 0 154.5k 44:56 06:13 38:43 114.8k 13 406.8M 0 0 13 56.56M 0 154.4k 44:58 06:15 38:43 109.3k 13 406.8M 0 0 13 56.75M 0 154.3k 44:59 06:16 38:43 112.5k 13 406.8M 0 0 13 56.87M 0 154.1k 45:02 06:17 38:45 111.4k 14 406.8M 0 0 14 57.00M 0 154.0k 45:05 06:18 38:47 108.2k 14 406.8M 0 0 14 57.12M 0 153.7k 45:09 06:20 38:49 110.2k 14 406.8M 0 0 14 57.25M 0 153.5k 45:13 06:21 38:52 104.6k 14 406.8M 0 0 14 57.37M 0 153.3k 45:17 06:23 38:54 98402 14 406.8M 0 0 14 57.56M 0 153.2k 45:19 06:24 38:55 100.9k 14 406.8M 0 0 14 57.75M 0 153.1k 45:21 06:26 38:55 105.5k 14 406.8M 0 0 14 57.87M 0 152.9k 45:23 06:27 38:56 108.2k 14 406.8M 0 0 14 58.06M 0 152.9k 45:24 06:28 38:56 119.4k 14 406.8M 0 0 14 58.25M 0 152.9k 45:24 06:29 38:55 132.5k 14 406.8M 0 0 14 58.43M 0 153.0k 45:22 06:31 38:51 143.1k 14 406.8M 0 0 14 58.62M 0 153.1k 45:20 06:32 38:48 154.5k 14 406.8M 0 0 14 58.81M 0 153.0k 45:22 06:33 38:49 157.8k 14 406.8M 0 0 14 58.93M 0 152.9k 45:24 06:34 38:50 152.6k 14 406.8M 0 0 14 59.06M 0 152.7k 45:28 06:36 38:52 137.8k 14 406.8M 0 0 14 59.18M 0 152.5k 45:31 06:37 38:54 121.5k 14 406.8M 0 0 14 59.31M 0 152.4k 45:33 06:38 38:55 110.3k 14 406.8M 0 0 14 59.43M 0 152.2k 45:36 06:39 38:57 102.8k 14 406.8M 0 0 14 59.56M 0 152.1k 45:38 06:40 38:58 103.0k 14 406.8M 0 0 14 59.68M 0 152.0k 45:39 06:41 38:58 108.0k 14 406.8M 0 0 14 59.81M 0 151.9k 45:42 06:43 38:59 110.9k 14 406.8M 0 0 14 59.93M 0 151.8k 45:44 06:44 39:00 108.6k 14 406.8M 0 0 14 60.06M 0 151.6k 45:46 06:45 39:01 112.8k 14 406.8M 0 0 14 60.25M 0 151.5k 45:48 06:46 39:02 115.7k 14 406.8M 0 0 14 60.37M 0 151.5k 45:49 06:48 39:01 115.7k 14 406.8M 0 0 14 60.56M 0 151.4k 45:50 06:49 39:01 121.2k 14 406.8M 0 0 14 60.75M 0 151.5k 45:48 06:50 38:58 135.8k 14 406.8M 0 0 14 60.93M 0 151.6k 45:47 06:51 38:56 148.3k 15 406.8M 0 0 15 61.12M 0 151.6k 45:47 06:52 38:55 155.1k 15 406.8M 0 0 15 61.31M 0 151.6k 45:46 06:53 38:53 163.5k 15 406.8M 0 0 15 61.50M 0 151.7k 45:46 06:55 38:51 168.6k 15 406.8M 0 0 15 61.68M 0 151.7k 45:46 06:56 38:50 162.5k 15 406.8M 0 0 15 61.87M 0 151.7k 45:46 06:57 38:49 156.4k 15 406.8M 0 0 15 62.06M 0 151.7k 45:45 06:58 38:47 159.1k 15 406.8M 0 0 15 62.25M 0 151.7k 45:45 07:00 38:45 157.0k 15 406.8M 0 0 15 62.43M 0 151.7k 45:45 07:01 38:44 154.4k 15 406.8M 0 0 15 62.62M 0 151.8k 45:43 07:02 38:41 160.2k 15 406.8M 0 0 15 62.87M 0 151.9k 45:41 07:03 38:38 170.9k 15 406.8M 0 0 15 63.06M 0 152.0k 45:40 07:04 38:36 173.5k 15 406.8M 0 0 15 63.18M 0 151.8k 45:43 07:05 38:38 160.4k 15 406.8M 0 0 15 63.37M 0 151.7k 45:45 07:07 38:38 153.6k 15 406.8M 0 0 15 63.50M 0 151.7k 45:46 07:08 38:38 142.1k 15 406.8M 0 0 15 63.62M 0 151.5k 45:48 07:09 38:39 124.4k 15 406.8M 0 0 15 63.75M 0 151.2k 45:54 07:11 38:43 103.0k 15 406.8M 0 0 15 63.87M 0 151.1k 45:55 07:12 38:43 105.6k 15 406.8M 0 0 15 64.06M 0 151.2k 45:55 07:13 38:42 113.2k 15 406.8M 0 0 15 64.25M 0 151.2k 45:55 07:15 38:40 118.5k 15 406.8M 0 0 15 64.43M 0 151.1k 45:56 07:16 38:40 123.6k 15 406.8M 0 0 15 64.56M 0 151.0k 45:57 07:17 38:40 137.9k 15 406.8M 0 0 15 64.75M 0 151.0k 45:58 07:19 38:39 139.7k 15 406.8M 0 0 15 64.87M 0 150.9k 46:00 07:20 38:40 132.1k 15 406.8M 0 0 15 65.00M 0 150.8k 46:01 07:21 38:40 125.4k 16 406.8M 0 0 16 65.18M 0 150.8k 46:02 07:22 38:40 127.2k 16 406.8M 0 0 16 65.31M 0 150.7k 46:03 07:23 38:40 127.1k 16 406.8M 0 0 16 65.43M 0 150.5k 46:07 07:25 38:42 116.4k 16 406.8M 0 0 16 65.56M 0 150.3k 46:11 07:26 38:45 108.2k 16 406.8M 0 0 16 65.68M 0 150.2k 46:13 07:27 38:46 108.4k 16 406.8M 0 0 16 65.93M 0 150.3k 46:10 07:29 38:41 118.2k 16 406.8M 0 0 16 66.12M 0 150.3k 46:10 07:30 38:40 125.5k 16 406.8M 0 0 16 66.25M 0 150.2k 46:12 07:31 38:41 131.4k 16 406.8M 0 0 16 66.37M 0 150.1k 46:13 07:32 38:41 140.2k 16 406.8M 0 0 16 66.56M 0 150.2k 46:13 07:33 38:40 148.8k 16 406.8M 0 0 16 66.75M 0 150.2k 46:12 07:34 38:38 144.7k 16 406.8M 0 0 16 67.06M 0 150.5k 46:07 07:36 38:31 163.5k 16 406.8M 0 0 16 67.25M 0 150.6k 46:05 07:37 38:28 179.4k 16 406.8M 0 0 16 67.43M 0 150.6k 46:06 07:38 38:28 181.0k 16 406.8M 0 0 16 67.62M 0 150.6k 46:05 07:39 38:26 181.7k 16 406.8M 0 0 16 67.81M 0 150.6k 46:05 07:40 38:25 175.6k 16 406.8M 0 0 16 68.00M 0 150.5k 46:06 07:42 38:24 151.7k 16 406.8M 0 0 16 68.18M 0 150.6k 46:05 07:43 38:22 150.5k 16 406.8M 0 0 16 68.37M 0 150.7k 46:04 07:44 38:20 159.0k 16 406.8M 0 0 16 68.62M 0 150.8k 46:02 07:45 38:17 166.5k 16 406.8M 0 0 16 68.81M 0 150.9k 46:00 07:46 38:14 171.8k 16 406.8M 0 0 16 69.06M 0 151.0k 45:57 07:48 38:09 192.1k 17 406.8M 0 0 17 69.31M 0 151.1k 45:56 07:49 38:07 192.8k 17 406.8M 0 0 17 69.56M 0 151.2k 45:54 07:50 38:04 192.3k 17 406.8M 0 0 17 69.75M 0 151.3k 45:53 07:51 38:02 188.5k 17 406.8M 0 0 17 69.93M 0 151.3k 45:52 07:53 37:59 185.0k 17 406.8M 0 0 17 70.18M 0 151.5k 45:49 07:54 37:55 182.6k 17 406.8M 0 0 17 70.31M 0 151.4k 45:51 07:55 37:56 170.5k 17 406.8M 0 0 17 70.43M 0 151.3k 45:53 07:56 37:57 154.1k 17 406.8M 0 0 17 70.68M 0 151.4k 45:50 07:57 37:53 161.3k 17 406.8M 0 0 17 70.87M 0 151.4k 45:51 07:59 37:52 155.6k 17 406.8M 0 0 17 71.06M 0 151.3k 45:52 08:00 37:52 140.5k 17 406.8M 0 0 17 71.25M 0 151.2k 45:53 08:02 37:51 141.9k 17 406.8M 0 0 17 71.37M 0 151.1k 45:56 08:03 37:53 141.2k 17 406.8M 0 0 17 71.56M 0 151.1k 45:56 08:04 37:52 128.8k 17 406.8M 0 0 17 71.81M 0 151.2k 45:54 08:06 37:48 139.7k 17 406.8M 0 0 17 72.00M 0 151.2k 45:54 08:07 37:47 144.2k 17 406.8M 0 0 17 72.18M 0 151.2k 45:54 08:08 37:46 148.4k 17 406.8M 0 0 17 72.43M 0 151.3k 45:52 08:09 37:43 168.0k 17 406.8M 0 0 17 72.68M 0 151.5k 45:49 08:11 37:38 185.3k 17 406.8M 0 0 17 72.93M 0 151.7k 45:45 08:12 37:33 194.2k 17 406.8M 0 0 17 73.18M 0 151.8k 45:43 08:13 37:30 200.6k 18 406.8M 0 0 18 73.37M 0 151.7k 45:44 08:14 37:30 194.7k 18 406.8M 0 0 18 73.56M 0 151.7k 45:45 08:16 37:29 179.9k 18 406.8M 0 0 18 73.75M 0 151.7k 45:44 08:17 37:27 169.0k 18 406.8M 0 0 18 73.93M 0 151.7k 45:44 08:18 37:26 152.9k 18 406.8M 0 0 18 74.12M 0 151.8k 45:43 08:19 37:24 149.9k 18 406.8M 0 0 18 74.37M 0 151.9k 45:41 08:21 37:20 165.0k 18 406.8M 0 0 18 74.56M 0 151.9k 45:41 08:22 37:19 171.3k 18 406.8M 0 0 18 74.75M 0 152.0k 45:40 08:23 37:17 171.3k 18 406.8M 0 0 18 74.93M 0 151.9k 45:41 08:24 37:17 165.8k 18 406.8M 0 0 18 75.12M 0 151.8k 45:43 08:26 37:17 155.1k 18 406.8M 0 0 18 75.25M 0 151.7k 45:45 08:27 37:18 136.5k 18 406.8M 0 0 18 75.43M 0 151.7k 45:45 08:28 37:17 135.6k 18 406.8M 0 0 18 75.62M 0 151.8k 45:44 08:30 37:14 136.3k 18 406.8M 0 0 18 75.75M 0 151.7k 45:45 08:31 37:14 135.3k 18 406.8M 0 0 18 75.87M 0 151.5k 45:48 08:32 37:16 126.7k 18 406.8M 0 0 18 76.00M 0 151.5k 45:49 08:33 37:16 131.2k 18 406.8M 0 0 18 76.18M 0 151.5k 45:49 08:34 37:15 131.0k 18 406.8M 0 0 18 76.37M 0 151.5k 45:48 08:36 37:12 129.5k 18 406.8M 0 0 18 76.62M 0 151.6k 45:46 08:37 37:09 145.4k 18 406.8M 0 0 18 76.81M 0 151.6k 45:46 08:38 37:08 159.0k 18 406.8M 0 0 18 76.93M 0 151.6k 45:48 08:39 37:09 157.8k 18 406.8M 0 0 18 77.12M 0 151.5k 45:48 08:40 37:08 156.0k 19 406.8M 0 0 19 77.31M 0 151.5k 45:48 08:42 37:06 153.4k 19 406.8M 0 0 19 77.50M 0 151.6k 45:47 08:43 37:04 148.8k 19 406.8M 0 0 19 77.68M 0 151.6k 45:47 08:44 37:03 150.2k 19 406.8M 0 0 19 77.81M 0 151.5k 45:49 08:45 37:04 146.9k 19 406.8M 0 0 19 77.93M 0 151.5k 45:50 08:46 37:04 143.2k 19 406.8M 0 0 19 78.18M 0 151.6k 45:47 08:47 37:00 158.8k 19 406.8M 0 0 19 78.37M 0 151.7k 45:46 08:49 36:57 157.6k 19 406.8M 0 0 19 78.56M 0 151.7k 45:45 08:50 36:55 159.3k 19 406.8M 0 0 19 78.81M 0 151.8k 45:44 08:51 36:53 178.0k 19 406.8M 0 0 19 79.00M 0 151.8k 45:43 08:52 36:51 184.3k 19 406.8M 0 0 19 79.18M 0 151.8k 45:44 08:54 36:50 165.9k 19 406.8M 0 0 19 79.31M 0 151.7k 45:45 08:55 36:50 154.5k 19 406.8M 0 0 19 79.43M 0 151.6k 45:47 08:56 36:51 143.0k 19 406.8M 0 0 19 79.56M 0 151.5k 45:49 08:57 36:52 123.4k 19 406.8M 0 0 19 79.68M 0 151.3k 45:52 08:59 36:53 108.9k 19 406.8M 0 0 19 79.81M 0 151.1k 45:56 09:00 36:56 98151 19 406.8M 0 0 19 79.93M 0 151.0k 45:58 09:01 36:57 97741 19 406.8M 0 0 19 80.12M 0 151.0k 45:57 09:03 36:54 106.8k 19 406.8M 0 0 19 80.37M 0 151.2k 45:55 09:04 36:51 128.2k 19 406.8M 0 0 19 80.56M 0 151.3k 45:53 09:05 36:48 146.9k 19 406.8M 0 0 19 80.81M 0 151.4k 45:51 09:06 36:45 179.6k 19 406.8M 0 0 19 81.06M 0 151.5k 45:48 09:07 36:41 203.4k 20 406.8M 0 0 20 81.37M 0 151.8k 45:44 09:08 36:36 219.4k 20 406.8M 0 0 20 81.56M 0 151.8k 45:44 09:10 36:34 208.2k 20 406.8M 0 0 20 81.68M 0 151.7k 45:45 09:11 36:34 191.2k 20 406.8M 0 0 20 81.87M 0 151.7k 45:45 09:12 36:33 181.0k 20 406.8M 0 0 20 82.12M 0 151.8k 45:43 09:13 36:30 173.6k 20 406.8M 0 0 20 82.31M 0 151.8k 45:44 09:15 36:29 152.0k 20 406.8M 0 0 20 82.43M 0 151.6k 45:47 09:16 36:31 136.3k 20 406.8M 0 0 20 82.62M 0 151.6k 45:47 09:18 36:29 141.6k 20 406.8M 0 0 20 82.81M 0 151.6k 45:47 09:19 36:28 141.2k 20 406.8M 0 0 20 83.00M 0 151.6k 45:48 09:20 36:28 132.7k 20 406.8M 0 0 20 83.18M 0 151.5k 45:49 09:22 36:27 129.8k 20 406.8M 0 0 20 83.31M 0 151.5k 45:49 09:23 36:26 138.9k 20 406.8M 0 0 20 83.43M 0 151.4k 45:50 09:24 36:26 136.9k 20 406.8M 0 0 20 83.56M 0 151.3k 45:53 09:25 36:28 124.7k 20 406.8M 0 0 20 83.75M 0 151.2k 45:53 09:26 36:27 123.5k 20 406.8M 0 0 20 83.87M 0 151.1k 45:55 09:28 36:27 116.1k 20 406.8M 0 0 20 84.00M 0 151.0k 45:57 09:29 36:28 112.1k 20 406.8M 0 0 20 84.18M 0 151.0k 45:58 09:30 36:28 113.7k 20 406.8M 0 0 20 84.31M 0 150.9k 45:59 09:31 36:28 119.1k 20 406.8M 0 0 20 84.43M 0 150.9k 46:00 09:32 36:28 115.4k 20 406.8M 0 0 20 84.62M 0 150.9k 46:00 09:34 36:26 129.5k 20 406.8M 0 0 20 84.81M 0 150.9k 45:59 09:35 36:24 143.1k 20 406.8M 0 0 20 85.00M 0 151.0k 45:58 09:36 36:22 151.2k 20 406.8M 0 0 20 85.18M 0 151.0k 45:58 09:37 36:21 158.0k 20 406.8M 0 0 20 85.43M 0 151.1k 45:56 09:38 36:18 175.3k 21 406.8M 0 0 21 85.62M 0 151.1k 45:56 09:40 36:16 171.5k 21 406.8M 0 0 21 85.81M 0 151.1k 45:56 09:41 36:15 165.4k 21 406.8M 0 0 21 86.00M 0 151.1k 45:56 09:42 36:14 163.1k 21 406.8M 0 0 21 86.12M 0 151.0k 45:58 09:43 36:15 149.8k 21 406.8M 0 0 21 86.25M 0 150.9k 46:00 09:45 36:15 130.0k 21 406.8M 0 0 21 86.37M 0 150.8k 46:02 09:46 36:16 121.3k 21 406.8M 0 0 21 86.50M 0 150.7k 46:03 09:47 36:16 114.5k 21 406.8M 0 0 21 86.62M 0 150.7k 46:04 09:48 36:16 108.4k 21 406.8M 0 0 21 86.75M 0 150.6k 46:05 09:49 36:16 113.8k 21 406.8M 0 0 21 86.87M 0 150.5k 46:06 09:50 36:16 114.1k 21 406.8M 0 0 21 87.00M 0 150.5k 46:07 09:51 36:16 117.8k 21 406.8M 0 0 21 87.18M 0 150.5k 46:07 09:53 36:14 126.3k 21 406.8M 0 0 21 87.50M 0 150.7k 46:03 09:54 36:09 155.3k 21 406.8M 0 0 21 87.75M 0 150.9k 46:00 09:55 36:05 176.5k 21 406.8M 0 0 21 87.93M 0 150.9k 46:00 09:56 36:04 184.7k 21 406.8M 0 0 21 88.12M 0 150.9k 46:00 09:57 36:03 189.1k 21 406.8M 0 0 21 88.31M 0 150.9k 46:00 09:59 36:01 186.4k 21 406.8M 0 0 21 88.50M 0 150.9k 46:00 10:00 36:00 168.0k 21 406.8M 0 0 21 88.68M 0 150.9k 45:59 10:01 35:58 155.4k 21 406.8M 0 0 21 88.87M 0 150.9k 45:59 10:02 35:57 156.0k 21 406.8M 0 0 21 89.12M 0 151.0k 45:58 10:04 35:54 163.0k 21 406.8M 0 0 21 89.37M 0 151.1k 45:56 10:05 35:51 175.7k 22 406.8M 0 0 22 89.62M 0 151.2k 45:54 10:06 35:48 179.6k 22 406.8M 0 0 22 89.81M 0 151.2k 45:54 10:07 35:47 180.2k 22 406.8M 0 0 22 90.00M 0 151.2k 45:54 10:09 35:45 179.1k 22 406.8M 0 0 22 90.18M 0 151.2k 45:53 10:10 35:43 173.1k 22 406.8M 0 0 22 90.37M 0 151.2k 45:53 10:11 35:42 164.9k 22 406.8M 0 0 22 90.50M 0 151.1k 45:56 10:13 35:43 143.2k 22 406.8M 0 0 22 90.62M 0 151.1k 45:56 10:14 35:42 135.4k 22 406.8M 0 0 22 90.81M 0 151.1k 45:57 10:15 35:42 135.3k 22 406.8M 0 0 22 90.93M 0 151.0k 45:58 10:16 35:42 126.0k 22 406.8M 0 0 22 91.12M 0 151.0k 45:58 10:17 35:41 124.3k 22 406.8M 0 0 22 91.37M 0 151.0k 45:58 10:19 35:39 139.5k 22 406.8M 0 0 22 91.50M 0 150.9k 45:59 10:20 35:39 138.1k 22 406.8M 0 0 22 91.68M 0 150.9k 45:59 10:21 35:38 138.2k 22 406.8M 0 0 22 91.81M 0 150.8k 46:01 10:23 35:38 134.4k 22 406.8M 0 0 22 91.93M 0 150.8k 46:02 10:24 35:38 130.3k 22 406.8M 0 0 22 92.12M 0 150.8k 46:01 10:25 35:36 131.5k 22 406.8M 0 0 22 92.37M 0 150.9k 46:00 10:26 35:34 147.0k 22 406.8M 0 0 22 92.56M 0 151.0k 45:59 10:27 35:32 183.8k 22 406.8M 0 0 22 92.56M 0 151.0k 45:59 10:27 35:32 151.0k 22 406.8M 0 0 22 92.75M 0 150.9k 45:59 10:28 35:31 150.0k 22 406.8M 0 0 22 92.93M 0 150.9k 45:59 10:30 35:29 146.6k 22 406.8M 0 0 22 93.18M 0 151.0k 45:58 10:31 35:27 153.6k 22 406.8M 0 0 22 93.31M 0 150.9k 46:00 10:33 35:27 143.2k 22 406.8M 0 0 22 93.43M 0 150.8k 46:01 10:34 35:27 138.7k 23 406.8M 0 0 23 93.62M 0 150.8k 46:02 10:35 35:27 134.5k 23 406.8M 0 0 23 93.75M 0 150.7k 46:03 10:36 35:27 127.6k 23 406.8M 0 0 23 93.87M 0 150.6k 46:04 10:37 35:27 117.0k 23 406.8M 0 0 23 94.00M 0 150.6k 46:05 10:38 35:27 119.1k 23 406.8M 0 0 23 94.18M 0 150.6k 46:05 10:40 35:25 126.4k 23 406.8M 0 0 23 94.37M 0 150.5k 46:07 10:41 35:26 121.2k 23 406.8M 0 0 23 94.50M 0 150.4k 46:09 10:43 35:26 117.9k 23 406.8M 0 0 23 94.62M 0 150.2k 46:13 10:44 35:29 109.0k 23 406.8M 0 0 23 94.81M 0 150.2k 46:12 10:46 35:26 117.3k 23 406.8M 0 0 23 95.06M 0 150.4k 46:10 10:47 35:23 128.6k 23 406.8M 0 0 23 95.31M 0 150.5k 46:08 10:48 35:20 148.6k 23 406.8M 0 0 23 95.50M 0 150.5k 46:06 10:49 35:17 167.7k 23 406.8M 0 0 23 95.62M 0 150.4k 46:08 10:50 35:18 177.5k 23 406.8M 0 0 23 95.81M 0 150.5k 46:08 10:51 35:17 175.7k 23 406.8M 0 0 23 96.00M 0 150.5k 46:07 10:52 35:15 167.2k 23 406.8M 0 0 23 96.18M 0 150.6k 46:06 10:53 35:13 161.9k 23 406.8M 0 0 23 96.37M 0 150.6k 46:05 10:55 35:10 159.4k 23 406.8M 0 0 23 96.50M 0 150.6k 46:06 10:56 35:10 166.1k 23 406.8M 0 0 23 96.68M 0 150.6k 46:05 10:57 35:08 169.7k 23 406.8M 0 0 23 96.93M 0 150.7k 46:03 10:58 35:05 177.2k 23 406.8M 0 0 23 97.18M 0 150.9k 46:00 10:59 35:01 188.2k 23 406.8M 0 0 23 97.37M 0 150.9k 46:00 11:00 35:00 184.0k 23 406.8M 0 0 23 97.56M 0 150.9k 46:00 11:02 34:58 182.9k 24 406.8M 0 0 24 97.75M 0 150.9k 46:00 11:03 34:57 178.5k 24 406.8M 0 0 24 97.93M 0 150.9k 46:00 11:04 34:56 167.1k 24 406.8M 0 0 24 98.12M 0 150.9k 46:00 11:05 34:55 150.3k 24 406.8M 0 0 24 98.31M 0 150.9k 45:59 11:06 34:53 153.6k 24 406.8M 0 0 24 98.50M 0 150.9k 46:00 11:08 34:52 155.9k 24 406.8M 0 0 24 98.68M 0 150.9k 46:00 11:09 34:51 149.8k 24 406.8M 0 0 24 98.93M 0 151.0k 45:58 11:10 34:48 160.0k 24 406.8M 0 0 24 99.18M 0 151.1k 45:56 11:12 34:44 175.0k 24 406.8M 0 0 24 99.43M 0 151.2k 45:54 11:13 34:41 184.1k 24 406.8M 0 0 24 99.68M 0 151.3k 45:52 11:14 34:38 194.4k 24 406.8M 0 0 24 99.87M 0 151.3k 45:52 11:15 34:37 202.3k 24 406.8M 0 0 24 100.0M 0 151.3k 45:52 11:16 34:36 191.6k 24 406.8M 0 0 24 100.2M 0 151.4k 45:51 11:17 34:34 184.6k 24 406.8M 0 0 24 100.4M 0 151.4k 45:50 11:19 34:31 174.5k 24 406.8M 0 0 24 100.5M 0 151.4k 45:51 11:20 34:31 160.3k 24 406.8M 0 0 24 100.6M 0 151.3k 45:52 11:21 34:31 154.0k 24 406.8M 0 0 24 100.8M 0 151.3k 45:53 11:22 34:31 146.0k 24 406.8M 0 0 24 101.0M 0 151.3k 45:52 11:23 34:29 145.4k 24 406.8M 0 0 24 101.2M 0 151.4k 45:50 11:24 34:26 154.1k 24 406.8M 0 0 24 101.5M 0 151.7k 45:46 11:25 34:21 188.2k 25 406.8M 0 0 25 101.7M 0 151.7k 45:46 11:26 34:20 190.5k 25 406.8M 0 0 25 101.9M 0 151.6k 45:46 11:28 34:18 191.0k 25 406.8M 0 0 25 102.1M 0 151.6k 45:46 11:29 34:17 183.3k 25 406.8M 0 0 25 102.2M 0 151.5k 45:49 11:30 34:19 158.2k 25 406.8M 0 0 25 102.3M 0 151.3k 45:52 11:32 34:20 117.6k 25 406.8M 0 0 25 102.5M 0 151.3k 45:52 11:33 34:19 117.6k 25 406.8M 0 0 25 102.8M 0 151.5k 45:48 11:35 34:13 140.1k 25 406.8M 0 0 25 103.1M 0 151.7k 45:45 11:36 34:09 160.4k 25 406.8M 0 0 25 103.3M 0 151.8k 45:44 11:37 34:07 178.7k 25 406.8M 0 0 25 103.6M 0 151.9k 45:42 11:38 34:04 212.8k 25 406.8M 0 0 25 103.8M 0 151.9k 45:42 11:39 34:03 221.0k 25 406.8M 0 0 25 103.9M 0 151.9k 45:42 11:40 34:02 193.6k 25 406.8M 0 0 25 104.0M 0 151.7k 45:45 11:42 34:03 148.6k 25 406.8M 0 0 25 104.1M 0 151.6k 45:47 11:43 34:04 134.0k 25 406.8M 0 0 25 104.3M 0 151.6k 45:48 11:44 34:04 117.1k 25 406.8M 0 0 25 104.5M 0 151.5k 45:48 11:45 34:03 111.5k 25 406.8M 0 0 25 104.6M 0 151.5k 45:49 11:47 34:02 113.6k 25 406.8M 0 0 25 104.8M 0 151.5k 45:48 11:48 34:00 132.3k 25 406.8M 0 0 25 105.0M 0 151.5k 45:48 11:49 33:59 145.9k 25 406.8M 0 0 25 105.3M 0 151.6k 45:46 11:50 33:56 162.0k 25 406.8M 0 0 25 105.5M 0 151.7k 45:46 11:52 33:54 168.5k 25 406.8M 0 0 25 105.6M 0 151.6k 45:47 11:53 33:54 165.8k 25 406.8M 0 0 25 105.7M 0 151.5k 45:48 11:54 33:54 152.5k 26 406.8M 0 0 26 105.8M 0 151.4k 45:50 11:55 33:55 136.8k 26 406.8M 0 0 26 106.0M 0 151.3k 45:52 11:57 33:55 114.3k 26 406.8M 0 0 26 106.1M 0 151.3k 45:52 11:58 33:54 111.9k 26 406.8M 0 0 26 106.4M 0 151.4k 45:51 11:59 33:52 126.3k 26 406.8M 0 0 26 106.6M 0 151.4k 45:51 12:00 33:51 137.4k 26 406.8M 0 0 26 106.8M 0 151.5k 45:48 12:01 33:47 163.8k 26 406.8M 0 0 26 107.0M 0 151.5k 45:49 12:03 33:46 171.9k 26 406.8M 0 0 26 107.1M 0 151.4k 45:50 12:04 33:46 164.5k 26 406.8M 0 0 26 107.3M 0 151.4k 45:50 12:05 33:45 157.7k 26 406.8M 0 0 26 107.5M 0 151.5k 45:49 12:06 33:43 159.2k 26 406.8M 0 0 26 107.7M 0 151.4k 45:50 12:08 33:42 138.2k 26 406.8M 0 0 26 107.9M 0 151.5k 45:49 12:09 33:40 145.6k 26 406.8M 0 0 26 108.1M 0 151.6k 45:47 12:10 33:37 167.2k 26 406.8M 0 0 26 108.4M 0 151.6k 45:47 12:12 33:35 171.7k 26 406.8M 0 0 26 108.5M 0 151.6k 45:47 12:13 33:34 164.2k 26 406.8M 0 0 26 108.7M 0 151.5k 45:49 12:14 33:35 162.5k 26 406.8M 0 0 26 108.9M 0 151.4k 45:50 12:16 33:34 149.7k 26 406.8M 0 0 26 109.1M 0 151.5k 45:49 12:17 33:32 140.5k 26 406.8M 0 0 26 109.3M 0 151.5k 45:49 12:18 33:31 135.2k 26 406.8M 0 0 26 109.5M 0 151.4k 45:50 12:20 33:30 137.3k 26 406.8M 0 0 26 109.6M 0 151.4k 45:50 12:21 33:29 142.2k 27 406.8M 0 0 27 109.8M 0 151.4k 45:50 12:22 33:28 148.4k 27 406.8M 0 0 27 110.0M 0 151.4k 45:51 12:24 33:27 143.8k 27 406.8M 0 0 27 110.2M 0 151.3k 45:52 12:25 33:27 139.0k 27 406.8M 0 0 27 110.3M 0 151.3k 45:52 12:26 33:26 136.5k 27 406.8M 0 0 27 110.5M 0 151.3k 45:53 12:27 33:26 131.7k 27 406.8M 0 0 27 110.6M 0 151.3k 45:53 12:28 33:25 135.6k 27 406.8M 0 0 27 110.8M 0 151.2k 45:54 12:30 33:24 129.8k 27 406.8M 0 0 27 110.9M 0 151.2k 45:55 12:31 33:24 128.4k 27 406.8M 0 0 27 111.0M 0 151.1k 45:56 12:32 33:24 125.8k 27 406.8M 0 0 27 111.2M 0 151.1k 45:56 12:33 33:23 131.9k 27 406.8M 0 0 27 111.3M 0 151.1k 45:57 12:34 33:23 121.7k 27 406.8M 0 0 27 111.5M 0 151.0k 45:57 12:36 33:21 126.8k 27 406.8M 0 0 27 111.7M 0 151.0k 45:57 12:37 33:20 135.3k 27 406.8M 0 0 27 111.9M 0 151.0k 45:59 12:39 33:20 133.8k 27 406.8M 0 0 27 112.0M 0 150.9k 45:59 12:40 33:19 128.8k 27 406.8M 0 0 27 112.2M 0 150.9k 45:59 12:41 33:18 134.6k 27 406.8M 0 0 27 112.4M 0 150.9k 46:00 12:42 33:18 133.3k 27 406.8M 0 0 27 112.6M 0 150.9k 46:00 12:44 33:16 131.8k 27 406.8M 0 0 27 112.7M 0 150.8k 46:02 12:45 33:17 130.9k 27 406.8M 0 0 27 112.9M 0 150.8k 46:02 12:46 33:16 133.7k 27 406.8M 0 0 27 113.1M 0 150.7k 46:03 12:48 33:15 131.4k 27 406.8M 0 0 27 113.3M 0 150.7k 46:03 12:49 33:14 132.5k 27 406.8M 0 0 27 113.4M 0 150.6k 46:05 12:50 33:15 122.0k 27 406.8M 0 0 27 113.5M 0 150.5k 46:07 12:52 33:15 118.0k 27 406.8M 0 0 27 113.6M 0 150.4k 46:09 12:53 33:16 109.9k 27 406.8M 0 0 27 113.8M 0 150.3k 46:11 12:55 33:16 100.5k 28 406.8M 0 0 28 113.9M 0 150.2k 46:12 12:56 33:16 97248 28 406.8M 0 0 28 114.1M 0 150.2k 46:13 12:57 33:16 101.1k 28 406.8M 0 0 28 114.2M 0 150.1k 46:14 12:59 33:15 105.2k 28 406.8M 0 0 28 114.4M 0 150.1k 46:14 13:00 33:14 117.1k 28 406.8M 0 0 28 114.6M 0 150.1k 46:14 13:01 33:13 130.3k 28 406.8M 0 0 28 114.7M 0 150.0k 46:16 13:03 33:13 123.4k 28 406.8M 0 0 28 114.8M 0 149.9k 46:19 13:04 33:15 114.2k 28 406.8M 0 0 28 115.0M 0 149.8k 46:19 13:05 33:14 117.3k 28 406.8M 0 0 28 115.1M 0 149.8k 46:20 13:07 33:13 114.1k 28 406.8M 0 0 28 115.3M 0 149.8k 46:20 13:08 33:12 111.6k 28 406.8M 0 0 28 115.5M 0 149.8k 46:21 13:09 33:12 119.5k 28 406.8M 0 0 28 115.6M 0 149.7k 46:22 13:10 33:12 124.6k 28 406.8M 0 0 28 115.7M 0 149.6k 46:23 13:11 33:12 122.3k 28 406.8M 0 0 28 115.9M 0 149.6k 46:23 13:13 33:10 123.9k 28 406.8M 0 0 28 116.0M 0 149.6k 46:24 13:14 33:10 120.3k 28 406.8M 0 0 28 116.3M 0 149.6k 46:23 13:15 33:08 132.1k 28 406.8M 0 0 28 116.5M 0 149.6k 46:24 13:17 33:07 139.0k 28 406.8M 0 0 28 116.6M 0 149.5k 46:25 13:18 33:07 139.1k 28 406.8M 0 0 28 116.7M 0 149.5k 46:26 13:19 33:07 132.8k 28 406.8M 0 0 28 116.8M 0 149.4k 46:27 13:20 33:07 132.0k 28 406.8M 0 0 28 117.0M 0 149.4k 46:27 13:21 33:06 125.4k 28 406.8M 0 0 28 117.2M 0 149.5k 46:26 13:23 33:03 132.1k 28 406.8M 0 0 28 117.3M 0 149.4k 46:27 13:24 33:03 134.6k 28 406.8M 0 0 28 117.5M 0 149.4k 46:27 13:25 33:02 140.4k 28 406.8M 0 0 28 117.6M 0 149.3k 46:28 13:26 33:02 138.4k 28 406.8M 0 0 28 117.8M 0 149.2k 46:30 13:28 33:02 126.0k 28 406.8M 0 0 28 117.9M 0 149.1k 46:33 13:29 33:04 107.4k 29 406.8M 0 0 29 118.0M 0 149.0k 46:35 13:31 33:04 100.7k 29 406.8M 0 0 29 118.1M 0 148.9k 46:36 13:32 33:04 94364 29 406.8M 0 0 29 118.3M 0 148.9k 46:37 13:33 33:04 98.39k 29 406.8M 0 0 29 118.5M 0 148.8k 46:38 13:35 33:03 100.6k 29 406.8M 0 0 29 118.6M 0 148.7k 46:40 13:36 33:04 103.3k 29 406.8M 0 0 29 118.7M 0 148.6k 46:43 13:38 33:05 99.47k 29 406.8M 0 0 29 118.8M 0 148.5k 46:44 13:39 33:05 102.8k 29 406.8M 0 0 29 119.0M 0 148.5k 46:44 13:40 33:04 99372 29 406.8M 0 0 29 119.1M 0 148.4k 46:47 13:41 33:06 95742 29 406.8M 0 0 29 119.2M 0 148.3k 46:48 13:43 33:05 99538 29 406.8M 0 0 29 119.4M 0 148.3k 46:48 13:44 33:04 111.3k 29 406.8M 0 0 29 119.5M 0 148.2k 46:49 13:45 33:04 110.4k 29 406.8M 0 0 29 119.6M 0 148.2k 46:50 13:46 33:04 108.8k 29 406.8M 0 0 29 119.8M 0 148.1k 46:51 13:48 33:03 118.9k 29 406.8M 0 0 29 120.0M 0 148.2k 46:51 13:49 33:02 127.2k 29 406.8M 0 0 29 120.2M 0 148.2k 46:51 13:50 33:01 130.6k 29 406.8M 0 0 29 120.3M 0 148.1k 46:51 13:51 33:00 132.2k 29 406.8M 0 0 29 120.5M 0 148.1k 46:52 13:53 32:59 135.2k 29 406.8M 0 0 29 120.6M 0 148.0k 46:54 13:54 33:00 129.2k 29 406.8M 0 0 29 120.8M 0 148.0k 46:53 13:55 32:58 129.9k 29 406.8M 0 0 29 121.0M 0 148.1k 46:53 13:56 32:57 133.5k 29 406.8M 0 0 29 121.1M 0 148.0k 46:53 13:57 32:56 138.5k 29 406.8M 0 0 29 121.3M 0 148.1k 46:52 13:59 32:53 148.2k 29 406.8M 0 0 29 121.5M 0 148.1k 46:51 14:00 32:51 164.6k 29 406.8M 0 0 29 121.6M 0 148.1k 46:52 14:01 32:51 153.8k 29 406.8M 0 0 29 121.8M 0 148.1k 46:52 14:02 32:50 153.3k 29 406.8M 0 0 29 122.0M 0 148.0k 46:53 14:03 32:50 147.8k 30 406.8M 0 0 30 122.1M 0 148.0k 46:53 14:04 32:49 141.6k 30 406.8M 0 0 30 122.3M 0 148.1k 46:53 14:06 32:47 138.8k 30 406.8M 0 0 30 122.5M 0 148.1k 46:52 14:07 32:45 150.6k 30 406.8M 0 0 30 122.6M 0 148.1k 46:53 14:08 32:45 143.0k 30 406.8M 0 0 30 122.8M 0 148.0k 46:54 14:09 32:45 137.9k 30 406.8M 0 0 30 123.0M 0 148.0k 46:54 14:10 32:44 139.5k 30 406.8M 0 0 30 123.2M 0 148.1k 46:52 14:11 32:41 152.0k 30 406.8M 0 0 30 123.4M 0 148.1k 46:51 14:13 32:38 153.3k 30 406.8M 0 0 30 123.6M 0 148.2k 46:50 14:14 32:36 165.7k 30 406.8M 0 0 30 123.8M 0 148.2k 46:50 14:15 32:35 180.0k 30 406.8M 0 0 30 124.0M 0 148.2k 46:49 14:16 32:33 186.5k 30 406.8M 0 0 30 124.2M 0 148.2k 46:50 14:18 32:32 162.3k 30 406.8M 0 0 30 124.3M 0 148.1k 46:52 14:19 32:33 145.4k 30 406.8M 0 0 30 124.5M 0 148.1k 46:52 14:20 32:32 132.9k 30 406.8M 0 0 30 124.6M 0 148.0k 46:53 14:22 32:31 126.2k 30 406.8M 0 0 30 124.8M 0 148.1k 46:53 14:23 32:30 124.4k 30 406.8M 0 0 30 125.1M 0 148.1k 46:51 14:24 32:27 141.8k 30 406.8M 0 0 30 125.3M 0 148.1k 46:51 14:26 32:25 150.5k 30 406.8M 0 0 30 125.5M 0 148.2k 46:51 14:27 32:24 161.3k 30 406.8M 0 0 30 125.7M 0 148.3k 46:49 14:28 32:21 182.2k 30 406.8M 0 0 30 125.9M 0 148.3k 46:48 14:29 32:19 181.3k 30 406.8M 0 0 30 126.1M 0 148.3k 46:49 14:30 32:19 166.6k 31 406.8M 0 0 31 126.3M 0 148.4k 46:47 14:31 32:16 183.2k 31 406.8M 0 0 31 126.5M 0 148.4k 46:47 14:33 32:14 174.6k 31 406.8M 0 0 31 126.8M 0 148.4k 46:46 14:34 32:12 166.2k 31 406.8M 0 0 31 126.9M 0 148.4k 46:47 14:35 32:12 159.6k 31 406.8M 0 0 31 127.1M 0 148.4k 46:47 14:37 32:10 159.2k 31 406.8M 0 0 31 127.3M 0 148.4k 46:47 14:38 32:09 147.9k 31 406.8M 0 0 31 127.4M 0 148.3k 46:48 14:39 32:09 142.4k 31 406.8M 0 0 31 127.5M 0 148.2k 46:49 14:40 32:09 125.9k 31 406.8M 0 0 31 127.6M 0 148.2k 46:51 14:42 32:09 119.9k 31 406.8M 0 0 31 127.8M 0 148.1k 46:52 14:43 32:09 113.9k 31 406.8M 0 0 31 127.9M 0 148.0k 46:54 14:44 32:10 100.3k 31 406.8M 0 0 31 128.0M 0 148.0k 46:54 14:45 32:09 101.4k 31 406.8M 0 0 31 128.2M 0 148.0k 46:54 14:47 32:07 113.5k 31 406.8M 0 0 31 128.4M 0 148.0k 46:53 14:48 32:05 127.1k 31 406.8M 0 0 31 128.6M 0 148.0k 46:54 14:49 32:05 129.3k 31 406.8M 0 0 31 128.8M 0 148.0k 46:54 14:50 32:04 147.3k 31 406.8M 0 0 31 129.0M 0 148.1k 46:52 14:52 32:00 163.2k 31 406.8M 0 0 31 129.2M 0 148.1k 46:52 14:53 31:59 160.9k 31 406.8M 0 0 31 129.4M 0 148.1k 46:52 14:54 31:58 158.2k 31 406.8M 0 0 31 129.5M 0 148.0k 46:54 14:56 31:58 152.5k 31 406.8M 0 0 31 129.6M 0 147.9k 46:55 14:57 31:58 135.5k 31 406.8M 0 0 31 129.8M 0 147.9k 46:56 14:58 31:58 120.2k 31 406.8M 0 0 31 130.0M 0 147.9k 46:55 14:59 31:56 123.2k 31 406.8M 0 0 31 130.1M 0 148.0k 46:55 15:00 31:55 128.0k 32 406.8M 0 0 32 130.3M 0 147.9k 46:55 15:02 31:53 138.8k 32 406.8M 0 0 32 130.5M 0 147.9k 46:55 15:03 31:52 153.1k 32 406.8M 0 0 32 130.7M 0 148.0k 46:54 15:04 31:50 161.6k 32 406.8M 0 0 32 131.0M 0 148.1k 46:52 15:05 31:47 172.2k 32 406.8M 0 0 32 131.2M 0 148.1k 46:51 15:06 31:45 176.8k 32 406.8M 0 0 32 131.3M 0 148.0k 46:53 15:08 31:45 162.6k 32 406.8M 0 0 32 131.5M 0 148.1k 46:53 15:09 31:44 164.9k 32 406.8M 0 0 32 131.8M 0 148.1k 46:51 15:10 31:41 171.5k 32 406.8M 0 0 32 132.0M 0 148.2k 46:50 15:11 31:39 162.7k 32 406.8M 0 0 32 132.1M 0 148.1k 46:52 15:13 31:39 142.6k 32 406.8M 0 0 32 132.2M 0 148.0k 46:53 15:14 31:39 145.5k 32 406.8M 0 0 32 132.3M 0 147.9k 46:55 15:15 31:40 129.4k 32 406.8M 0 0 32 132.4M 0 147.9k 46:56 15:16 31:40 106.3k 32 406.8M 0 0 32 132.6M 0 147.8k 46:57 15:18 31:39 100.2k 32 406.8M 0 0 32 132.8M 0 147.9k 46:56 15:19 31:37 115.5k 32 406.8M 0 0 32 133.0M 0 147.9k 46:55 15:20 31:35 133.8k 32 406.8M 0 0 32 133.2M 0 148.0k 46:53 15:21 31:32 160.1k 32 406.8M 0 0 32 133.4M 0 148.0k 46:53 15:22 31:31 175.0k 32 406.8M 0 0 32 133.6M 0 148.0k 46:53 15:23 31:30 180.0k 32 406.8M 0 0 32 133.8M 0 148.0k 46:54 15:25 31:29 163.7k 32 406.8M 0 0 32 133.9M 0 148.0k 46:54 15:26 31:28 152.5k 32 406.8M 0 0 32 134.1M 0 148.0k 46:54 15:27 31:27 146.1k 33 406.8M 0 0 33 134.3M 0 148.0k 46:53 15:28 31:25 149.1k 33 406.8M 0 0 33 134.5M 0 148.1k 46:52 15:29 31:23 154.2k 33 406.8M 0 0 33 134.6M 0 148.1k 46:52 15:30 31:22 165.3k 33 406.8M 0 0 33 134.8M 0 148.1k 46:53 15:32 31:21 161.3k 33 406.8M 0 0 33 135.0M 0 148.0k 46:54 15:33 31:21 143.2k 33 406.8M 0 0 33 135.1M 0 147.9k 46:55 15:34 31:21 132.9k 33 406.8M 0 0 33 135.3M 0 147.9k 46:55 15:36 31:19 125.5k 33 406.8M 0 0 33 135.4M 0 147.9k 46:56 15:37 31:19 118.4k 33 406.8M 0 0 33 135.6M 0 147.9k 46:55 15:38 31:17 124.6k 33 406.8M 0 0 33 135.7M 0 147.9k 46:56 15:39 31:17 132.1k 33 406.8M 0 0 33 135.9M 0 147.9k 46:56 15:41 31:15 136.9k 33 406.8M 0 0 33 136.1M 0 147.9k 46:55 15:42 31:13 145.4k 33 406.8M 0 0 33 136.2M 0 147.9k 46:56 15:43 31:13 145.8k 33 406.8M 0 0 33 136.4M 0 147.9k 46:56 15:44 31:12 146.4k 33 406.8M 0 0 33 136.6M 0 147.9k 46:56 15:45 31:11 139.4k 33 406.8M 0 0 33 136.6M 0 147.9k 46:56 15:45 31:11 147.9k 33 406.8M 0 0 33 136.7M 0 147.8k 46:57 15:46 31:11 109.6k 33 406.8M 0 0 33 136.8M 0 147.8k 46:58 15:48 31:10 113.0k 33 406.8M 0 0 33 137.0M 0 147.8k 46:58 15:49 31:09 113.0k 33 406.8M 0 0 33 137.1M 0 147.8k 46:58 15:50 31:08 128.5k 33 406.8M 0 0 33 137.4M 0 147.9k 46:56 15:51 31:05 150.2k 33 406.8M 0 0 33 137.5M 0 147.9k 46:56 15:52 31:04 151.5k 33 406.8M 0 0 33 137.6M 0 147.8k 46:57 15:53 31:04 150.6k 33 406.8M 0 0 33 137.8M 0 147.8k 46:58 15:54 31:04 153.5k 33 406.8M 0 0 33 138.0M 0 147.8k 46:58 15:55 31:03 149.5k 33 406.8M 0 0 33 138.1M 0 147.8k 46:58 15:57 31:01 129.9k 34 406.8M 0 0 34 138.3M 0 147.8k 46:57 15:58 30:59 140.3k 34 406.8M 0 0 34 138.5M 0 147.8k 46:57 15:59 30:58 149.4k 34 406.8M 0 0 34 138.7M 0 147.9k 46:56 16:00 30:56 158.5k 34 406.8M 0 0 34 138.9M 0 147.9k 46:56 16:01 30:55 158.3k 34 406.8M 0 0 34 139.1M 0 147.9k 46:55 16:03 30:52 174.8k 34 406.8M 0 0 34 139.3M 0 147.9k 46:55 16:04 30:51 165.6k 34 406.8M 0 0 34 139.4M 0 147.8k 46:57 16:05 30:52 151.5k 34 406.8M 0 0 34 139.5M 0 147.8k 46:57 16:06 30:51 141.7k 34 406.8M 0 0 34 139.6M 0 147.8k 46:58 16:07 30:51 134.6k 34 406.8M 0 0 34 139.8M 0 147.7k 46:58 16:08 30:50 114.0k 34 406.8M 0 0 34 140.0M 0 147.8k 46:58 16:09 30:49 121.3k 34 406.8M 0 0 34 140.1M 0 147.8k 46:58 16:11 30:47 134.5k 34 406.8M 0 0 34 140.3M 0 147.7k 46:59 16:12 30:47 135.5k 34 406.8M 0 0 34 140.5M 0 147.8k 46:58 16:13 30:45 145.6k 34 406.8M 0 0 34 140.7M 0 147.9k 46:56 16:14 30:42 169.6k 34 406.8M 0 0 34 140.9M 0 147.9k 46:56 16:15 30:41 168.5k 34 406.8M 0 0 34 141.1M 0 147.9k 46:56 16:16 30:40 168.7k 34 406.8M 0 0 34 141.3M 0 147.9k 46:56 16:18 30:38 170.6k 34 406.8M 0 0 34 141.5M 0 147.9k 46:56 16:19 30:37 165.3k 34 406.8M 0 0 34 141.6M 0 147.9k 46:55 16:20 30:35 153.4k 34 406.8M 0 0 34 141.8M 0 147.9k 46:55 16:21 30:34 160.0k 34 406.8M 0 0 34 142.0M 0 148.0k 46:54 16:22 30:32 164.5k 34 406.8M 0 0 34 142.2M 0 148.0k 46:54 16:23 30:31 167.2k 35 406.8M 0 0 35 142.4M 0 148.0k 46:54 16:25 30:29 164.8k 35 406.8M 0 0 35 142.6M 0 148.0k 46:53 16:26 30:27 167.2k 35 406.8M 0 0 35 142.8M 0 148.1k 46:53 16:27 30:26 167.1k 35 406.8M 0 0 35 143.0M 0 148.0k 46:53 16:28 30:25 154.8k 35 406.8M 0 0 35 143.1M 0 147.9k 46:55 16:30 30:25 139.6k 35 406.8M 0 0 35 143.3M 0 147.9k 46:56 16:31 30:25 135.2k 35 406.8M 0 0 35 143.4M 0 147.8k 46:57 16:33 30:24 119.5k 35 406.8M 0 0 35 143.5M 0 147.8k 46:58 16:34 30:24 108.8k 35 406.8M 0 0 35 143.7M 0 147.8k 46:58 16:35 30:23 110.4k 35 406.8M 0 0 35 143.8M 0 147.7k 46:59 16:37 30:22 113.9k 35 406.8M 0 0 35 144.0M 0 147.7k 46:59 16:38 30:21 119.4k 35 406.8M 0 0 35 144.2M 0 147.7k 46:59 16:39 30:20 132.0k 35 406.8M 0 0 35 144.4M 0 147.7k 46:59 16:40 30:19 137.0k 35 406.8M 0 0 35 144.5M 0 147.7k 47:00 16:42 30:18 131.0k 35 406.8M 0 0 35 144.6M 0 147.6k 47:01 16:43 30:18 129.4k 35 406.8M 0 0 35 144.8M 0 147.5k 47:03 16:44 30:19 117.6k 35 406.8M 0 0 35 145.0M 0 147.5k 47:03 16:46 30:17 113.4k 35 406.8M 0 0 35 145.1M 0 147.5k 47:03 16:47 30:16 120.0k 35 406.8M 0 0 35 145.4M 0 147.6k 47:01 16:48 30:13 141.8k 35 406.8M 0 0 35 145.6M 0 147.7k 46:59 16:49 30:10 165.4k 35 406.8M 0 0 35 145.8M 0 147.7k 47:00 16:51 30:09 174.1k 35 406.8M 0 0 35 146.0M 0 147.7k 46:59 16:52 30:07 183.9k 35 406.8M 0 0 35 146.2M 0 147.7k 46:59 16:53 30:06 177.9k 35 406.8M 0 0 35 146.3M 0 147.7k 47:00 16:54 30:06 158.0k 36 406.8M 0 0 36 146.5M 0 147.7k 46:59 16:55 30:04 149.5k 36 406.8M 0 0 36 146.7M 0 147.7k 46:59 16:57 30:02 151.0k 36 406.8M 0 0 36 146.9M 0 147.7k 46:59 16:58 30:01 149.1k 36 406.8M 0 0 36 147.1M 0 147.7k 46:59 16:59 30:00 147.1k 36 406.8M 0 0 36 147.3M 0 147.7k 46:59 17:00 29:59 150.3k 36 406.8M 0 0 36 147.5M 0 147.7k 46:59 17:02 29:57 144.8k 36 406.8M 0 0 36 147.6M 0 147.6k 47:01 17:03 29:58 135.3k 36 406.8M 0 0 36 147.7M 0 147.5k 47:03 17:05 29:58 120.0k 36 406.8M 0 0 36 147.8M 0 147.5k 47:04 17:06 29:58 112.8k 36 406.8M 0 0 36 148.0M 0 147.5k 47:04 17:07 29:57 112.7k 36 406.8M 0 0 36 148.2M 0 147.5k 47:04 17:08 29:56 114.8k 36 406.8M 0 0 36 148.3M 0 147.4k 47:05 17:10 29:55 117.8k 36 406.8M 0 0 36 148.5M 0 147.4k 47:05 17:11 29:54 125.4k 36 406.8M 0 0 36 148.6M 0 147.4k 47:05 17:12 29:53 131.0k 36 406.8M 0 0 36 148.8M 0 147.4k 47:05 17:13 29:52 139.3k 36 406.8M 0 0 36 149.1M 0 147.5k 47:04 17:15 29:49 147.5k 36 406.8M 0 0 36 149.2M 0 147.4k 47:04 17:16 29:48 148.6k 36 406.8M 0 0 36 149.4M 0 147.5k 47:04 17:17 29:47 160.1k 36 406.8M 0 0 36 149.5M 0 147.3k 47:06 17:19 29:47 141.8k 36 406.8M 0 0 36 149.7M 0 147.3k 47:06 17:20 29:46 135.5k 36 406.8M 0 0 36 149.9M 0 147.3k 47:06 17:21 29:45 125.0k 36 406.8M 0 0 36 150.1M 0 147.4k 47:06 17:22 29:44 136.2k 36 406.8M 0 0 36 150.3M 0 147.4k 47:05 17:24 29:41 139.7k 37 406.8M 0 0 37 150.5M 0 147.4k 47:05 17:25 29:40 160.5k 37 406.8M 0 0 37 150.7M 0 147.4k 47:05 17:26 29:39 161.1k 37 406.8M 0 0 37 150.9M 0 147.4k 47:05 17:28 29:37 155.4k 37 406.8M 0 0 37 151.0M 0 147.3k 47:07 17:29 29:38 138.7k 37 406.8M 0 0 37 151.1M 0 147.3k 47:07 17:30 29:37 126.3k 37 406.8M 0 0 37 151.3M 0 147.2k 47:09 17:32 29:37 112.0k 37 406.8M 0 0 37 151.4M 0 147.1k 47:11 17:33 29:38 98.68k 37 406.8M 0 0 37 151.5M 0 147.1k 47:12 17:34 29:38 98299 37 406.8M 0 0 37 151.7M 0 147.1k 47:12 17:36 29:36 107.5k 37 406.8M 0 0 37 151.9M 0 147.1k 47:12 17:37 29:35 111.4k 37 406.8M 0 0 37 152.0M 0 147.0k 47:13 17:38 29:35 115.1k 37 406.8M 0 0 37 152.1M 0 147.0k 47:14 17:40 29:34 123.1k 37 406.8M 0 0 37 152.3M 0 146.9k 47:14 17:41 29:33 124.6k 37 406.8M 0 0 37 152.4M 0 146.9k 47:15 17:42 29:33 117.6k 37 406.8M 0 0 37 152.6M 0 146.9k 47:14 17:43 29:31 122.9k 37 406.8M 0 0 37 152.8M 0 146.9k 47:14 17:44 29:30 136.3k 37 406.8M 0 0 37 153.0M 0 147.0k 47:13 17:45 29:28 155.6k 37 406.8M 0 0 37 153.1M 0 146.9k 47:15 17:47 29:28 141.8k 37 406.8M 0 0 37 153.3M 0 146.8k 47:16 17:48 29:28 138.2k 37 406.8M 0 0 37 153.4M 0 146.8k 47:17 17:49 29:28 126.4k 37 406.8M 0 0 37 153.5M 0 146.8k 47:17 17:51 29:26 117.8k 37 406.8M 0 0 37 153.7M 0 146.7k 47:18 17:52 29:26 105.9k 37 406.8M 0 0 37 154.0M 0 146.8k 47:17 17:53 29:24 130.9k 37 406.8M 0 0 37 154.1M 0 146.8k 47:16 17:54 29:22 143.2k 37 406.8M 0 0 37 154.3M 0 146.8k 47:17 17:56 29:21 145.8k 37 406.8M 0 0 37 154.5M 0 146.7k 47:18 17:58 29:20 138.4k 38 406.8M 0 0 38 154.6M 0 146.6k 47:20 17:59 29:21 126.7k 38 406.8M 0 0 38 154.7M 0 146.6k 47:21 18:00 29:21 112.8k 38 406.8M 0 0 38 154.8M 0 146.5k 47:22 18:01 29:21 102.0k 38 406.8M 0 0 38 155.0M 0 146.6k 47:21 18:02 29:19 110.3k 38 406.8M 0 0 38 155.2M 0 146.6k 47:20 18:03 29:17 129.2k 38 406.8M 0 0 38 155.3M 0 146.6k 47:21 18:05 29:16 134.5k 38 406.8M 0 0 38 155.5M 0 146.5k 47:23 18:06 29:17 125.1k 38 406.8M 0 0 38 155.6M 0 146.5k 47:23 18:07 29:16 130.6k 38 406.8M 0 0 38 155.8M 0 146.4k 47:24 18:09 29:15 123.3k 38 406.8M 0 0 38 156.0M 0 146.5k 47:23 18:10 29:13 121.4k 38 406.8M 0 0 38 156.1M 0 146.5k 47:23 18:11 29:12 131.9k 38 406.8M 0 0 38 156.3M 0 146.5k 47:23 18:12 29:11 150.2k 38 406.8M 0 0 38 156.5M 0 146.5k 47:22 18:13 29:09 158.0k 38 406.8M 0 0 38 156.7M 0 146.6k 47:21 18:14 29:07 168.5k 38 406.8M 0 0 38 157.0M 0 146.6k 47:20 18:16 29:04 178.7k 38 406.8M 0 0 38 157.1M 0 146.6k 47:20 18:17 29:03 175.3k 38 406.8M 0 0 38 157.3M 0 146.6k 47:20 18:18 29:02 169.2k 38 406.8M 0 0 38 157.5M 0 146.6k 47:20 18:20 29:00 161.5k 38 406.8M 0 0 38 157.7M 0 146.6k 47:21 18:21 29:00 153.0k 38 406.8M 0 0 38 157.8M 0 146.5k 47:22 18:22 29:00 131.1k 38 406.8M 0 0 38 158.0M 0 146.5k 47:22 18:23 28:59 126.3k 38 406.8M 0 0 38 158.1M 0 146.5k 47:23 18:25 28:58 120.6k 38 406.8M 0 0 38 158.3M 0 146.5k 47:23 18:26 28:57 121.5k 38 406.8M 0 0 38 158.4M 0 146.4k 47:25 18:28 28:57 106.1k 38 406.8M 0 0 38 158.5M 0 146.3k 47:26 18:29 28:57 110.5k 39 406.8M 0 0 39 158.7M 0 146.3k 47:26 18:30 28:56 115.8k 39 406.8M 0 0 39 158.9M 0 146.3k 47:26 18:31 28:55 123.4k 39 406.8M 0 0 39 159.0M 0 146.3k 47:27 18:33 28:54 117.2k 39 406.8M 0 0 39 159.2M 0 146.3k 47:26 18:34 28:52 136.1k 39 406.8M 0 0 39 159.4M 0 146.3k 47:26 18:35 28:51 144.7k 39 406.8M 0 0 39 159.6M 0 146.4k 47:25 18:36 28:49 153.1k 39 406.8M 0 0 39 159.8M 0 146.4k 47:25 18:37 28:48 153.9k 39 406.8M 0 0 39 160.0M 0 146.4k 47:25 18:38 28:47 166.5k 39 406.8M 0 0 39 160.1M 0 146.4k 47:25 18:40 28:45 163.9k 39 406.8M 0 0 39 160.3M 0 146.4k 47:25 18:41 28:44 159.1k 39 406.8M 0 0 39 160.5M 0 146.4k 47:24 18:42 28:42 153.9k 39 406.8M 0 0 39 160.7M 0 146.4k 47:25 18:44 28:41 148.5k 39 406.8M 0 0 39 160.9M 0 146.4k 47:25 18:45 28:40 143.3k 39 406.8M 0 0 39 161.1M 0 146.4k 47:24 18:46 28:38 150.0k 39 406.8M 0 0 39 161.3M 0 146.4k 47:25 18:48 28:37 142.2k 39 406.8M 0 0 39 161.4M 0 146.3k 47:26 18:49 28:37 133.9k 39 406.8M 0 0 39 161.5M 0 146.3k 47:27 18:50 28:37 126.3k 39 406.8M 0 0 39 161.6M 0 146.2k 47:28 18:51 28:37 121.3k 39 406.8M 0 0 39 161.8M 0 146.2k 47:28 18:53 28:35 112.7k 39 406.8M 0 0 39 162.0M 0 146.2k 47:29 18:54 28:35 113.4k 39 406.8M 0 0 39 162.1M 0 146.2k 47:28 18:55 28:33 123.3k 39 406.8M 0 0 39 162.3M 0 146.2k 47:29 18:57 28:32 130.6k 39 406.8M 0 0 39 162.5M 0 146.1k 47:29 18:58 28:31 130.3k 39 406.8M 0 0 39 162.6M 0 146.1k 47:30 18:59 28:31 130.2k 40 406.8M 0 0 40 162.8M 0 146.1k 47:30 19:00 28:30 135.9k 40 406.8M 0 0 40 163.1M 0 146.2k 47:28 19:02 28:26 145.7k 40 406.8M 0 0 40 163.3M 0 146.2k 47:27 19:03 28:24 158.1k 40 406.8M 0 0 40 163.5M 0 146.3k 47:27 19:04 28:23 166.8k 40 406.8M 0 0 40 163.6M 0 146.2k 47:29 19:06 28:23 157.3k 40 406.8M 0 0 40 163.8M 0 146.2k 47:29 19:07 28:22 153.1k 40 406.8M 0 0 40 164.0M 0 146.1k 47:30 19:08 28:22 134.3k 40 406.8M 0 0 40 164.1M 0 146.1k 47:30 19:09 28:21 120.6k 40 406.8M 0 0 40 164.3M 0 146.1k 47:30 19:11 28:19 119.9k 40 406.8M 0 0 40 164.4M 0 146.1k 47:31 19:12 28:19 124.8k 40 406.8M 0 0 40 164.5M 0 146.0k 47:31 19:13 28:18 124.0k 40 406.8M 0 0 40 164.7M 0 146.1k 47:31 19:14 28:17 132.4k 40 406.8M 0 0 40 165.0M 0 146.1k 47:30 19:15 28:15 152.7k 40 406.8M 0 0 40 165.1M 0 146.2k 47:29 19:16 28:13 155.0k 40 406.8M 0 0 40 165.3M 0 146.1k 47:29 19:17 28:12 161.5k 40 406.8M 0 0 40 165.4M 0 146.1k 47:30 19:19 28:11 161.1k 40 406.8M 0 0 40 165.6M 0 146.1k 47:30 19:20 28:10 159.8k 40 406.8M 0 0 40 165.8M 0 146.2k 47:29 19:21 28:08 152.8k 40 406.8M 0 0 40 166.0M 0 146.2k 47:29 19:22 28:07 144.7k 40 406.8M 0 0 40 166.1M 0 146.2k 47:29 19:23 28:06 151.0k 40 406.8M 0 0 40 166.3M 0 146.1k 47:30 19:24 28:06 149.9k 40 406.8M 0 0 40 166.4M 0 146.1k 47:31 19:26 28:05 135.7k 40 406.8M 0 0 40 166.5M 0 146.0k 47:31 19:27 28:04 121.5k 40 406.8M 0 0 40 166.6M 0 146.0k 47:32 19:28 28:04 119.8k 41 406.8M 0 0 41 166.8M 0 146.0k 47:33 19:30 28:03 111.2k 41 406.8M 0 0 41 167.0M 0 145.9k 47:34 19:31 28:03 108.0k 41 406.8M 0 0 41 167.1M 0 145.9k 47:35 19:32 28:03 111.4k 41 406.8M 0 0 41 167.2M 0 145.8k 47:36 19:34 28:02 107.1k 41 406.8M 0 0 41 167.3M 0 145.8k 47:36 19:35 28:01 106.5k 41 406.8M 0 0 41 167.5M 0 145.8k 47:35 19:36 27:59 117.7k 41 406.8M 0 0 41 167.7M 0 145.9k 47:35 19:37 27:58 133.3k 41 406.8M 0 0 41 167.9M 0 145.8k 47:35 19:38 27:57 136.8k 41 406.8M 0 0 41 168.1M 0 145.8k 47:35 19:40 27:55 146.8k 41 406.8M 0 0 41 168.2M 0 145.8k 47:36 19:41 27:55 145.8k 41 406.8M 0 0 41 168.3M 0 145.8k 47:37 19:42 27:55 135.5k 41 406.8M 0 0 41 168.5M 0 145.8k 47:36 19:43 27:53 136.1k 41 406.8M 0 0 41 168.7M 0 145.8k 47:36 19:44 27:52 143.4k 41 406.8M 0 0 41 168.9M 0 145.9k 47:35 19:45 27:50 149.6k 41 406.8M 0 0 41 169.1M 0 145.8k 47:35 19:47 27:48 155.6k 41 406.8M 0 0 41 169.3M 0 145.9k 47:35 19:48 27:47 165.1k 41 406.8M 0 0 41 169.5M 0 145.9k 47:34 19:49 27:45 165.2k 41 406.8M 0 0 41 169.7M 0 146.0k 47:33 19:50 27:43 176.2k 41 406.8M 0 0 41 170.0M 0 146.0k 47:31 19:51 27:40 184.5k 41 406.8M 0 0 41 170.1M 0 146.1k 47:31 19:52 27:39 192.2k 41 406.8M 0 0 41 170.3M 0 146.1k 47:30 19:53 27:37 193.9k 41 406.8M 0 0 41 170.5M 0 146.1k 47:30 19:55 27:35 186.7k 41 406.8M 0 0 41 170.6M 0 146.1k 47:31 19:56 27:35 167.2k 41 406.8M 0 0 41 170.8M 0 146.1k 47:31 19:57 27:34 153.8k 42 406.8M 0 0 42 171.1M 0 146.1k 47:29 19:58 27:31 161.1k 42 406.8M 0 0 42 171.3M 0 146.1k 47:30 20:00 27:30 150.8k 42 406.8M 0 0 42 171.4M 0 146.1k 47:30 20:01 27:29 146.4k 42 406.8M 0 0 42 171.5M 0 146.1k 47:31 20:02 27:29 144.3k 42 406.8M 0 0 42 171.6M 0 146.0k 47:31 20:03 27:28 138.6k 42 406.8M 0 0 42 171.8M 0 146.0k 47:31 20:04 27:27 127.1k 42 406.8M 0 0 42 172.0M 0 146.0k 47:32 20:06 27:26 124.7k 42 406.8M 0 0 42 172.1M 0 146.0k 47:32 20:07 27:25 124.5k 42 406.8M 0 0 42 172.3M 0 146.0k 47:33 20:08 27:25 127.4k 42 406.8M 0 0 42 172.5M 0 145.9k 47:34 20:10 27:24 121.0k 42 406.8M 0 0 42 172.6M 0 145.8k 47:36 20:11 27:25 107.2k 42 406.8M 0 0 42 172.7M 0 145.8k 47:36 20:13 27:23 104.3k 42 406.8M 0 0 42 172.8M 0 145.7k 47:37 20:14 27:23 101.4k 42 406.8M 0 0 42 173.0M 0 145.7k 47:39 20:15 27:24 95868 42 406.8M 0 0 42 173.1M 0 145.7k 47:39 20:17 27:22 104.3k 42 406.8M 0 0 42 173.3M 0 145.6k 47:40 20:18 27:22 107.4k 42 406.8M 0 0 42 173.4M 0 145.6k 47:41 20:19 27:22 104.9k 42 406.8M 0 0 42 173.5M 0 145.5k 47:41 20:20 27:21 107.5k 42 406.8M 0 0 42 173.6M 0 145.5k 47:42 20:21 27:21 112.5k 42 406.8M 0 0 42 173.8M 0 145.5k 47:43 20:23 27:20 105.5k 42 406.8M 0 0 42 174.0M 0 145.5k 47:41 20:24 27:17 130.1k 42 406.8M 0 0 42 174.2M 0 145.5k 47:41 20:25 27:16 143.5k 42 406.8M 0 0 42 174.4M 0 145.6k 47:41 20:26 27:15 153.4k 42 406.8M 0 0 42 174.5M 0 145.5k 47:41 20:27 27:14 155.4k 42 406.8M 0 0 42 174.7M 0 145.6k 47:41 20:28 27:13 163.7k 42 406.8M 0 0 42 174.9M 0 145.6k 47:40 20:29 27:11 159.0k 43 406.8M 0 0 43 175.1M 0 145.6k 47:40 20:31 27:09 157.9k 43 406.8M 0 0 43 175.3M 0 145.6k 47:40 20:32 27:08 154.5k 43 406.8M 0 0 43 175.5M 0 145.6k 47:40 20:33 27:07 158.2k 43 406.8M 0 0 43 175.6M 0 145.6k 47:40 20:34 27:06 152.5k 43 406.8M 0 0 43 175.8M 0 145.6k 47:40 20:36 27:04 142.3k 43 406.8M 0 0 43 176.0M 0 145.6k 47:40 20:37 27:03 143.6k 43 406.8M 0 0 43 176.2M 0 145.7k 47:39 20:38 27:01 154.4k 43 406.8M 0 0 43 176.4M 0 145.7k 47:38 20:39 26:59 163.1k 43 406.8M 0 0 43 176.6M 0 145.8k 47:37 20:40 26:57 178.3k 43 406.8M 0 0 43 176.9M 0 145.8k 47:36 20:42 26:54 195.9k 43 406.8M 0 0 43 177.1M 0 145.8k 47:36 20:43 26:53 192.5k 43 406.8M 0 0 43 177.2M 0 145.8k 47:36 20:44 26:52 175.7k 43 406.8M 0 0 43 177.4M 0 145.8k 47:37 20:46 26:51 161.5k 43 406.8M 0 0 43 177.5M 0 145.7k 47:37 20:47 26:50 141.5k 43 406.8M 0 0 43 177.7M 0 145.8k 47:37 20:48 26:49 134.3k 43 406.8M 0 0 43 177.9M 0 145.8k 47:36 20:49 26:47 138.1k 43 406.8M 0 0 43 178.1M 0 145.8k 47:35 20:50 26:45 154.9k 43 406.8M 0 0 43 178.5M 0 146.0k 47:33 20:51 26:42 187.2k 43 406.8M 0 0 43 178.7M 0 146.0k 47:32 20:53 26:39 210.6k 43 406.8M 0 0 43 178.8M 0 146.0k 47:32 20:54 26:38 194.1k 43 406.8M 0 0 43 179.0M 0 146.0k 47:33 20:55 26:38 183.6k 44 406.8M 0 0 44 179.1M 0 145.9k 47:33 20:56 26:37 165.6k 44 406.8M 0 0 44 179.3M 0 145.9k 47:34 20:57 26:37 137.8k 44 406.8M 0 0 44 179.5M 0 146.0k 47:32 20:59 26:33 138.6k 44 406.8M 0 0 44 179.8M 0 146.1k 47:31 21:00 26:31 163.1k 44 406.8M 0 0 44 180.0M 0 146.1k 47:30 21:01 26:29 209.5k 44 406.8M 0 0 44 180.0M 0 146.1k 47:30 21:01 26:29 146.1k 44 406.8M 0 0 44 180.1M 0 146.0k 47:32 21:02 26:30 95117 44 406.8M 0 0 44 180.3M 0 146.0k 47:32 21:04 26:28 110.9k 44 406.8M 0 0 44 180.4M 0 146.0k 47:33 21:05 26:28 106.9k 44 406.8M 0 0 44 180.5M 0 145.9k 47:34 21:06 26:28 106.5k 44 406.8M 0 0 44 180.6M 0 145.9k 47:35 21:07 26:28 103.9k 44 406.8M 0 0 44 180.8M 0 145.8k 47:36 21:09 26:27 101.0k 44 406.8M 0 0 44 180.9M 0 145.7k 47:37 21:10 26:27 97205 44 406.8M 0 0 44 181.0M 0 145.7k 47:38 21:12 26:26 96277 44 406.8M 0 0 44 181.1M 0 145.6k 47:39 21:13 26:26 96589 44 406.8M 0 0 44 181.3M 0 145.6k 47:40 21:14 26:26 97844 44 406.8M 0 0 44 181.4M 0 145.6k 47:40 21:15 26:25 102.7k 44 406.8M 0 0 44 181.6M 0 145.6k 47:40 21:17 26:23 112.8k 44 406.8M 0 0 44 181.8M 0 145.6k 47:41 21:18 26:23 121.0k 44 406.8M 0 0 44 181.9M 0 145.5k 47:42 21:19 26:23 117.3k 44 406.8M 0 0 44 182.1M 0 145.5k 47:42 21:21 26:21 123.3k 44 406.8M 0 0 44 182.2M 0 145.5k 47:43 21:22 26:21 123.8k 44 406.8M 0 0 44 182.4M 0 145.5k 47:43 21:23 26:20 121.4k 44 406.8M 0 0 44 182.5M 0 145.4k 47:43 21:24 26:19 120.0k 44 406.8M 0 0 44 182.7M 0 145.4k 47:44 21:26 26:18 126.2k 44 406.8M 0 0 44 182.8M 0 145.4k 47:44 21:27 26:17 124.2k 44 406.8M 0 0 44 183.0M 0 145.4k 47:44 21:28 26:16 134.8k 45 406.8M 0 0 45 183.3M 0 145.5k 47:43 21:29 26:14 148.3k 45 406.8M 0 0 45 183.5M 0 145.5k 47:41 21:31 26:10 164.2k 45 406.8M 0 0 45 183.7M 0 145.5k 47:42 21:32 26:10 166.9k 45 406.8M 0 0 45 183.8M 0 145.5k 47:43 21:33 26:10 162.8k 45 406.8M 0 0 45 184.0M 0 145.5k 47:43 21:35 26:08 156.5k 45 406.8M 0 0 45 184.2M 0 145.5k 47:43 21:36 26:07 147.3k 45 406.8M 0 0 45 184.4M 0 145.5k 47:43 21:37 26:06 134.6k 45 406.8M 0 0 45 184.6M 0 145.4k 47:43 21:39 26:04 133.1k 45 406.8M 0 0 45 184.7M 0 145.4k 47:44 21:40 26:04 131.5k 45 406.8M 0 0 45 184.8M 0 145.4k 47:45 21:41 26:04 124.8k 45 406.8M 0 0 45 185.0M 0 145.4k 47:45 21:43 26:02 123.7k 45 406.8M 0 0 45 185.2M 0 145.4k 47:44 21:44 26:00 130.5k 45 406.8M 0 0 45 185.4M 0 145.4k 47:44 21:45 25:59 137.7k 45 406.8M 0 0 45 185.6M 0 145.5k 47:43 21:46 25:57 158.6k 45 406.8M 0 0 45 185.8M 0 145.5k 47:43 21:47 25:56 168.4k 45 406.8M 0 0 45 186.0M 0 145.5k 47:43 21:49 25:54 166.4k 45 406.8M 0 0 45 186.2M 0 145.5k 47:43 21:50 25:53 158.8k 45 406.8M 0 0 45 186.3M 0 145.4k 47:44 21:52 25:52 145.3k 45 406.8M 0 0 45 186.5M 0 145.3k 47:45 21:53 25:52 123.9k 45 406.8M 0 0 45 186.6M 0 145.3k 47:46 21:54 25:52 111.5k 45 406.8M 0 0 45 186.7M 0 145.3k 47:47 21:55 25:52 106.4k 45 406.8M 0 0 45 186.8M 0 145.2k 47:48 21:57 25:51 97931 45 406.8M 0 0 45 187.0M 0 145.2k 47:49 21:58 25:51 97.66k 46 406.8M 0 0 46 187.1M 0 145.2k 47:48 21:59 25:49 112.3k 46 406.8M 0 0 46 187.3M 0 145.2k 47:47 22:00 25:47 129.6k 46 406.8M 0 0 46 187.6M 0 145.3k 47:46 22:01 25:45 149.2k 46 406.8M 0 0 46 187.8M 0 145.3k 47:46 22:03 25:43 166.6k 46 406.8M 0 0 46 187.9M 0 145.3k 47:46 22:04 25:42 170.5k 46 406.8M 0 0 46 188.1M 0 145.3k 47:47 22:05 25:42 160.6k 46 406.8M 0 0 46 188.3M 0 145.3k 47:47 22:06 25:41 155.4k 46 406.8M 0 0 46 188.5M 0 145.3k 47:46 22:08 25:38 149.0k 46 406.8M 0 0 46 188.7M 0 145.3k 47:45 22:09 25:36 153.3k 46 406.8M 0 0 46 188.9M 0 145.3k 47:45 22:10 25:35 155.7k 46 406.8M 0 0 46 189.1M 0 145.3k 47:46 22:12 25:34 156.5k 46 406.8M 0 0 46 189.2M 0 145.3k 47:46 22:13 25:33 150.5k 46 406.8M 0 0 46 189.4M 0 145.3k 47:46 22:14 25:32 141.3k 46 406.8M 0 0 46 189.5M 0 145.3k 47:47 22:15 25:32 127.1k 46 406.8M 0 0 46 189.6M 0 145.2k 47:48 22:17 25:31 118.8k 46 406.8M 0 0 46 189.8M 0 145.2k 47:48 22:18 25:30 117.9k 46 406.8M 0 0 46 190.0M 0 145.2k 47:48 22:19 25:29 126.2k 46 406.8M 0 0 46 190.2M 0 145.2k 47:47 22:20 25:27 134.6k 46 406.8M 0 0 46 190.4M 0 145.3k 47:47 22:22 25:25 145.9k 46 406.8M 0 0 46 190.6M 0 145.3k 47:46 22:23 25:23 161.6k 46 406.8M 0 0 46 190.8M 0 145.3k 47:46 22:24 25:22 170.6k 46 406.8M 0 0 46 191.0M 0 145.3k 47:46 22:25 25:21 173.4k 46 406.8M 0 0 46 191.1M 0 145.3k 47:45 22:26 25:19 170.0k 47 406.8M 0 0 47 191.3M 0 145.3k 47:45 22:27 25:18 165.4k 47 406.8M 0 0 47 191.5M 0 145.3k 47:45 22:29 25:16 161.2k 47 406.8M 0 0 47 191.6M 0 145.3k 47:46 22:30 25:16 147.8k 47 406.8M 0 0 47 191.8M 0 145.3k 47:46 22:31 25:15 141.3k 47 406.8M 0 0 47 192.0M 0 145.2k 47:47 22:33 25:14 125.5k 47 406.8M 0 0 47 192.1M 0 145.2k 47:48 22:34 25:14 113.6k 47 406.8M 0 0 47 192.2M 0 145.2k 47:49 22:35 25:14 107.5k 47 406.8M 0 0 47 192.4M 0 145.2k 47:48 22:36 25:12 119.4k 47 406.8M 0 0 47 192.6M 0 145.2k 47:48 22:38 25:10 120.8k 47 406.8M 0 0 47 192.8M 0 145.2k 47:48 22:39 25:09 135.2k 47 406.8M 0 0 47 192.9M 0 145.2k 47:49 22:40 25:09 140.1k 47 406.8M 0 0 47 193.1M 0 145.2k 47:49 22:41 25:08 147.4k 47 406.8M 0 0 47 193.2M 0 145.2k 47:49 22:42 25:07 140.1k 47 406.8M 0 0 47 193.3M 0 145.1k 47:50 22:44 25:06 127.3k 47 406.8M 0 0 47 193.5M 0 145.1k 47:50 22:45 25:05 117.7k 47 406.8M 0 0 47 193.6M 0 145.1k 47:50 22:46 25:04 128.9k 47 406.8M 0 0 47 193.8M 0 145.1k 47:50 22:47 25:03 126.8k 47 406.8M 0 0 47 194.0M 0 145.0k 47:51 22:49 25:02 120.0k 47 406.8M 0 0 47 194.1M 0 145.0k 47:51 22:50 25:01 131.1k 47 406.8M 0 0 47 194.3M 0 145.1k 47:51 22:51 25:00 140.6k 47 406.8M 0 0 47 194.5M 0 145.0k 47:51 22:53 24:58 135.5k 47 406.8M 0 0 47 194.7M 0 145.0k 47:51 22:54 24:57 134.4k 47 406.8M 0 0 47 194.9M 0 145.0k 47:51 22:55 24:56 141.8k 47 406.8M 0 0 47 195.1M 0 145.0k 47:51 22:57 24:54 143.8k 48 406.8M 0 0 48 195.3M 0 145.0k 47:52 22:58 24:54 136.2k 48 406.8M 0 0 48 195.4M 0 145.0k 47:53 23:00 24:53 128.8k 48 406.8M 0 0 48 195.5M 0 144.9k 47:53 23:01 24:52 123.0k 48 406.8M 0 0 48 195.7M 0 144.9k 47:54 23:02 24:52 121.6k 48 406.8M 0 0 48 195.8M 0 144.9k 47:54 23:03 24:51 115.4k 48 406.8M 0 0 48 196.0M 0 144.9k 47:54 23:05 24:49 121.0k 48 406.8M 0 0 48 196.2M 0 144.9k 47:54 23:06 24:48 131.7k 48 406.8M 0 0 48 196.4M 0 144.9k 47:54 23:07 24:47 136.8k 48 406.8M 0 0 48 196.6M 0 144.9k 47:53 23:08 24:45 148.2k 48 406.8M 0 0 48 196.8M 0 145.0k 47:53 23:09 24:44 159.2k 48 406.8M 0 0 48 197.0M 0 145.0k 47:53 23:11 24:42 158.5k 48 406.8M 0 0 48 197.1M 0 145.0k 47:52 23:12 24:40 164.8k 48 406.8M 0 0 48 197.3M 0 144.9k 47:53 23:13 24:40 155.0k 48 406.8M 0 0 48 197.4M 0 144.9k 47:54 23:14 24:40 142.6k 48 406.8M 0 0 48 197.6M 0 144.9k 47:53 23:15 24:38 141.2k 48 406.8M 0 0 48 197.8M 0 145.0k 47:53 23:16 24:37 147.6k 48 406.8M 0 0 48 198.0M 0 145.0k 47:51 23:17 24:34 157.4k 48 406.8M 0 0 48 198.3M 0 145.1k 47:50 23:18 24:32 190.0k 48 406.8M 0 0 48 198.4M 0 145.1k 47:50 23:20 24:30 192.2k 48 406.8M 0 0 48 198.5M 0 145.1k 47:51 23:21 24:30 178.3k 48 406.8M 0 0 48 198.7M 0 145.0k 47:51 23:22 24:29 161.2k 48 406.8M 0 0 48 198.8M 0 145.0k 47:52 23:24 24:28 132.5k 48 406.8M 0 0 48 199.0M 0 145.0k 47:53 23:25 24:28 115.6k 48 406.8M 0 0 48 199.1M 0 144.9k 47:53 23:26 24:27 112.4k 48 406.8M 0 0 48 199.3M 0 144.9k 47:54 23:27 24:27 113.8k 49 406.8M 0 0 49 199.5M 0 144.9k 47:54 23:29 24:25 117.9k 49 406.8M 0 0 49 199.6M 0 144.9k 47:53 23:30 24:23 134.4k 49 406.8M 0 0 49 199.9M 0 145.0k 47:52 23:31 24:21 148.4k 49 406.8M 0 0 49 200.1M 0 145.0k 47:52 23:32 24:20 162.9k 49 406.8M 0 0 49 200.3M 0 145.1k 47:50 23:33 24:17 181.8k 49 406.8M 0 0 49 200.6M 0 145.1k 47:50 23:35 24:15 189.4k 49 406.8M 0 0 49 200.8M 0 145.1k 47:50 23:36 24:14 182.7k 49 406.8M 0 0 49 201.0M 0 145.2k 47:49 23:37 24:12 185.5k 49 406.8M 0 0 49 201.2M 0 145.2k 47:48 23:39 24:09 183.9k 49 406.8M 0 0 49 201.4M 0 145.2k 47:48 23:40 24:08 168.8k 49 406.8M 0 0 49 201.6M 0 145.2k 47:47 23:41 24:06 175.9k 49 406.8M 0 0 49 202.0M 0 145.3k 47:45 23:42 24:03 196.7k 49 406.8M 0 0 49 202.1M 0 145.3k 47:45 23:44 24:01 188.0k 49 406.8M 0 0 49 202.3M 0 145.3k 47:46 23:45 24:01 169.3k 49 406.8M 0 0 49 202.5M 0 145.3k 47:47 23:47 24:00 162.7k 49 406.8M 0 0 49 202.6M 0 145.2k 47:47 23:48 23:59 147.4k 49 406.8M 0 0 49 202.8M 0 145.3k 47:47 23:49 23:58 131.3k 49 406.8M 0 0 49 203.0M 0 145.3k 47:46 23:50 23:56 130.5k 49 406.8M 0 0 49 203.1M 0 145.3k 47:46 23:51 23:55 143.8k 49 406.8M 0 0 49 203.3M 0 145.3k 47:47 23:53 23:54 145.2k 50 406.8M 0 0 50 203.5M 0 145.3k 47:46 23:54 23:52 152.1k 50 406.8M 0 0 50 203.7M 0 145.3k 47:46 23:55 23:51 148.0k 50 406.8M 0 0 50 203.9M 0 145.3k 47:46 23:56 23:50 149.4k 50 406.8M 0 0 50 204.1M 0 145.3k 47:45 23:58 23:47 154.2k 50 406.8M 0 0 50 204.3M 0 145.3k 47:46 23:59 23:47 158.1k 50 406.8M 0 0 50 204.4M 0 145.3k 47:46 24:00 23:46 148.8k 50 406.8M 0 0 50 204.6M 0 145.3k 47:46 24:01 23:45 150.9k 50 406.8M 0 0 50 204.8M 0 145.3k 47:46 24:02 23:44 144.8k 50 406.8M 0 0 50 205.0M 0 145.3k 47:46 24:04 23:42 143.4k 50 406.8M 0 0 50 205.1M 0 145.3k 47:45 24:05 23:40 151.5k 50 406.8M 0 0 50 205.3M 0 145.3k 47:45 24:06 23:39 153.6k 50 406.8M 0 0 50 205.5M 0 145.3k 47:45 24:07 23:38 154.2k 50 406.8M 0 0 50 205.8M 0 145.4k 47:44 24:08 23:36 174.5k 50 406.8M 0 0 50 206.1M 0 145.5k 47:42 24:10 23:32 192.0k 50 406.8M 0 0 50 206.4M 0 145.6k 47:40 24:11 23:29 211.8k 50 406.8M 0 0 50 206.6M 0 145.7k 47:38 24:12 23:26 237.7k 50 406.8M 0 0 50 207.0M 0 145.8k 47:37 24:13 23:24 258.6k 50 406.8M 0 0 50 207.2M 0 145.8k 47:35 24:14 23:21 253.0k 50 406.8M 0 0 50 207.4M 0 145.8k 47:36 24:16 23:20 220.2k 51 406.8M 0 0 51 207.6M 0 145.9k 47:35 24:17 23:18 205.2k 51 406.8M 0 0 51 207.8M 0 145.9k 47:35 24:18 23:17 184.8k 51 406.8M 0 0 51 207.9M 0 145.8k 47:36 24:19 23:17 149.8k 51 406.8M 0 0 51 208.0M 0 145.7k 47:37 24:21 23:16 125.5k 51 406.8M 0 0 51 208.1M 0 145.7k 47:38 24:22 23:16 115.5k 51 406.8M 0 0 51 208.3M 0 145.7k 47:38 24:24 23:14 105.0k 51 406.8M 0 0 51 208.5M 0 145.7k 47:39 24:25 23:14 106.1k 51 406.8M 0 0 51 208.6M 0 145.6k 47:40 24:26 23:14 103.6k 51 406.8M 0 0 51 208.7M 0 145.5k 47:42 24:28 23:14 98983 51 406.8M 0 0 51 208.9M 0 145.5k 47:42 24:29 23:13 106.6k 51 406.8M 0 0 51 209.1M 0 145.5k 47:42 24:31 23:11 110.2k 51 406.8M 0 0 51 209.3M 0 145.5k 47:42 24:32 23:10 113.2k 51 406.8M 0 0 51 209.5M 0 145.5k 47:42 24:33 23:09 127.0k 51 406.8M 0 0 51 209.7M 0 145.6k 47:41 24:35 23:06 159.1k 51 406.8M 0 0 51 209.9M 0 145.6k 47:41 24:36 23:05 161.5k 51 406.8M 0 0 51 210.1M 0 145.6k 47:41 24:37 23:04 155.4k 51 406.8M 0 0 51 210.2M 0 145.5k 47:41 24:38 23:03 154.7k 51 406.8M 0 0 51 210.4M 0 145.5k 47:41 24:40 23:01 149.7k 51 406.8M 0 0 51 210.5M 0 145.5k 47:42 24:41 23:01 130.0k 51 406.8M 0 0 51 210.7M 0 145.5k 47:42 24:42 23:00 128.3k 51 406.8M 0 0 51 210.9M 0 145.5k 47:42 24:44 22:58 129.7k 51 406.8M 0 0 51 211.1M 0 145.5k 47:42 24:45 22:57 131.7k 51 406.8M 0 0 51 211.3M 0 145.5k 47:42 24:46 22:56 138.2k 51 406.8M 0 0 51 211.5M 0 145.6k 47:41 24:47 22:54 162.8k 52 406.8M 0 0 52 211.8M 0 145.6k 47:39 24:48 22:51 184.0k 52 406.8M 0 0 52 211.9M 0 145.6k 47:40 24:49 22:51 178.7k 52 406.8M 0 0 52 212.0M 0 145.6k 47:40 24:50 22:50 177.6k 52 406.8M 0 0 52 212.3M 0 145.7k 47:39 24:52 22:47 187.3k 52 406.8M 0 0 52 212.5M 0 145.7k 47:39 24:53 22:46 174.3k 52 406.8M 0 0 52 212.7M 0 145.7k 47:37 24:54 22:43 169.2k 52 406.8M 0 0 52 213.0M 0 145.8k 47:36 24:55 22:41 187.4k 52 406.8M 0 0 52 213.1M 0 145.8k 47:37 24:56 22:41 189.6k 52 406.8M 0 0 52 213.2M 0 145.8k 47:37 24:57 22:40 171.8k 52 406.8M 0 0 52 213.4M 0 145.8k 47:37 24:59 22:38 165.1k 52 406.8M 0 0 52 213.6M 0 145.7k 47:37 25:00 22:37 146.6k 52 406.8M 0 0 52 213.7M 0 145.7k 47:38 25:01 22:37 130.2k 52 406.8M 0 0 52 213.9M 0 145.7k 47:38 25:02 22:36 134.0k 52 406.8M 0 0 52 214.1M 0 145.7k 47:37 25:04 22:33 141.4k 52 406.8M 0 0 52 214.3M 0 145.8k 47:37 25:05 22:32 147.6k 52 406.8M 0 0 52 214.5M 0 145.8k 47:37 25:06 22:31 151.7k 52 406.8M 0 0 52 214.6M 0 145.7k 47:38 25:07 22:31 141.7k 52 406.8M 0 0 52 214.8M 0 145.7k 47:38 25:09 22:29 139.9k 52 406.8M 0 0 52 215.0M 0 145.7k 47:38 25:10 22:28 135.4k 52 406.8M 0 0 52 215.1M 0 145.7k 47:38 25:11 22:27 134.0k 52 406.8M 0 0 52 215.3M 0 145.7k 47:38 25:13 22:25 132.2k 52 406.8M 0 0 52 215.5M 0 145.7k 47:38 25:14 22:24 149.0k 53 406.8M 0 0 53 215.8M 0 145.8k 47:36 25:15 22:21 170.7k 53 406.8M 0 0 53 216.0M 0 145.8k 47:36 25:16 22:20 171.6k 53 406.8M 0 0 53 216.2M 0 145.8k 47:36 25:18 22:18 173.5k 53 406.8M 0 0 53 216.4M 0 145.8k 47:35 25:19 22:16 180.5k 53 406.8M 0 0 53 216.5M 0 145.8k 47:36 25:20 22:16 171.2k 53 406.8M 0 0 53 216.6M 0 145.8k 47:36 25:21 22:15 145.6k 53 406.8M 0 0 53 216.8M 0 145.8k 47:36 25:22 22:14 142.5k 53 406.8M 0 0 53 216.9M 0 145.7k 47:38 25:23 22:15 121.1k 53 406.8M 0 0 53 217.0M 0 145.7k 47:38 25:25 22:13 107.9k 53 406.8M 0 0 53 217.1M 0 145.7k 47:39 25:26 22:13 109.3k 53 406.8M 0 0 53 217.3M 0 145.7k 47:39 25:27 22:12 109.7k 53 406.8M 0 0 53 217.5M 0 145.7k 47:39 25:28 22:11 113.8k 53 406.8M 0 0 53 217.6M 0 145.6k 47:39 25:29 22:10 125.9k 53 406.8M 0 0 53 217.8M 0 145.6k 47:40 25:31 22:09 127.1k 53 406.8M 0 0 53 218.0M 0 145.6k 47:39 25:32 22:07 135.3k 53 406.8M 0 0 53 218.1M 0 145.6k 47:39 25:33 22:06 137.5k 53 406.8M 0 0 53 218.4M 0 145.7k 47:39 25:35 22:04 145.6k 53 406.8M 0 0 53 218.5M 0 145.6k 47:39 25:36 22:03 143.5k 53 406.8M 0 0 53 218.7M 0 145.6k 47:39 25:37 22:02 153.6k 53 406.8M 0 0 53 218.9M 0 145.7k 47:39 25:38 22:01 155.2k 53 406.8M 0 0 53 219.1M 0 145.7k 47:38 25:39 21:59 171.2k 53 406.8M 0 0 53 219.3M 0 145.7k 47:38 25:40 21:58 164.7k 53 406.8M 0 0 53 219.5M 0 145.7k 47:37 25:42 21:55 173.1k 53 406.8M 0 0 53 219.6M 0 145.7k 47:37 25:43 21:54 168.3k 54 406.8M 0 0 54 219.9M 0 145.8k 47:37 25:44 21:53 173.0k 54 406.8M 0 0 54 220.1M 0 145.8k 47:36 25:45 21:51 170.4k 54 406.8M 0 0 54 220.3M 0 145.8k 47:35 25:46 21:49 176.4k 54 406.8M 0 0 54 220.5M 0 145.8k 47:36 25:48 21:48 159.4k 54 406.8M 0 0 54 220.6M 0 145.8k 47:36 25:49 21:47 158.0k 54 406.8M 0 0 54 220.8M 0 145.8k 47:36 25:50 21:46 148.2k 54 406.8M 0 0 54 221.0M 0 145.8k 47:36 25:51 21:45 144.6k 54 406.8M 0 0 54 221.3M 0 145.9k 47:35 25:53 21:42 152.0k 54 406.8M 0 0 54 221.5M 0 145.9k 47:35 25:54 21:41 161.0k 54 406.8M 0 0 54 221.6M 0 145.8k 47:36 25:55 21:41 152.6k 54 406.8M 0 0 54 221.7M 0 145.8k 47:36 25:56 21:40 147.7k 54 406.8M 0 0 54 221.9M 0 145.8k 47:36 25:57 21:39 147.2k 54 406.8M 0 0 54 222.1M 0 145.8k 47:35 25:59 21:36 139.4k 54 406.8M 0 0 54 222.3M 0 145.9k 47:35 26:00 21:35 152.0k 54 406.8M 0 0 54 222.6M 0 146.0k 47:33 26:01 21:32 191.0k 54 406.8M 0 0 54 223.0M 0 146.1k 47:31 26:02 21:29 223.3k 54 406.8M 0 0 54 223.2M 0 146.1k 47:29 26:03 21:26 230.6k 54 406.8M 0 0 54 223.4M 0 146.2k 47:29 26:04 21:25 230.2k 54 406.8M 0 0 54 223.6M 0 146.2k 47:29 26:05 21:24 231.2k 55 406.8M 0 0 55 223.8M 0 146.2k 47:28 26:07 21:21 209.9k 55 406.8M 0 0 55 223.9M 0 146.2k 47:29 26:08 21:21 175.9k 55 406.8M 0 0 55 224.1M 0 146.2k 47:28 26:09 21:19 165.4k 55 406.8M 0 0 55 224.3M 0 146.2k 47:28 26:10 21:18 164.1k 55 406.8M 0 0 55 224.5M 0 146.2k 47:28 26:11 21:17 157.4k 55 406.8M 0 0 55 224.6M 0 146.2k 47:27 26:12 21:15 158.9k 55 406.8M 0 0 55 224.9M 0 146.3k 47:27 26:14 21:13 172.5k 55 406.8M 0 0 55 225.1M 0 146.3k 47:26 26:15 21:11 172.9k 55 406.8M 0 0 55 225.3M 0 146.3k 47:26 26:16 21:10 169.0k 55 406.8M 0 0 55 225.5M 0 146.3k 47:26 26:17 21:09 174.5k 55 406.8M 0 0 55 225.7M 0 146.4k 47:25 26:18 21:07 184.1k 55 406.8M 0 0 55 225.7M 0 146.4k 47:25 26:18 21:07 146.4k 55 406.8M 0 0 55 225.9M 0 146.4k 47:24 26:19 21:05 168.7k 55 406.8M 0 0 55 226.1M 0 146.5k 47:23 26:20 21:03 190.7k 55 406.8M 0 0 55 226.3M 0 146.4k 47:24 26:21 21:03 170.7k 55 406.8M 0 0 55 226.4M 0 146.4k 47:24 26:23 21:01 150.4k 55 406.8M 0 0 55 226.6M 0 146.4k 47:24 26:24 21:00 148.6k 55 406.8M 0 0 55 226.8M 0 146.4k 47:25 26:26 20:59 138.9k 55 406.8M 0 0 55 226.9M 0 146.3k 47:26 26:27 20:59 111.3k 55 406.8M 0 0 55 227.0M 0 146.3k 47:27 26:28 20:59 110.4k 55 406.8M 0 0 55 227.1M 0 146.3k 47:27 26:30 20:57 113.9k 55 406.8M 0 0 55 227.3M 0 146.3k 47:27 26:31 20:56 115.6k 55 406.8M 0 0 55 227.5M 0 146.3k 47:27 26:32 20:55 124.5k 55 406.8M 0 0 55 227.7M 0 146.3k 47:26 26:33 20:53 145.5k 56 406.8M 0 0 56 228.0M 0 146.3k 47:26 26:34 20:52 162.6k 56 406.8M 0 0 56 228.1M 0 146.3k 47:26 26:36 20:50 166.8k 56 406.8M 0 0 56 228.3M 0 146.4k 47:25 26:37 20:48 167.8k 56 406.8M 0 0 56 228.5M 0 146.4k 47:25 26:38 20:47 161.9k 56 406.8M 0 0 56 228.7M 0 146.4k 47:25 26:39 20:46 159.2k 56 406.8M 0 0 56 228.9M 0 146.3k 47:25 26:41 20:44 147.5k 56 406.8M 0 0 56 229.1M 0 146.4k 47:25 26:42 20:43 151.8k 56 406.8M 0 0 56 229.3M 0 146.4k 47:25 26:43 20:42 155.5k 56 406.8M 0 0 56 229.4M 0 146.4k 47:25 26:44 20:41 152.2k 56 406.8M 0 0 56 229.5M 0 146.4k 47:25 26:45 20:40 148.4k 56 406.8M 0 0 56 229.7M 0 146.4k 47:25 26:46 20:39 151.7k 56 406.8M 0 0 56 229.9M 0 146.4k 47:25 26:47 20:38 151.1k 56 406.8M 0 0 56 230.1M 0 146.4k 47:25 26:49 20:36 144.0k 56 406.8M 0 0 56 230.3M 0 146.4k 47:25 26:50 20:35 144.7k 56 406.8M 0 0 56 230.5M 0 146.4k 47:25 26:51 20:34 152.0k 56 406.8M 0 0 56 230.6M 0 146.4k 47:24 26:52 20:32 155.3k 56 406.8M 0 0 56 230.8M 0 146.4k 47:24 26:54 20:30 151.8k 56 406.8M 0 0 56 231.1M 0 146.4k 47:24 26:55 20:29 163.9k 56 406.8M 0 0 56 231.3M 0 146.5k 47:22 26:56 20:26 185.7k 56 406.8M 0 0 56 231.5M 0 146.5k 47:22 26:57 20:25 186.6k 56 406.8M 0 0 56 231.7M 0 146.5k 47:22 26:58 20:24 185.9k 57 406.8M 0 0 57 231.9M 0 146.6k 47:21 26:59 20:22 195.6k 57 406.8M 0 0 57 232.1M 0 146.6k 47:21 27:01 20:20 181.9k 57 406.8M 0 0 57 232.3M 0 146.6k 47:21 27:02 20:19 164.8k 57 406.8M 0 0 57 232.5M 0 146.6k 47:21 27:03 20:18 157.9k 57 406.8M 0 0 57 232.6M 0 146.6k 47:21 27:04 20:17 148.5k 57 406.8M 0 0 57 232.7M 0 146.5k 47:23 27:06 20:17 124.4k 57 406.8M 0 0 57 232.8M 0 146.5k 47:23 27:07 20:16 117.0k 57 406.8M 0 0 57 233.0M 0 146.5k 47:23 27:09 20:14 116.0k 57 406.8M 0 0 57 233.2M 0 146.5k 47:23 27:10 20:13 122.4k 57 406.8M 0 0 57 233.4M 0 146.5k 47:23 27:11 20:12 128.2k 57 406.8M 0 0 57 233.5M 0 146.4k 47:24 27:12 20:12 135.7k 57 406.8M 0 0 57 233.6M 0 146.4k 47:24 27:14 20:10 132.6k 57 406.8M 0 0 57 233.8M 0 146.4k 47:25 27:15 20:10 124.7k 57 406.8M 0 0 57 234.0M 0 146.3k 47:26 27:17 20:09 110.7k 57 406.8M 0 0 57 234.1M 0 146.3k 47:26 27:18 20:08 104.9k 57 406.8M 0 0 57 234.3M 0 146.3k 47:26 27:19 20:07 119.0k 57 406.8M 0 0 57 234.5M 0 146.4k 47:25 27:20 20:05 145.0k 57 406.8M 0 0 57 234.7M 0 146.4k 47:24 27:21 20:03 158.5k 57 406.8M 0 0 57 234.8M 0 146.4k 47:25 27:22 20:03 161.1k 57 406.8M 0 0 57 235.0M 0 146.4k 47:24 27:23 20:01 173.1k 57 406.8M 0 0 57 235.3M 0 146.4k 47:23 27:24 19:59 180.3k 57 406.8M 0 0 57 235.5M 0 146.5k 47:23 27:25 19:58 165.2k 57 406.8M 0 0 57 235.6M 0 146.5k 47:23 27:27 19:56 159.5k 57 406.8M 0 0 57 235.8M 0 146.4k 47:24 27:28 19:56 154.8k 58 406.8M 0 0 58 236.0M 0 146.4k 47:24 27:30 19:54 146.0k 58 406.8M 0 0 58 236.1M 0 146.4k 47:25 27:31 19:54 129.7k 58 406.8M 0 0 58 236.2M 0 146.3k 47:26 27:32 19:54 113.8k 58 406.8M 0 0 58 236.3M 0 146.3k 47:26 27:33 19:53 107.8k 58 406.8M 0 0 58 236.5M 0 146.3k 47:26 27:35 19:51 122.8k 58 406.8M 0 0 58 236.7M 0 146.3k 47:26 27:36 19:50 126.2k 58 406.8M 0 0 58 236.9M 0 146.3k 47:25 27:37 19:48 136.1k 58 406.8M 0 0 58 237.1M 0 146.3k 47:25 27:38 19:47 153.6k 58 406.8M 0 0 58 237.2M 0 146.3k 47:26 27:39 19:47 147.6k 58 406.8M 0 0 58 237.3M 0 146.2k 47:28 27:41 19:47 123.3k 58 406.8M 0 0 58 237.5M 0 146.2k 47:28 27:43 19:45 122.2k 58 406.8M 0 0 58 237.7M 0 146.2k 47:28 27:44 19:44 118.4k 58 406.8M 0 0 58 237.9M 0 146.2k 47:28 27:45 19:43 115.6k 58 406.8M 0 0 58 238.0M 0 146.2k 47:29 27:46 19:43 118.7k 58 406.8M 0 0 58 238.2M 0 146.2k 47:29 27:48 19:41 137.1k 58 406.8M 0 0 58 238.5M 0 146.2k 47:28 27:49 19:39 149.7k 58 406.8M 0 0 58 238.6M 0 146.3k 47:27 27:50 19:37 155.3k 58 406.8M 0 0 58 238.8M 0 146.3k 47:27 27:51 19:36 165.7k 58 406.8M 0 0 58 239.0M 0 146.3k 47:26 27:52 19:34 182.6k 58 406.8M 0 0 58 239.3M 0 146.3k 47:25 27:53 19:32 194.1k 58 406.8M 0 0 58 239.5M 0 146.4k 47:25 27:55 19:30 190.3k 58 406.8M 0 0 58 239.8M 0 146.4k 47:24 27:56 19:28 190.0k 58 406.8M 0 0 58 240.0M 0 146.4k 47:24 27:57 19:27 182.0k 59 406.8M 0 0 59 240.1M 0 146.4k 47:24 27:59 19:25 171.9k 59 406.8M 0 0 59 240.3M 0 146.4k 47:25 28:00 19:25 155.1k 59 406.8M 0 0 59 240.4M 0 146.4k 47:25 28:01 19:24 138.4k 59 406.8M 0 0 59 240.5M 0 146.3k 47:26 28:02 19:24 124.9k 59 406.8M 0 0 59 240.6M 0 146.3k 47:26 28:03 19:23 119.9k 59 406.8M 0 0 59 240.8M 0 146.3k 47:25 28:04 19:21 127.3k 59 406.8M 0 0 59 241.0M 0 146.4k 47:25 28:05 19:20 141.3k 59 406.8M 0 0 59 241.1M 0 146.3k 47:26 28:07 19:19 140.7k 59 406.8M 0 0 59 241.3M 0 146.3k 47:25 28:08 19:17 147.6k 59 406.8M 0 0 59 241.6M 0 146.4k 47:25 28:09 19:16 163.5k 59 406.8M 0 0 59 241.8M 0 146.4k 47:24 28:10 19:14 165.8k 59 406.8M 0 0 59 242.0M 0 146.4k 47:24 28:12 19:12 163.4k 59 406.8M 0 0 59 242.2M 0 146.4k 47:24 28:13 19:11 173.4k 59 406.8M 0 0 59 242.4M 0 146.4k 47:24 28:14 19:10 173.6k 59 406.8M 0 0 59 242.6M 0 146.5k 47:23 28:16 19:07 169.6k 59 406.8M 0 0 59 242.8M 0 146.5k 47:23 28:17 19:06 159.3k 59 406.8M 0 0 59 243.0M 0 146.5k 47:23 28:18 19:05 152.6k 59 406.8M 0 0 59 243.2M 0 146.4k 47:24 28:20 19:04 148.6k 59 406.8M 0 0 59 243.3M 0 146.4k 47:24 28:21 19:03 138.6k 59 406.8M 0 0 59 243.5M 0 146.4k 47:24 28:22 19:02 129.9k 59 406.8M 0 0 59 243.6M 0 146.4k 47:25 28:23 19:02 126.4k 59 406.8M 0 0 59 243.8M 0 146.4k 47:24 28:25 18:59 132.1k 59 406.8M 0 0 59 244.0M 0 146.4k 47:24 28:26 18:58 139.6k 60 406.8M 0 0 60 244.3M 0 146.5k 47:23 28:27 18:56 161.8k 60 406.8M 0 0 60 244.5M 0 146.5k 47:23 28:28 18:55 162.4k 60 406.8M 0 0 60 244.6M 0 146.5k 47:23 28:30 18:53 164.3k 60 406.8M 0 0 60 244.9M 0 146.5k 47:23 28:31 18:52 171.7k 60 406.8M 0 0 60 245.1M 0 146.5k 47:23 28:32 18:51 163.9k 60 406.8M 0 0 60 245.2M 0 146.5k 47:23 28:34 18:49 146.8k 60 406.8M 0 0 60 245.4M 0 146.5k 47:23 28:35 18:48 145.6k 60 406.8M 0 0 60 245.6M 0 146.5k 47:23 28:36 18:47 146.6k 60 406.8M 0 0 60 245.8M 0 146.4k 47:24 28:38 18:46 132.6k 60 406.8M 0 0 60 246.0M 0 146.5k 47:23 28:39 18:44 138.9k 60 406.8M 0 0 60 246.1M 0 146.5k 47:23 28:40 18:43 148.8k 60 406.8M 0 0 60 246.3M 0 146.5k 47:23 28:41 18:42 146.4k 60 406.8M 0 0 60 246.5M 0 146.5k 47:23 28:42 18:41 157.1k 60 406.8M 0 0 60 246.8M 0 146.5k 47:22 28:44 18:38 179.0k 60 406.8M 0 0 60 247.1M 0 146.6k 47:20 28:45 18:35 197.5k 60 406.8M 0 0 60 247.3M 0 146.7k 47:19 28:46 18:33 209.0k 60 406.8M 0 0 60 247.5M 0 146.7k 47:19 28:47 18:32 211.3k 60 406.8M 0 0 60 247.7M 0 146.7k 47:19 28:48 18:31 201.1k 60 406.8M 0 0 60 247.8M 0 146.6k 47:20 28:50 18:30 174.9k 60 406.8M 0 0 60 248.0M 0 146.6k 47:20 28:51 18:29 148.8k 61 406.8M 0 0 61 248.2M 0 146.7k 47:20 28:52 18:28 137.4k 61 406.8M 0 0 61 248.4M 0 146.7k 47:19 28:53 18:26 143.8k 61 406.8M 0 0 61 248.6M 0 146.7k 47:18 28:55 18:23 155.5k 61 406.8M 0 0 61 248.8M 0 146.7k 47:18 28:56 18:22 171.6k 61 406.8M 0 0 61 249.0M 0 146.8k 47:18 28:57 18:21 181.4k 61 406.8M 0 0 61 249.1M 0 146.7k 47:18 28:58 18:20 166.6k 61 406.8M 0 0 61 249.3M 0 146.7k 47:19 28:59 18:20 150.7k 61 406.8M 0 0 61 249.4M 0 146.6k 47:20 29:01 18:19 121.9k 61 406.8M 0 0 61 249.5M 0 146.6k 47:21 29:02 18:19 108.1k 61 406.8M 0 0 61 249.7M 0 146.6k 47:21 29:04 18:17 101.1k 61 406.8M 0 0 61 249.8M 0 146.5k 47:22 29:05 18:17 103.1k 61 406.8M 0 0 61 250.0M 0 146.5k 47:22 29:06 18:16 111.2k 61 406.8M 0 0 61 250.2M 0 146.5k 47:22 29:08 18:14 123.7k 61 406.8M 0 0 61 250.4M 0 146.6k 47:21 29:09 18:12 137.5k 61 406.8M 0 0 61 250.7M 0 146.6k 47:20 29:10 18:10 164.7k 61 406.8M 0 0 61 251.0M 0 146.7k 47:19 29:11 18:08 184.3k 61 406.8M 0 0 61 251.1M 0 146.7k 47:19 29:13 18:06 176.7k 61 406.8M 0 0 61 251.3M 0 146.6k 47:20 29:14 18:06 172.6k 61 406.8M 0 0 61 251.5M 0 146.6k 47:20 29:16 18:04 158.8k 61 406.8M 0 0 61 251.5M 0 146.6k 47:21 29:17 18:04 125.3k 61 406.8M 0 0 61 251.6M 0 146.5k 47:22 29:18 18:04 99.53k 61 406.8M 0 0 61 251.8M 0 146.5k 47:22 29:19 18:03 101.8k 61 406.8M 0 0 61 252.0M 0 146.5k 47:23 29:20 18:03 107.1k 61 406.8M 0 0 61 252.1M 0 146.5k 47:23 29:22 18:01 107.2k 62 406.8M 0 0 62 252.3M 0 146.5k 47:23 29:23 18:00 125.0k 62 406.8M 0 0 62 252.5M 0 146.5k 47:22 29:24 17:58 144.9k 62 406.8M 0 0 62 252.6M 0 146.5k 47:22 29:25 17:57 152.1k 62 406.8M 0 0 62 252.8M 0 146.5k 47:22 29:26 17:56 162.3k 62 406.8M 0 0 62 253.0M 0 146.6k 47:21 29:27 17:54 173.0k 62 406.8M 0 0 62 253.3M 0 146.6k 47:20 29:28 17:52 189.3k 62 406.8M 0 0 62 253.5M 0 146.6k 47:20 29:30 17:50 183.5k 62 406.8M 0 0 62 253.6M 0 146.6k 47:20 29:31 17:49 172.8k 62 406.8M 0 0 62 253.8M 0 146.6k 47:20 29:32 17:48 172.6k 62 406.8M 0 0 62 254.0M 0 146.6k 47:21 29:33 17:48 153.6k 62 406.8M 0 0 62 254.1M 0 146.6k 47:21 29:34 17:47 131.1k 62 406.8M 0 0 62 254.2M 0 146.5k 47:22 29:36 17:46 117.4k 62 406.8M 0 0 62 254.4M 0 146.5k 47:22 29:37 17:45 121.1k 62 406.8M 0 0 62 254.5M 0 146.5k 47:23 29:38 17:45 109.4k 62 406.8M 0 0 62 254.7M 0 146.5k 47:23 29:40 17:43 119.4k 62 406.8M 0 0 62 254.9M 0 146.5k 47:23 29:41 17:42 126.0k 62 406.8M 0 0 62 255.1M 0 146.5k 47:23 29:42 17:41 132.3k 62 406.8M 0 0 62 255.3M 0 146.5k 47:23 29:44 17:39 137.6k 62 406.8M 0 0 62 255.5M 0 146.5k 47:23 29:45 17:38 148.6k 62 406.8M 0 0 62 255.6M 0 146.5k 47:23 29:46 17:37 147.6k 62 406.8M 0 0 62 255.8M 0 146.5k 47:22 29:47 17:35 151.6k 62 406.8M 0 0 62 256.0M 0 146.5k 47:22 29:49 17:33 156.5k 62 406.8M 0 0 62 256.2M 0 146.5k 47:22 29:50 17:32 153.0k 63 406.8M 0 0 63 256.5M 0 146.5k 47:22 29:51 17:31 161.8k 63 406.8M 0 0 63 256.7M 0 146.6k 47:20 29:52 17:28 181.5k 63 406.8M 0 0 63 256.9M 0 146.6k 47:20 29:54 17:26 177.9k 63 406.8M 0 0 63 257.1M 0 146.6k 47:20 29:55 17:25 179.5k 63 406.8M 0 0 63 257.3M 0 146.6k 47:20 29:56 17:24 186.0k 63 406.8M 0 0 63 257.5M 0 146.6k 47:20 29:57 17:23 171.5k 63 406.8M 0 0 63 257.7M 0 146.7k 47:19 29:59 17:20 161.5k 63 406.8M 0 0 63 257.9M 0 146.7k 47:19 30:00 17:19 166.9k 63 406.8M 0 0 63 258.0M 0 146.6k 47:20 30:01 17:19 148.5k 63 406.8M 0 0 63 258.1M 0 146.6k 47:21 30:02 17:19 133.0k 63 406.8M 0 0 63 258.3M 0 146.5k 47:22 30:04 17:18 116.0k 63 406.8M 0 0 63 258.4M 0 146.5k 47:22 30:05 17:17 105.3k 63 406.8M 0 0 63 258.5M 0 146.5k 47:23 30:06 17:17 95925 63 406.8M 0 0 63 258.6M 0 146.5k 47:23 30:08 17:15 98.47k 63 406.8M 0 0 63 258.8M 0 146.5k 47:23 30:09 17:14 107.4k 63 406.8M 0 0 63 259.0M 0 146.4k 47:24 30:10 17:14 119.5k 63 406.8M 0 0 63 259.1M 0 146.5k 47:23 30:11 17:12 131.4k 63 406.8M 0 0 63 259.3M 0 146.4k 47:24 30:13 17:11 135.6k 63 406.8M 0 0 63 259.5M 0 146.4k 47:24 30:14 17:10 133.6k 63 406.8M 0 0 63 259.7M 0 146.4k 47:24 30:16 17:08 132.5k 63 406.8M 0 0 63 259.9M 0 146.4k 47:24 30:17 17:07 139.9k 63 406.8M 0 0 63 260.1M 0 146.4k 47:24 30:18 17:06 139.8k 63 406.8M 0 0 63 260.3M 0 146.5k 47:23 30:19 17:04 150.0k 64 406.8M 0 0 64 260.5M 0 146.5k 47:23 30:20 17:03 164.5k 64 406.8M 0 0 64 260.6M 0 146.4k 47:24 30:21 17:03 155.7k 64 406.8M 0 0 64 260.7M 0 146.4k 47:25 30:23 17:02 137.2k 64 406.8M 0 0 64 260.8M 0 146.4k 47:25 30:24 17:01 128.8k 64 406.8M 0 0 64 261.0M 0 146.4k 47:25 30:25 17:00 128.0k 64 406.8M 0 0 64 261.2M 0 146.4k 47:25 30:26 16:59 122.8k 64 406.8M 0 0 64 261.5M 0 146.4k 47:24 30:28 16:56 142.3k 64 406.8M 0 0 64 261.6M 0 146.4k 47:24 30:29 16:55 151.7k 64 406.8M 0 0 64 261.8M 0 146.4k 47:25 30:30 16:55 147.5k 64 406.8M 0 0 64 262.0M 0 146.4k 47:25 30:32 16:53 147.5k 64 406.8M 0 0 64 262.1M 0 146.4k 47:24 30:33 16:51 153.7k 64 406.8M 0 0 64 262.3M 0 146.4k 47:24 30:34 16:50 150.6k 64 406.8M 0 0 64 262.6M 0 146.5k 47:23 30:35 16:48 169.4k 64 406.8M 0 0 64 262.8M 0 146.5k 47:22 30:36 16:46 191.4k 64 406.8M 0 0 64 263.0M 0 146.5k 47:22 30:37 16:45 186.5k 64 406.8M 0 0 64 263.2M 0 146.5k 47:22 30:38 16:44 187.7k 64 406.8M 0 0 64 263.4M 0 146.5k 47:22 30:40 16:42 182.3k 64 406.8M 0 0 64 263.6M 0 146.5k 47:22 30:41 16:41 168.9k 64 406.8M 0 0 64 263.8M 0 146.6k 47:21 30:42 16:39 168.8k 64 406.8M 0 0 64 264.1M 0 146.7k 47:19 30:43 16:36 190.0k 64 406.8M 0 0 64 264.4M 0 146.7k 47:18 30:44 16:34 201.9k 65 406.8M 0 0 65 264.6M 0 146.7k 47:18 30:46 16:32 199.2k 65 406.8M 0 0 65 264.8M 0 146.7k 47:18 30:47 16:31 204.2k 65 406.8M 0 0 65 265.0M 0 146.7k 47:18 30:48 16:30 198.1k 65 406.8M 0 0 65 265.1M 0 146.8k 47:17 30:49 16:28 177.1k 65 406.8M 0 0 65 265.4M 0 146.8k 47:17 30:51 16:26 166.2k 65 406.8M 0 0 65 265.5M 0 146.8k 47:18 30:52 16:26 157.6k 65 406.8M 0 0 65 265.7M 0 146.8k 47:18 30:53 16:25 154.4k 65 406.8M 0 0 65 265.8M 0 146.7k 47:18 30:54 16:24 143.7k 65 406.8M 0 0 65 266.0M 0 146.7k 47:18 30:56 16:22 138.9k 65 406.8M 0 0 65 266.2M 0 146.7k 47:18 30:57 16:21 132.1k 65 406.8M 0 0 65 266.4M 0 146.7k 47:18 30:58 16:20 144.6k 65 406.8M 0 0 65 266.7M 0 146.8k 47:16 30:59 16:17 166.2k 65 406.8M 0 0 65 266.9M 0 146.8k 47:16 31:00 16:16 174.2k 65 406.8M 0 0 65 267.0M 0 146.8k 47:17 31:02 16:15 163.4k 65 406.8M 0 0 65 267.1M 0 146.8k 47:17 31:03 16:14 156.0k 65 406.8M 0 0 65 267.3M 0 146.8k 47:17 31:04 16:13 151.2k 65 406.8M 0 0 65 267.6M 0 146.8k 47:16 31:05 16:11 145.9k 65 406.8M 0 0 65 267.9M 0 146.9k 47:15 31:07 16:08 167.3k 65 406.8M 0 0 65 268.1M 0 146.9k 47:15 31:08 16:07 186.3k 65 406.8M 0 0 65 268.3M 0 146.9k 47:15 31:09 16:06 190.3k 65 406.8M 0 0 65 268.5M 0 146.9k 47:15 31:11 16:04 180.5k 66 406.8M 0 0 66 268.6M 0 146.9k 47:15 31:12 16:03 160.9k 66 406.8M 0 0 66 268.8M 0 146.9k 47:15 31:13 16:02 149.9k 66 406.8M 0 0 66 269.0M 0 146.9k 47:14 31:14 16:00 152.5k 66 406.8M 0 0 66 269.2M 0 147.0k 47:14 31:15 15:59 161.3k 66 406.8M 0 0 66 269.4M 0 147.0k 47:14 31:16 15:58 175.0k 66 406.8M 0 0 66 269.6M 0 147.0k 47:13 31:18 15:55 189.1k 66 406.8M 0 0 66 269.9M 0 147.0k 47:12 31:19 15:53 191.8k 66 406.8M 0 0 66 270.1M 0 147.0k 47:12 31:20 15:52 177.5k 66 406.8M 0 0 66 270.2M 0 147.0k 47:13 31:22 15:51 154.8k 66 406.8M 0 0 66 270.3M 0 146.9k 47:14 31:23 15:51 140.7k 66 406.8M 0 0 66 270.5M 0 146.9k 47:14 31:24 15:50 126.6k 66 406.8M 0 0 66 270.6M 0 146.9k 47:14 31:25 15:49 116.0k 66 406.8M 0 0 66 270.8M 0 146.9k 47:14 31:26 15:48 114.7k 66 406.8M 0 0 66 271.0M 0 146.9k 47:14 31:27 15:47 133.7k 66 406.8M 0 0 66 271.1M 0 146.9k 47:14 31:29 15:45 146.2k 66 406.8M 0 0 66 271.3M 0 146.9k 47:15 31:30 15:45 138.8k 66 406.8M 0 0 66 271.5M 0 146.9k 47:15 31:32 15:43 132.1k 66 406.8M 0 0 66 271.6M 0 146.9k 47:15 31:33 15:42 137.6k 66 406.8M 0 0 66 271.8M 0 146.9k 47:15 31:34 15:41 138.8k 66 406.8M 0 0 66 272.0M 0 146.9k 47:14 31:35 15:39 171.3k 66 406.8M 0 0 66 272.0M 0 146.9k 47:14 31:35 15:39 146.9k 66 406.8M 0 0 66 272.2M 0 146.9k 47:14 31:36 15:38 170.0k 66 406.8M 0 0 66 272.3M 0 146.9k 47:14 31:37 15:37 143.6k 66 406.8M 0 0 66 272.5M 0 146.9k 47:14 31:39 15:35 140.7k 67 406.8M 0 0 67 272.7M 0 146.9k 47:15 31:40 15:35 140.0k 67 406.8M 0 0 67 272.8M 0 146.9k 47:15 31:41 15:34 127.5k 67 406.8M 0 0 67 273.0M 0 146.9k 47:16 31:42 15:34 120.0k 67 406.8M 0 0 67 273.1M 0 146.9k 47:15 31:44 15:31 130.8k 67 406.8M 0 0 67 273.4M 0 146.9k 47:15 31:45 15:30 143.1k 67 406.8M 0 0 67 273.6M 0 146.9k 47:15 31:46 15:29 147.0k 67 406.8M 0 0 67 273.8M 0 146.9k 47:14 31:47 15:27 165.6k 67 406.8M 0 0 67 273.9M 0 146.9k 47:15 31:49 15:26 158.0k 67 406.8M 0 0 67 274.0M 0 146.9k 47:15 31:50 15:25 147.8k 67 406.8M 0 0 67 274.2M 0 146.9k 47:15 31:51 15:24 134.6k 67 406.8M 0 0 67 274.4M 0 146.9k 47:15 31:52 15:23 133.6k 67 406.8M 0 0 67 274.6M 0 146.9k 47:14 31:53 15:21 148.1k 67 406.8M 0 0 67 274.8M 0 146.9k 47:14 31:54 15:20 166.3k 67 406.8M 0 0 67 275.0M 0 146.9k 47:14 31:55 15:19 164.5k 67 406.8M 0 0 67 275.1M 0 146.9k 47:15 31:57 15:18 150.9k 67 406.8M 0 0 67 275.2M 0 146.9k 47:15 31:58 15:17 144.6k 67 406.8M 0 0 67 275.4M 0 146.9k 47:15 31:59 15:16 131.2k 67 406.8M 0 0 67 275.5M 0 146.8k 47:16 32:00 15:16 115.2k 67 406.8M 0 0 67 275.6M 0 146.8k 47:16 32:02 15:14 114.8k 67 406.8M 0 0 67 275.8M 0 146.8k 47:16 32:03 15:13 133.0k 67 406.8M 0 0 67 276.0M 0 146.8k 47:16 32:04 15:12 133.7k 67 406.8M 0 0 67 276.1M 0 146.8k 47:17 32:05 15:12 123.7k 67 406.8M 0 0 67 276.3M 0 146.8k 47:17 32:07 15:10 123.5k 67 406.8M 0 0 67 276.4M 0 146.8k 47:18 32:08 15:10 124.5k 67 406.8M 0 0 67 276.6M 0 146.8k 47:17 32:09 15:08 122.9k 68 406.8M 0 0 68 276.8M 0 146.7k 47:18 32:10 15:08 124.4k 68 406.8M 0 0 68 276.9M 0 146.7k 47:19 32:12 15:07 117.1k 68 406.8M 0 0 68 277.1M 0 146.7k 47:19 32:13 15:06 126.7k 68 406.8M 0 0 68 277.2M 0 146.7k 47:19 32:14 15:05 126.9k 68 406.8M 0 0 68 277.3M 0 146.7k 47:19 32:15 15:04 117.9k 68 406.8M 0 0 68 277.5M 0 146.6k 47:20 32:17 15:03 114.3k 68 406.8M 0 0 68 277.6M 0 146.6k 47:20 32:18 15:02 120.2k 68 406.8M 0 0 68 277.7M 0 146.6k 47:21 32:19 15:02 110.9k 68 406.8M 0 0 68 277.8M 0 146.6k 47:21 32:20 15:01 111.8k 68 406.8M 0 0 68 278.0M 0 146.6k 47:21 32:21 15:00 113.9k 68 406.8M 0 0 68 278.1M 0 146.6k 47:21 32:22 14:59 123.4k 68 406.8M 0 0 68 278.3M 0 146.6k 47:21 32:24 14:57 133.2k 68 406.8M 0 0 68 278.5M 0 146.6k 47:21 32:25 14:56 143.8k 68 406.8M 0 0 68 278.7M 0 146.6k 47:21 32:26 14:55 149.9k 68 406.8M 0 0 68 278.8M 0 146.6k 47:21 32:27 14:54 150.6k 68 406.8M 0 0 68 279.0M 0 146.6k 47:21 32:29 14:52 145.1k 68 406.8M 0 0 68 279.2M 0 146.6k 47:21 32:30 14:51 142.4k 68 406.8M 0 0 68 279.4M 0 146.6k 47:21 32:31 14:50 143.7k 68 406.8M 0 0 68 279.6M 0 146.6k 47:21 32:32 14:49 140.0k 68 406.8M 0 0 68 279.8M 0 146.6k 47:21 32:34 14:47 148.7k 68 406.8M 0 0 68 279.9M 0 146.6k 47:21 32:35 14:46 147.9k 68 406.8M 0 0 68 280.0M 0 146.5k 47:22 32:36 14:46 140.3k 68 406.8M 0 0 68 280.1M 0 146.5k 47:22 32:37 14:45 133.0k 68 406.8M 0 0 68 280.3M 0 146.5k 47:22 32:38 14:44 136.0k 68 406.8M 0 0 68 280.5M 0 146.5k 47:22 32:39 14:43 118.3k 68 406.8M 0 0 68 280.6M 0 146.5k 47:23 32:41 14:42 122.1k 69 406.8M 0 0 69 280.8M 0 146.5k 47:23 32:42 14:41 124.9k 69 406.8M 0 0 69 281.0M 0 146.5k 47:23 32:43 14:40 129.9k 69 406.8M 0 0 69 281.1M 0 146.5k 47:23 32:45 14:38 126.0k 69 406.8M 0 0 69 281.3M 0 146.5k 47:23 32:46 14:37 137.2k 69 406.8M 0 0 69 281.5M 0 146.4k 47:23 32:47 14:36 132.2k 69 406.8M 0 0 69 281.6M 0 146.4k 47:24 32:48 14:36 136.5k 69 406.8M 0 0 69 281.8M 0 146.4k 47:24 32:50 14:34 129.8k 69 406.8M 0 0 69 282.0M 0 146.4k 47:24 32:51 14:33 136.4k 69 406.8M 0 0 69 282.1M 0 146.5k 47:23 32:52 14:31 144.0k 69 406.8M 0 0 69 282.4M 0 146.5k 47:22 32:53 14:29 169.7k 69 406.8M 0 0 69 282.6M 0 146.6k 47:21 32:54 14:27 183.8k 69 406.8M 0 0 69 282.8M 0 146.6k 47:21 32:55 14:26 195.2k 69 406.8M 0 0 69 283.0M 0 146.5k 47:22 32:57 14:25 179.7k 69 406.8M 0 0 69 283.1M 0 146.5k 47:22 32:58 14:24 167.5k 69 406.8M 0 0 69 283.3M 0 146.5k 47:22 33:00 14:22 142.1k 69 406.8M 0 0 69 283.5M 0 146.5k 47:23 33:01 14:22 125.2k 69 406.8M 0 0 69 283.6M 0 146.4k 47:24 33:02 14:22 110.2k 69 406.8M 0 0 69 283.8M 0 146.4k 47:24 33:03 14:21 116.3k 69 406.8M 0 0 69 284.0M 0 146.5k 47:23 33:05 14:18 134.3k 69 406.8M 0 0 69 284.2M 0 146.5k 47:22 33:06 14:16 148.4k 69 406.8M 0 0 69 284.4M 0 146.5k 47:22 33:07 14:15 158.2k 69 406.8M 0 0 69 284.6M 0 146.5k 47:22 33:08 14:14 176.3k 70 406.8M 0 0 70 284.8M 0 146.5k 47:22 33:09 14:13 181.8k 70 406.8M 0 0 70 285.0M 0 146.5k 47:22 33:11 14:11 160.0k 70 406.8M 0 0 70 285.1M 0 146.5k 47:22 33:12 14:10 157.1k 70 406.8M 0 0 70 285.3M 0 146.5k 47:22 33:13 14:09 153.6k 70 406.8M 0 0 70 285.5M 0 146.5k 47:22 33:14 14:08 145.1k 70 406.8M 0 0 70 285.6M 0 146.5k 47:22 33:15 14:07 135.9k 70 406.8M 0 0 70 285.8M 0 146.5k 47:22 33:16 14:06 141.0k 70 406.8M 0 0 70 286.0M 0 146.5k 47:22 33:18 14:04 137.5k 70 406.8M 0 0 70 286.1M 0 146.5k 47:22 33:19 14:03 135.8k 70 406.8M 0 0 70 286.3M 0 146.5k 47:22 33:20 14:02 142.9k 70 406.8M 0 0 70 286.5M 0 146.5k 47:22 33:22 14:00 144.6k 70 406.8M 0 0 70 286.7M 0 146.5k 47:23 33:23 14:00 142.8k 70 406.8M 0 0 70 286.8M 0 146.5k 47:23 33:25 13:58 131.9k 70 406.8M 0 0 70 287.0M 0 146.4k 47:25 33:26 13:59 114.1k 70 406.8M 0 0 70 287.1M 0 146.4k 47:25 33:28 13:57 111.7k 70 406.8M 0 0 70 287.3M 0 146.4k 47:25 33:29 13:56 112.2k 70 406.8M 0 0 70 287.5M 0 146.4k 47:25 33:30 13:55 105.9k 70 406.8M 0 0 70 287.6M 0 146.4k 47:25 33:32 13:53 116.5k 70 406.8M 0 0 70 287.8M 0 146.3k 47:26 33:33 13:53 127.4k 70 406.8M 0 0 70 287.9M 0 146.3k 47:26 33:34 13:52 119.5k 70 406.8M 0 0 70 288.1M 0 146.3k 47:26 33:35 13:51 121.7k 70 406.8M 0 0 70 288.3M 0 146.3k 47:26 33:37 13:49 141.9k 70 406.8M 0 0 70 288.5M 0 146.3k 47:25 33:38 13:47 144.0k 70 406.8M 0 0 70 288.7M 0 146.3k 47:25 33:39 13:46 153.8k 70 406.8M 0 0 70 288.8M 0 146.3k 47:26 33:40 13:46 159.4k 71 406.8M 0 0 71 289.0M 0 146.3k 47:26 33:41 13:45 161.2k 71 406.8M 0 0 71 289.1M 0 146.3k 47:26 33:43 13:43 140.8k 71 406.8M 0 0 71 289.3M 0 146.3k 47:26 33:44 13:42 133.9k 71 406.8M 0 0 71 289.5M 0 146.3k 47:26 33:45 13:41 137.2k 71 406.8M 0 0 71 289.7M 0 146.3k 47:26 33:46 13:40 147.9k 71 406.8M 0 0 71 290.0M 0 146.4k 47:25 33:48 13:37 157.9k 71 406.8M 0 0 71 290.2M 0 146.4k 47:24 33:49 13:35 175.0k 71 406.8M 0 0 71 290.4M 0 146.4k 47:24 33:50 13:34 178.4k 71 406.8M 0 0 71 290.6M 0 146.4k 47:24 33:51 13:33 180.8k 71 406.8M 0 0 71 290.8M 0 146.4k 47:24 33:53 13:31 169.3k 71 406.8M 0 0 71 290.9M 0 146.4k 47:25 33:54 13:31 145.2k 71 406.8M 0 0 71 291.0M 0 146.3k 47:26 33:55 13:31 125.8k 71 406.8M 0 0 71 291.1M 0 146.3k 47:26 33:57 13:29 121.0k 71 406.8M 0 0 71 291.3M 0 146.3k 47:25 33:58 13:27 121.5k 71 406.8M 0 0 71 291.6M 0 146.4k 47:25 33:59 13:26 137.9k 71 406.8M 0 0 71 291.8M 0 146.4k 47:25 34:00 13:25 153.4k 71 406.8M 0 0 71 291.9M 0 146.4k 47:25 34:01 13:24 156.0k 71 406.8M 0 0 71 292.1M 0 146.4k 47:25 34:02 13:23 161.2k 71 406.8M 0 0 71 292.3M 0 146.4k 47:25 34:04 13:21 152.1k 71 406.8M 0 0 71 292.5M 0 146.4k 47:25 34:05 13:20 137.5k 71 406.8M 0 0 71 292.6M 0 146.4k 47:25 34:07 13:18 135.3k 71 406.8M 0 0 71 292.8M 0 146.4k 47:25 34:08 13:17 149.1k 72 406.8M 0 0 72 293.1M 0 146.4k 47:24 34:09 13:15 162.5k 72 406.8M 0 0 72 293.2M 0 146.4k 47:24 34:10 13:14 161.8k 72 406.8M 0 0 72 293.3M 0 146.4k 47:25 34:11 13:14 148.6k 72 406.8M 0 0 72 293.5M 0 146.3k 47:26 34:13 13:13 137.9k 72 406.8M 0 0 72 293.6M 0 146.3k 47:26 34:14 13:12 121.9k 72 406.8M 0 0 72 293.7M 0 146.3k 47:27 34:15 13:12 99978 72 406.8M 0 0 72 293.8M 0 146.2k 47:28 34:17 13:11 95228 72 406.8M 0 0 72 294.0M 0 146.2k 47:28 34:18 13:10 98922 72 406.8M 0 0 72 294.1M 0 146.2k 47:29 34:19 13:10 98.03k 72 406.8M 0 0 72 294.3M 0 146.2k 47:29 34:20 13:09 109.2k 72 406.8M 0 0 72 294.5M 0 146.2k 47:28 34:22 13:06 122.8k 72 406.8M 0 0 72 294.6M 0 146.2k 47:28 34:23 13:05 135.2k 72 406.8M 0 0 72 294.8M 0 146.2k 47:28 34:24 13:04 142.7k 72 406.8M 0 0 72 295.0M 0 146.1k 47:29 34:26 13:03 135.9k 72 406.8M 0 0 72 295.1M 0 146.1k 47:30 34:27 13:03 124.7k 72 406.8M 0 0 72 295.3M 0 146.1k 47:30 34:28 13:02 123.2k 72 406.8M 0 0 72 295.5M 0 146.1k 47:30 34:30 13:00 116.5k 72 406.8M 0 0 72 295.6M 0 146.1k 47:31 34:31 13:00 110.3k 72 406.8M 0 0 72 295.8M 0 146.1k 47:31 34:33 12:58 120.9k 72 406.8M 0 0 72 296.0M 0 146.1k 47:31 34:34 12:57 128.7k 72 406.8M 0 0 72 296.1M 0 146.0k 47:32 34:35 12:57 120.5k 72 406.8M 0 0 72 296.2M 0 146.0k 47:32 34:37 12:55 113.0k 72 406.8M 0 0 72 296.3M 0 146.0k 47:33 34:38 12:55 111.8k 72 406.8M 0 0 72 296.5M 0 145.9k 47:34 34:39 12:55 105.0k 72 406.8M 0 0 72 296.6M 0 145.9k 47:33 34:40 12:53 109.2k 72 406.8M 0 0 72 296.8M 0 145.9k 47:34 34:42 12:52 114.7k 73 406.8M 0 0 73 297.0M 0 145.9k 47:33 34:43 12:50 131.0k 73 406.8M 0 0 73 297.1M 0 145.9k 47:34 34:44 12:50 134.0k 73 406.8M 0 0 73 297.3M 0 145.9k 47:33 34:45 12:48 147.8k 73 406.8M 0 0 73 297.5M 0 146.0k 47:33 34:46 12:47 150.1k 73 406.8M 0 0 73 297.8M 0 146.0k 47:32 34:48 12:44 167.4k 73 406.8M 0 0 73 298.0M 0 146.0k 47:32 34:49 12:43 175.6k 73 406.8M 0 0 73 298.3M 0 146.0k 47:31 34:50 12:41 188.2k 73 406.8M 0 0 73 298.5M 0 146.1k 47:31 34:51 12:40 188.5k 73 406.8M 0 0 73 298.6M 0 146.1k 47:31 34:53 12:38 178.4k 73 406.8M 0 0 73 298.8M 0 146.1k 47:31 34:54 12:37 170.5k 73 406.8M 0 0 73 299.0M 0 146.0k 47:31 34:56 12:35 153.2k 73 406.8M 0 0 73 299.1M 0 146.0k 47:32 34:57 12:35 138.3k 73 406.8M 0 0 73 299.3M 0 146.0k 47:32 34:58 12:34 128.7k 73 406.8M 0 0 73 299.5M 0 146.0k 47:32 34:59 12:33 133.4k 73 406.8M 0 0 73 299.6M 0 146.0k 47:32 35:00 12:32 129.3k 73 406.8M 0 0 73 299.8M 0 146.0k 47:32 35:02 12:30 128.8k 73 406.8M 0 0 73 299.9M 0 146.0k 47:33 35:03 12:30 125.7k 73 406.8M 0 0 73 300.1M 0 146.0k 47:33 35:04 12:29 128.4k 73 406.8M 0 0 73 300.3M 0 146.0k 47:33 35:06 12:27 129.1k 73 406.8M 0 0 73 300.5M 0 146.0k 47:32 35:07 12:25 136.3k 73 406.8M 0 0 73 300.6M 0 146.0k 47:33 35:08 12:25 140.9k 73 406.8M 0 0 73 300.8M 0 146.0k 47:33 35:09 12:24 145.6k 73 406.8M 0 0 73 301.0M 0 146.0k 47:33 35:10 12:23 148.3k 74 406.8M 0 0 74 301.1M 0 146.0k 47:33 35:11 12:22 139.9k 74 406.8M 0 0 74 301.2M 0 145.9k 47:33 35:13 12:20 129.1k 74 406.8M 0 0 74 301.4M 0 146.0k 47:33 35:14 12:19 136.1k 74 406.8M 0 0 74 301.6M 0 145.9k 47:33 35:15 12:18 139.8k 74 406.8M 0 0 74 301.7M 0 145.9k 47:33 35:16 12:17 136.5k 74 406.8M 0 0 74 301.8M 0 145.9k 47:34 35:17 12:17 135.0k 74 406.8M 0 0 74 302.0M 0 145.9k 47:34 35:18 12:16 143.1k 74 406.8M 0 0 74 302.2M 0 145.9k 47:33 35:20 12:13 139.0k 74 406.8M 0 0 74 302.4M 0 145.9k 47:34 35:21 12:13 140.0k 74 406.8M 0 0 74 302.5M 0 145.9k 47:34 35:22 12:12 134.9k 74 406.8M 0 0 74 302.6M 0 145.9k 47:34 35:23 12:11 135.7k 74 406.8M 0 0 74 302.8M 0 145.9k 47:35 35:24 12:11 127.9k 74 406.8M 0 0 74 303.0M 0 145.9k 47:35 35:26 12:09 126.0k 74 406.8M 0 0 74 303.1M 0 145.9k 47:34 35:27 12:07 133.6k 74 406.8M 0 0 74 303.4M 0 145.9k 47:33 35:28 12:05 158.1k 74 406.8M 0 0 74 303.6M 0 145.9k 47:34 35:29 12:05 155.3k 74 406.8M 0 0 74 303.7M 0 145.9k 47:34 35:31 12:03 153.2k 74 406.8M 0 0 74 303.9M 0 145.9k 47:34 35:32 12:02 155.8k 74 406.8M 0 0 74 304.1M 0 145.9k 47:34 35:33 12:01 150.3k 74 406.8M 0 0 74 304.2M 0 145.9k 47:34 35:34 12:00 132.2k 74 406.8M 0 0 74 304.4M 0 145.9k 47:34 35:35 11:59 139.5k 74 406.8M 0 0 74 304.6M 0 145.9k 47:34 35:37 11:57 145.6k 74 406.8M 0 0 74 304.8M 0 145.9k 47:34 35:38 11:56 146.0k 74 406.8M 0 0 74 305.0M 0 145.9k 47:34 35:39 11:55 147.9k 75 406.8M 0 0 75 305.1M 0 145.9k 47:34 35:40 11:54 159.2k 75 406.8M 0 0 75 305.3M 0 145.9k 47:33 35:41 11:52 163.0k 75 406.8M 0 0 75 305.5M 0 145.9k 47:33 35:43 11:50 162.7k 75 406.8M 0 0 75 305.7M 0 146.0k 47:33 35:44 11:49 162.1k 75 406.8M 0 0 75 305.9M 0 146.0k 47:33 35:45 11:48 159.5k 75 406.8M 0 0 75 306.0M 0 145.9k 47:33 35:46 11:47 146.6k 75 406.8M 0 0 75 306.1M 0 145.9k 47:34 35:48 11:46 131.4k 75 406.8M 0 0 75 306.3M 0 145.9k 47:34 35:49 11:45 132.1k 75 406.8M 0 0 75 306.5M 0 145.9k 47:34 35:50 11:44 131.1k 75 406.8M 0 0 75 306.8M 0 145.9k 47:33 35:51 11:42 143.1k 75 406.8M 0 0 75 307.0M 0 146.0k 47:33 35:52 11:41 156.0k 75 406.8M 0 0 75 307.1M 0 146.0k 47:33 35:54 11:39 164.3k 75 406.8M 0 0 75 307.3M 0 146.0k 47:33 35:55 11:38 161.6k 75 406.8M 0 0 75 307.5M 0 145.9k 47:33 35:56 11:37 158.0k 75 406.8M 0 0 75 307.6M 0 146.0k 47:33 35:57 11:36 149.1k 75 406.8M 0 0 75 307.8M 0 146.0k 47:33 35:59 11:34 143.0k 75 406.8M 0 0 75 308.0M 0 146.0k 47:33 36:00 11:33 150.3k 75 406.8M 0 0 75 308.3M 0 146.0k 47:32 36:01 11:31 170.2k 75 406.8M 0 0 75 308.5M 0 146.0k 47:32 36:02 11:30 174.3k 75 406.8M 0 0 75 308.6M 0 146.0k 47:32 36:03 11:29 164.6k 75 406.8M 0 0 75 308.8M 0 146.0k 47:31 36:05 11:26 177.8k 75 406.8M 0 0 75 309.1M 0 146.1k 47:31 36:06 11:25 183.6k 76 406.8M 0 0 76 309.2M 0 146.0k 47:31 36:07 11:24 157.0k 76 406.8M 0 0 76 309.3M 0 146.0k 47:32 36:08 11:24 151.8k 76 406.8M 0 0 76 309.5M 0 146.0k 47:31 36:09 11:22 161.7k 76 406.8M 0 0 76 309.7M 0 146.0k 47:31 36:11 11:20 149.0k 76 406.8M 0 0 76 309.9M 0 146.1k 47:31 36:12 11:19 141.2k 76 406.8M 0 0 76 310.1M 0 146.1k 47:31 36:13 11:18 158.8k 76 406.8M 0 0 76 310.3M 0 146.1k 47:30 36:14 11:16 174.6k 76 406.8M 0 0 76 310.5M 0 146.1k 47:30 36:15 11:15 175.0k 76 406.8M 0 0 76 310.6M 0 146.1k 47:30 36:16 11:14 168.0k 76 406.8M 0 0 76 310.8M 0 146.1k 47:30 36:17 11:13 165.5k 76 406.8M 0 0 76 311.0M 0 146.1k 47:30 36:19 11:11 164.9k 76 406.8M 0 0 76 311.2M 0 146.1k 47:30 36:20 11:10 151.9k 76 406.8M 0 0 76 311.4M 0 146.1k 47:30 36:21 11:09 146.7k 76 406.8M 0 0 76 311.6M 0 146.1k 47:29 36:22 11:07 158.7k 76 406.8M 0 0 76 311.8M 0 146.2k 47:29 36:23 11:06 173.7k 76 406.8M 0 0 76 312.1M 0 146.2k 47:28 36:24 11:04 184.9k 76 406.8M 0 0 76 312.3M 0 146.3k 47:27 36:25 11:02 195.1k 76 406.8M 0 0 76 312.5M 0 146.3k 47:27 36:27 11:00 202.0k 76 406.8M 0 0 76 312.6M 0 146.3k 47:27 36:28 10:59 194.0k 76 406.8M 0 0 76 312.8M 0 146.3k 47:27 36:29 10:58 181.4k 76 406.8M 0 0 76 313.0M 0 146.3k 47:26 36:30 10:56 169.4k 76 406.8M 0 0 76 313.2M 0 146.3k 47:26 36:31 10:55 161.8k 77 406.8M 0 0 77 313.5M 0 146.3k 47:26 36:33 10:53 167.9k 77 406.8M 0 0 77 313.6M 0 146.3k 47:26 36:34 10:52 163.9k 77 406.8M 0 0 77 313.8M 0 146.3k 47:26 36:36 10:50 154.5k 77 406.8M 0 0 77 314.0M 0 146.3k 47:27 36:37 10:50 136.3k 77 406.8M 0 0 77 314.1M 0 146.2k 47:28 36:39 10:49 124.2k 77 406.8M 0 0 77 314.2M 0 146.2k 47:28 36:40 10:48 108.0k 77 406.8M 0 0 77 314.3M 0 146.2k 47:29 36:41 10:48 102.0k 77 406.8M 0 0 77 314.5M 0 146.2k 47:28 36:42 10:46 109.0k 77 406.8M 0 0 77 314.7M 0 146.2k 47:28 36:43 10:45 126.5k 77 406.8M 0 0 77 314.8M 0 146.2k 47:29 36:45 10:44 127.7k 77 406.8M 0 0 77 315.0M 0 146.2k 47:29 36:46 10:43 129.9k 77 406.8M 0 0 77 315.1M 0 146.1k 47:29 36:47 10:42 135.5k 77 406.8M 0 0 77 315.3M 0 146.1k 47:30 36:48 10:42 125.0k 77 406.8M 0 0 77 315.5M 0 146.1k 47:30 36:50 10:40 119.0k 77 406.8M 0 0 77 315.6M 0 146.1k 47:29 36:51 10:38 146.9k 77 406.8M 0 0 77 315.6M 0 146.1k 47:29 36:51 10:38 146.1k 77 406.8M 0 0 77 315.9M 0 146.2k 47:29 36:52 10:37 198.1k 77 406.8M 0 0 77 316.1M 0 146.2k 47:29 36:53 10:36 172.0k 77 406.8M 0 0 77 316.3M 0 146.2k 47:28 36:54 10:34 175.5k 77 406.8M 0 0 77 316.4M 0 146.2k 47:29 36:55 10:34 160.8k 77 406.8M 0 0 77 316.6M 0 146.2k 47:29 36:57 10:32 152.9k 77 406.8M 0 0 77 316.8M 0 146.2k 47:29 36:58 10:31 139.6k 77 406.8M 0 0 77 317.0M 0 146.2k 47:29 37:00 10:29 141.5k 77 406.8M 0 0 77 317.1M 0 146.2k 47:29 37:01 10:28 139.0k 78 406.8M 0 0 78 317.4M 0 146.2k 47:28 37:02 10:26 157.2k 78 406.8M 0 0 78 317.6M 0 146.2k 47:28 37:03 10:25 161.9k 78 406.8M 0 0 78 317.8M 0 146.2k 47:27 37:04 10:23 179.3k 78 406.8M 0 0 78 318.0M 0 146.3k 47:27 37:05 10:22 184.8k 78 406.8M 0 0 78 318.3M 0 146.3k 47:26 37:07 10:19 194.0k 78 406.8M 0 0 78 318.5M 0 146.3k 47:26 37:08 10:18 190.2k 78 406.8M 0 0 78 318.6M 0 146.3k 47:26 37:09 10:17 183.1k 78 406.8M 0 0 78 318.8M 0 146.3k 47:26 37:11 10:15 168.5k 78 406.8M 0 0 78 319.0M 0 146.3k 47:26 37:12 10:14 164.2k 78 406.8M 0 0 78 319.2M 0 146.3k 47:26 37:13 10:13 153.6k 78 406.8M 0 0 78 319.4M 0 146.3k 47:26 37:14 10:12 144.5k 78 406.8M 0 0 78 319.6M 0 146.3k 47:26 37:15 10:11 154.5k 78 406.8M 0 0 78 319.7M 0 146.3k 47:26 37:17 10:09 149.5k 78 406.8M 0 0 78 319.9M 0 146.3k 47:26 37:18 10:08 149.2k 78 406.8M 0 0 78 320.1M 0 146.3k 47:26 37:19 10:07 153.1k 78 406.8M 0 0 78 320.3M 0 146.3k 47:26 37:21 10:05 137.4k 78 406.8M 0 0 78 320.5M 0 146.3k 47:26 37:22 10:04 135.4k 78 406.8M 0 0 78 320.6M 0 146.3k 47:26 37:23 10:03 143.6k 78 406.8M 0 0 78 320.8M 0 146.3k 47:26 37:24 10:02 142.4k 78 406.8M 0 0 78 321.0M 0 146.3k 47:26 37:26 10:00 134.3k 78 406.8M 0 0 78 321.2M 0 146.3k 47:26 37:27 09:59 150.7k 79 406.8M 0 0 79 321.5M 0 146.3k 47:25 37:28 09:57 162.9k 79 406.8M 0 0 79 321.6M 0 146.3k 47:26 37:30 09:56 149.2k 79 406.8M 0 0 79 321.8M 0 146.3k 47:27 37:32 09:55 129.4k 79 406.8M 0 0 79 321.9M 0 146.2k 47:28 37:33 09:55 124.2k 79 406.8M 0 0 79 322.0M 0 146.2k 47:28 37:34 09:54 118.8k 79 406.8M 0 0 79 322.2M 0 146.2k 47:28 37:35 09:53 110.6k 79 406.8M 0 0 79 322.4M 0 146.2k 47:28 37:37 09:51 117.0k 79 406.8M 0 0 79 322.6M 0 146.2k 47:27 37:38 09:49 143.6k 79 406.8M 0 0 79 322.8M 0 146.3k 47:27 37:39 09:48 168.1k 79 406.8M 0 0 79 323.1M 0 146.3k 47:26 37:40 09:46 183.7k 79 406.8M 0 0 79 323.3M 0 146.3k 47:25 37:41 09:44 187.5k 79 406.8M 0 0 79 323.5M 0 146.3k 47:25 37:43 09:42 187.8k 79 406.8M 0 0 79 323.7M 0 146.4k 47:25 37:44 09:41 182.9k 79 406.8M 0 0 79 323.8M 0 146.3k 47:26 37:45 09:41 164.8k 79 406.8M 0 0 79 324.0M 0 146.3k 47:26 37:46 09:40 149.3k 79 406.8M 0 0 79 324.1M 0 146.4k 47:25 37:47 09:38 147.8k 79 406.8M 0 0 79 324.4M 0 146.4k 47:25 37:48 09:37 158.4k 79 406.8M 0 0 79 324.6M 0 146.4k 47:25 37:50 09:35 157.3k 79 406.8M 0 0 79 324.7M 0 146.4k 47:25 37:51 09:34 150.5k 79 406.8M 0 0 79 324.8M 0 146.3k 47:26 37:52 09:34 147.4k 79 406.8M 0 0 79 325.0M 0 146.3k 47:25 37:53 09:32 143.9k 79 406.8M 0 0 79 325.2M 0 146.3k 47:26 37:55 09:31 129.9k 79 406.8M 0 0 79 325.3M 0 146.3k 47:26 37:56 09:30 120.0k 80 406.8M 0 0 80 325.6M 0 146.3k 47:26 37:58 09:28 136.6k 80 406.8M 0 0 80 325.8M 0 146.3k 47:26 37:59 09:27 141.2k 80 406.8M 0 0 80 326.0M 0 146.3k 47:26 38:00 09:26 138.1k 80 406.8M 0 0 80 326.1M 0 146.3k 47:26 38:01 09:25 143.3k 80 406.8M 0 0 80 326.4M 0 146.4k 47:25 38:03 09:22 166.7k 80 406.8M 0 0 80 326.7M 0 146.4k 47:24 38:04 09:20 185.5k 80 406.8M 0 0 80 327.0M 0 146.5k 47:23 38:05 09:18 206.6k 80 406.8M 0 0 80 327.1M 0 146.5k 47:23 38:06 09:17 212.8k 80 406.8M 0 0 80 327.3M 0 146.5k 47:23 38:07 09:16 213.2k 80 406.8M 0 0 80 327.5M 0 146.5k 47:23 38:08 09:15 190.3k 80 406.8M 0 0 80 327.6M 0 146.5k 47:23 38:10 09:13 157.5k 80 406.8M 0 0 80 327.8M 0 146.4k 47:24 38:11 09:13 132.8k 80 406.8M 0 0 80 327.9M 0 146.4k 47:24 38:12 09:12 124.3k 80 406.8M 0 0 80 328.1M 0 146.4k 47:24 38:13 09:11 127.7k 80 406.8M 0 0 80 328.3M 0 146.4k 47:24 38:14 09:10 135.1k 80 406.8M 0 0 80 328.5M 0 146.4k 47:24 38:16 09:08 136.5k 80 406.8M 0 0 80 328.6M 0 146.4k 47:24 38:17 09:07 145.5k 80 406.8M 0 0 80 328.8M 0 146.4k 47:24 38:19 09:05 148.9k 80 406.8M 0 0 80 329.0M 0 146.4k 47:24 38:20 09:04 140.7k 80 406.8M 0 0 80 329.1M 0 146.4k 47:24 38:21 09:03 143.3k 80 406.8M 0 0 80 329.3M 0 146.4k 47:25 38:22 09:03 129.0k 80 406.8M 0 0 80 329.5M 0 146.4k 47:25 38:24 09:01 125.0k 81 406.8M 0 0 81 329.6M 0 146.4k 47:25 38:25 09:00 125.6k 81 406.8M 0 0 81 329.8M 0 146.4k 47:25 38:27 08:58 128.7k 81 406.8M 0 0 81 330.0M 0 146.3k 47:25 38:28 08:57 118.8k 81 406.8M 0 0 81 330.1M 0 146.3k 47:26 38:29 08:57 131.3k 81 406.8M 0 0 81 330.3M 0 146.3k 47:26 38:30 08:56 128.6k 81 406.8M 0 0 81 330.5M 0 146.3k 47:26 38:31 08:55 131.4k 81 406.8M 0 0 81 330.7M 0 146.4k 47:25 38:33 08:52 146.6k 81 406.8M 0 0 81 330.9M 0 146.4k 47:25 38:34 08:51 150.7k 81 406.8M 0 0 81 331.0M 0 146.4k 47:25 38:35 08:50 151.9k 81 406.8M 0 0 81 331.1M 0 146.3k 47:26 38:36 08:50 147.5k 81 406.8M 0 0 81 331.3M 0 146.3k 47:26 38:37 08:49 150.6k 81 406.8M 0 0 81 331.6M 0 146.4k 47:25 38:39 08:46 149.3k 81 406.8M 0 0 81 331.8M 0 146.4k 47:24 38:40 08:44 167.7k 81 406.8M 0 0 81 332.0M 0 146.4k 47:24 38:41 08:43 173.0k 81 406.8M 0 0 81 332.2M 0 146.4k 47:24 38:42 08:42 181.9k 81 406.8M 0 0 81 332.4M 0 146.4k 47:24 38:44 08:40 176.4k 81 406.8M 0 0 81 332.6M 0 146.4k 47:24 38:45 08:39 170.8k 81 406.8M 0 0 81 332.8M 0 146.4k 47:23 38:46 08:37 159.8k 81 406.8M 0 0 81 333.0M 0 146.5k 47:23 38:47 08:36 158.6k 81 406.8M 0 0 81 333.1M 0 146.5k 47:23 38:48 08:35 162.2k 81 406.8M 0 0 81 333.3M 0 146.5k 47:23 38:50 08:33 160.3k 81 406.8M 0 0 81 333.5M 0 146.4k 47:24 38:51 08:33 146.5k 81 406.8M 0 0 81 333.6M 0 146.4k 47:24 38:52 08:32 136.0k 82 406.8M 0 0 82 333.8M 0 146.4k 47:24 38:53 08:31 132.4k 82 406.8M 0 0 82 333.9M 0 146.4k 47:25 38:55 08:30 118.1k 82 406.8M 0 0 82 334.0M 0 146.4k 47:25 38:56 08:29 110.9k 82 406.8M 0 0 82 334.2M 0 146.4k 47:25 38:57 08:28 116.6k 82 406.8M 0 0 82 334.4M 0 146.4k 47:25 38:59 08:26 122.0k 82 406.8M 0 0 82 334.6M 0 146.4k 47:25 39:00 08:25 134.4k 82 406.8M 0 0 82 334.8M 0 146.4k 47:24 39:01 08:23 153.1k 82 406.8M 0 0 82 335.0M 0 146.4k 47:24 39:02 08:22 164.2k 82 406.8M 0 0 82 335.2M 0 146.4k 47:24 39:04 08:20 164.6k 82 406.8M 0 0 82 335.5M 0 146.4k 47:24 39:05 08:19 176.1k 82 406.8M 0 0 82 335.6M 0 146.4k 47:24 39:06 08:18 162.5k 82 406.8M 0 0 82 335.8M 0 146.4k 47:24 39:08 08:16 146.4k 82 406.8M 0 0 82 335.9M 0 146.4k 47:25 39:09 08:16 131.4k 82 406.8M 0 0 82 336.1M 0 146.4k 47:25 39:10 08:15 133.3k 82 406.8M 0 0 82 336.3M 0 146.4k 47:25 39:11 08:14 130.3k 82 406.8M 0 0 82 336.5M 0 146.4k 47:24 39:12 08:12 147.7k 82 406.8M 0 0 82 336.8M 0 146.5k 47:23 39:14 08:09 170.5k 82 406.8M 0 0 82 336.9M 0 146.4k 47:24 39:15 08:09 171.6k 82 406.8M 0 0 82 337.0M 0 146.4k 47:25 39:16 08:09 155.8k 82 406.8M 0 0 82 337.1M 0 146.4k 47:25 39:18 08:07 141.4k 82 406.8M 0 0 82 337.3M 0 146.4k 47:25 39:19 08:06 128.6k 82 406.8M 0 0 82 337.5M 0 146.4k 47:25 39:20 08:05 112.6k 82 406.8M 0 0 82 337.6M 0 146.3k 47:25 39:21 08:04 115.5k 83 406.8M 0 0 83 337.8M 0 146.3k 47:25 39:22 08:03 129.9k 83 406.8M 0 0 83 338.0M 0 146.4k 47:25 39:24 08:01 140.3k 83 406.8M 0 0 83 338.1M 0 146.3k 47:26 39:25 08:01 129.0k 83 406.8M 0 0 83 338.3M 0 146.3k 47:26 39:27 07:59 122.3k 83 406.8M 0 0 83 338.4M 0 146.3k 47:27 39:28 07:59 122.6k 83 406.8M 0 0 83 338.5M 0 146.3k 47:27 39:29 07:58 117.3k 83 406.8M 0 0 83 338.7M 0 146.3k 47:27 39:30 07:57 120.2k 83 406.8M 0 0 83 338.9M 0 146.3k 47:26 39:31 07:55 133.8k 83 406.8M 0 0 83 339.1M 0 146.3k 47:26 39:32 07:54 154.8k 83 406.8M 0 0 83 339.3M 0 146.3k 47:26 39:33 07:53 164.7k 83 406.8M 0 0 83 339.5M 0 146.3k 47:26 39:35 07:51 161.2k 83 406.8M 0 0 83 339.6M 0 146.3k 47:26 39:36 07:50 153.4k 83 406.8M 0 0 83 339.8M 0 146.3k 47:26 39:37 07:49 149.7k 83 406.8M 0 0 83 340.0M 0 146.3k 47:26 39:38 07:48 148.3k 83 406.8M 0 0 83 340.2M 0 146.3k 47:26 39:40 07:46 149.4k 83 406.8M 0 0 83 340.4M 0 146.3k 47:26 39:41 07:45 153.3k 83 406.8M 0 0 83 340.5M 0 146.3k 47:26 39:42 07:44 150.4k 83 406.8M 0 0 83 340.7M 0 146.3k 47:26 39:43 07:43 153.7k 83 406.8M 0 0 83 341.0M 0 146.4k 47:25 39:44 07:41 162.9k 83 406.8M 0 0 83 341.2M 0 146.4k 47:24 39:46 07:38 175.2k 83 406.8M 0 0 83 341.5M 0 146.5k 47:23 39:47 07:36 207.7k 84 406.8M 0 0 84 341.9M 0 146.6k 47:21 39:48 07:33 247.9k 84 406.8M 0 0 84 342.1M 0 146.6k 47:21 39:49 07:32 242.7k 84 406.8M 0 0 84 342.3M 0 146.6k 47:21 39:50 07:31 222.4k 84 406.8M 0 0 84 342.5M 0 146.6k 47:21 39:51 07:30 214.8k 84 406.8M 0 0 84 342.6M 0 146.6k 47:21 39:53 07:28 182.7k 84 406.8M 0 0 84 342.8M 0 146.5k 47:22 39:54 07:28 139.0k 84 406.8M 0 0 84 343.0M 0 146.5k 47:22 39:55 07:27 134.5k 84 406.8M 0 0 84 343.1M 0 146.6k 47:21 39:57 07:24 146.4k 84 406.8M 0 0 84 343.3M 0 146.6k 47:21 39:58 07:23 144.7k 84 406.8M 0 0 84 343.6M 0 146.6k 47:21 39:59 07:22 160.5k 84 406.8M 0 0 84 343.7M 0 146.6k 47:21 40:00 07:21 164.4k 84 406.8M 0 0 84 343.9M 0 146.6k 47:21 40:01 07:20 162.2k 84 406.8M 0 0 84 344.1M 0 146.6k 47:21 40:03 07:18 151.9k 84 406.8M 0 0 84 344.3M 0 146.6k 47:21 40:04 07:17 158.0k 84 406.8M 0 0 84 344.6M 0 146.7k 47:19 40:05 07:14 170.4k 84 406.8M 0 0 84 344.9M 0 146.7k 47:19 40:07 07:12 178.5k 84 406.8M 0 0 84 345.0M 0 146.7k 47:20 40:08 07:12 173.1k 84 406.8M 0 0 84 345.2M 0 146.7k 47:19 40:09 07:10 179.7k 84 406.8M 0 0 84 345.4M 0 146.7k 47:19 40:10 07:09 173.0k 84 406.8M 0 0 84 345.6M 0 146.7k 47:19 40:12 07:07 146.6k 84 406.8M 0 0 84 345.8M 0 146.6k 47:20 40:14 07:06 135.4k 85 406.8M 0 0 85 345.9M 0 146.6k 47:20 40:15 07:05 134.0k 85 406.8M 0 0 85 346.0M 0 146.6k 47:21 40:16 07:05 121.4k 85 406.8M 0 0 85 346.2M 0 146.6k 47:21 40:17 07:04 121.0k 85 406.8M 0 0 85 346.4M 0 146.6k 47:20 40:18 07:02 127.9k 85 406.8M 0 0 85 346.6M 0 146.6k 47:20 40:19 07:01 141.4k 85 406.8M 0 0 85 346.8M 0 146.6k 47:20 40:21 06:59 149.9k 85 406.8M 0 0 85 347.0M 0 146.6k 47:20 40:22 06:58 162.9k 85 406.8M 0 0 85 347.1M 0 146.6k 47:20 40:23 06:57 156.0k 85 406.8M 0 0 85 347.3M 0 146.6k 47:20 40:25 06:55 149.1k 85 406.8M 0 0 85 347.5M 0 146.6k 47:20 40:26 06:54 149.3k 85 406.8M 0 0 85 347.7M 0 146.6k 47:20 40:27 06:53 151.3k 85 406.8M 0 0 85 347.9M 0 146.7k 47:19 40:28 06:51 159.0k 85 406.8M 0 0 85 348.1M 0 146.7k 47:20 40:29 06:51 160.2k 85 406.8M 0 0 85 348.2M 0 146.6k 47:20 40:31 06:49 153.0k 85 406.8M 0 0 85 348.3M 0 146.6k 47:21 40:32 06:49 134.2k 85 406.8M 0 0 85 348.5M 0 146.6k 47:21 40:33 06:48 119.6k 85 406.8M 0 0 85 348.6M 0 146.6k 47:21 40:35 06:46 109.1k 85 406.8M 0 0 85 348.7M 0 146.5k 47:22 40:36 06:46 102.3k 85 406.8M 0 0 85 348.8M 0 146.5k 47:22 40:37 06:45 103.7k 85 406.8M 0 0 85 349.0M 0 146.5k 47:23 40:38 06:45 103.2k 85 406.8M 0 0 85 349.1M 0 146.5k 47:23 40:40 06:43 111.1k 85 406.8M 0 0 85 349.3M 0 146.5k 47:23 40:41 06:42 116.4k 85 406.8M 0 0 85 349.5M 0 146.5k 47:23 40:42 06:41 116.1k 85 406.8M 0 0 85 349.6M 0 146.5k 47:23 40:43 06:40 127.7k 85 406.8M 0 0 85 349.8M 0 146.5k 47:23 40:44 06:39 144.4k 86 406.8M 0 0 86 350.0M 0 146.5k 47:23 40:46 06:37 150.0k 86 406.8M 0 0 86 350.2M 0 146.5k 47:23 40:47 06:36 153.8k 86 406.8M 0 0 86 350.5M 0 146.5k 47:22 40:48 06:34 178.8k 86 406.8M 0 0 86 350.7M 0 146.6k 47:21 40:49 06:32 182.2k 86 406.8M 0 0 86 351.0M 0 146.6k 47:21 40:51 06:30 184.0k 86 406.8M 0 0 86 351.1M 0 146.6k 47:21 40:52 06:29 179.9k 86 406.8M 0 0 86 351.3M 0 146.6k 47:21 40:54 06:27 169.1k 86 406.8M 0 0 86 351.5M 0 146.5k 47:22 40:55 06:27 143.8k 86 406.8M 0 0 86 351.6M 0 146.5k 47:23 40:57 06:26 123.1k 86 406.8M 0 0 86 351.7M 0 146.5k 47:23 40:58 06:25 110.9k 86 406.8M 0 0 86 352.0M 0 146.5k 47:22 40:59 06:23 124.6k 86 406.8M 0 0 86 352.1M 0 146.5k 47:23 41:00 06:23 123.1k 86 406.8M 0 0 86 352.2M 0 146.5k 47:23 41:01 06:22 128.1k 86 406.8M 0 0 86 352.4M 0 146.5k 47:23 41:02 06:21 142.9k 86 406.8M 0 0 86 352.5M 0 146.5k 47:23 41:04 06:19 140.7k 86 406.8M 0 0 86 352.6M 0 146.5k 47:23 41:05 06:18 121.2k 86 406.8M 0 0 86 352.8M 0 146.4k 47:24 41:06 06:18 122.7k 86 406.8M 0 0 86 353.0M 0 146.4k 47:24 41:07 06:17 132.0k 86 406.8M 0 0 86 353.1M 0 146.4k 47:24 41:08 06:16 131.1k 86 406.8M 0 0 86 353.3M 0 146.4k 47:23 41:10 06:13 138.9k 86 406.8M 0 0 86 353.5M 0 146.5k 47:23 41:11 06:12 151.8k 86 406.8M 0 0 86 353.7M 0 146.5k 47:23 41:12 06:11 156.9k 86 406.8M 0 0 86 353.8M 0 146.5k 47:23 41:13 06:10 150.2k 87 406.8M 0 0 87 354.0M 0 146.4k 47:24 41:14 06:10 146.0k 87 406.8M 0 0 87 354.1M 0 146.4k 47:24 41:15 06:09 141.1k 87 406.8M 0 0 87 354.2M 0 146.4k 47:24 41:16 06:08 128.6k 87 406.8M 0 0 87 354.4M 0 146.4k 47:24 41:17 06:07 125.9k 87 406.8M 0 0 87 354.5M 0 146.4k 47:24 41:19 06:05 121.6k 87 406.8M 0 0 87 354.6M 0 146.4k 47:25 41:20 06:05 111.4k 87 406.8M 0 0 87 354.8M 0 146.3k 47:26 41:21 06:05 109.2k 87 406.8M 0 0 87 354.9M 0 146.3k 47:26 41:23 06:03 104.7k 87 406.8M 0 0 87 355.0M 0 146.3k 47:26 41:24 06:02 99.27k 87 406.8M 0 0 87 355.2M 0 146.3k 47:27 41:25 06:02 104.6k 87 406.8M 0 0 87 355.3M 0 146.2k 47:27 41:27 06:00 104.7k 87 406.8M 0 0 87 355.5M 0 146.2k 47:28 41:28 06:00 99.95k 87 406.8M 0 0 87 355.6M 0 146.2k 47:28 41:30 05:58 105.6k 87 406.8M 0 0 87 355.8M 0 146.2k 47:29 41:31 05:58 105.3k 87 406.8M 0 0 87 355.9M 0 146.1k 47:30 41:33 05:57 98847 87 406.8M 0 0 87 356.0M 0 146.1k 47:30 41:34 05:56 101.3k 87 406.8M 0 0 87 356.1M 0 146.1k 47:30 41:35 05:55 107.0k 87 406.8M 0 0 87 356.3M 0 146.1k 47:30 41:36 05:54 103.5k 87 406.8M 0 0 87 356.4M 0 146.1k 47:31 41:37 05:54 100.8k 87 406.8M 0 0 87 356.5M 0 146.1k 47:31 41:39 05:52 110.0k 87 406.8M 0 0 87 356.7M 0 146.1k 47:31 41:40 05:51 119.0k 87 406.8M 0 0 87 357.0M 0 146.1k 47:31 41:41 05:50 137.7k 87 406.8M 0 0 87 357.1M 0 146.1k 47:30 41:42 05:48 147.3k 87 406.8M 0 0 87 357.3M 0 146.1k 47:30 41:44 05:46 157.3k 87 406.8M 0 0 87 357.6M 0 146.1k 47:30 41:45 05:45 179.4k 87 406.8M 0 0 87 357.9M 0 146.2k 47:28 41:46 05:42 207.0k 88 406.8M 0 0 88 358.1M 0 146.2k 47:28 41:47 05:41 205.3k 88 406.8M 0 0 88 358.4M 0 146.3k 47:27 41:48 05:39 219.5k 88 406.8M 0 0 88 358.6M 0 146.3k 47:27 41:49 05:38 219.9k 88 406.8M 0 0 88 358.7M 0 146.2k 47:28 41:51 05:37 188.1k 88 406.8M 0 0 88 358.8M 0 146.2k 47:28 41:52 05:36 145.8k 88 406.8M 0 0 88 359.0M 0 146.2k 47:28 41:54 05:34 137.2k 88 406.8M 0 0 88 359.2M 0 146.2k 47:28 41:55 05:33 126.5k 88 406.8M 0 0 88 359.3M 0 146.2k 47:28 41:56 05:32 118.4k 88 406.8M 0 0 88 359.4M 0 146.2k 47:29 41:57 05:32 113.8k 88 406.8M 0 0 88 359.5M 0 146.1k 47:30 41:59 05:31 111.8k 88 406.8M 0 0 88 359.6M 0 146.1k 47:31 42:00 05:31 98982 88 406.8M 0 0 88 359.8M 0 146.1k 47:31 42:01 05:30 88297 88 406.8M 0 0 88 359.9M 0 146.0k 47:32 42:03 05:29 88976 88 406.8M 0 0 88 360.1M 0 146.0k 47:32 42:04 05:28 100.2k 88 406.8M 0 0 88 360.2M 0 146.0k 47:32 42:05 05:27 110.2k 88 406.8M 0 0 88 360.4M 0 146.0k 47:32 42:06 05:26 123.2k 88 406.8M 0 0 88 360.5M 0 146.0k 47:32 42:07 05:25 127.2k 88 406.8M 0 0 88 360.6M 0 146.0k 47:33 42:09 05:24 122.6k 88 406.8M 0 0 88 360.8M 0 146.0k 47:33 42:10 05:23 119.9k 88 406.8M 0 0 88 360.8M 0 146.0k 47:33 42:10 05:23 146.0k 88 406.8M 0 0 88 361.0M 0 146.0k 47:33 42:12 05:21 127.4k 88 406.8M 0 0 88 361.1M 0 145.9k 47:34 42:13 05:21 106.3k 88 406.8M 0 0 88 361.3M 0 145.9k 47:34 42:14 05:20 117.0k 88 406.8M 0 0 88 361.5M 0 145.9k 47:34 42:16 05:18 121.5k 88 406.8M 0 0 88 361.6M 0 145.9k 47:34 42:17 05:17 121.0k 88 406.8M 0 0 88 361.8M 0 145.9k 47:34 42:18 05:16 117.3k 88 406.8M 0 0 88 362.0M 0 145.9k 47:34 42:19 05:15 134.1k 89 406.8M 0 0 89 362.1M 0 145.9k 47:34 42:20 05:14 129.5k 89 406.8M 0 0 89 362.2M 0 145.9k 47:35 42:22 05:13 119.2k 89 406.8M 0 0 89 362.4M 0 145.9k 47:35 42:23 05:12 126.0k 89 406.8M 0 0 89 362.6M 0 145.9k 47:35 42:24 05:11 139.5k 89 406.8M 0 0 89 362.8M 0 145.9k 47:34 42:25 05:09 141.8k 89 406.8M 0 0 89 363.0M 0 145.9k 47:34 42:26 05:08 157.6k 89 406.8M 0 0 89 363.2M 0 145.9k 47:34 42:28 05:06 175.7k 89 406.8M 0 0 89 363.4M 0 145.9k 47:33 42:29 05:04 180.0k 89 406.8M 0 0 89 363.5M 0 145.9k 47:34 42:30 05:04 164.7k 89 406.8M 0 0 89 363.6M 0 145.9k 47:35 42:32 05:03 140.2k 89 406.8M 0 0 89 363.8M 0 145.9k 47:35 42:33 05:02 123.7k 89 406.8M 0 0 89 364.0M 0 145.9k 47:35 42:34 05:01 122.3k 89 406.8M 0 0 89 364.1M 0 145.9k 47:35 42:35 05:00 122.8k 89 406.8M 0 0 89 364.3M 0 145.9k 47:35 42:36 04:59 129.6k 89 406.8M 0 0 89 364.5M 0 145.9k 47:34 42:38 04:56 149.3k 89 406.8M 0 0 89 364.7M 0 145.9k 47:35 42:39 04:56 149.2k 89 406.8M 0 0 89 364.8M 0 145.8k 47:35 42:40 04:55 137.7k 89 406.8M 0 0 89 365.0M 0 145.8k 47:36 42:42 04:54 121.6k 89 406.8M 0 0 89 365.1M 0 145.8k 47:36 42:44 04:52 116.4k 89 406.8M 0 0 89 365.3M 0 145.8k 47:37 42:45 04:52 106.0k 89 406.8M 0 0 89 365.5M 0 145.8k 47:36 42:46 04:50 112.3k 89 406.8M 0 0 89 365.6M 0 145.8k 47:36 42:47 04:49 124.9k 89 406.8M 0 0 89 365.8M 0 145.8k 47:37 42:48 04:49 126.1k 89 406.8M 0 0 89 366.0M 0 145.8k 47:37 42:50 04:47 133.8k 89 406.8M 0 0 89 366.1M 0 145.7k 47:37 42:51 04:46 136.4k 90 406.8M 0 0 90 366.2M 0 145.7k 47:38 42:52 04:46 121.6k 90 406.8M 0 0 90 366.3M 0 145.7k 47:38 42:54 04:44 106.8k 90 406.8M 0 0 90 366.5M 0 145.7k 47:38 42:55 04:43 119.5k 90 406.8M 0 0 90 366.8M 0 145.7k 47:38 42:56 04:42 128.4k 90 406.8M 0 0 90 367.0M 0 145.7k 47:38 42:57 04:41 137.6k 90 406.8M 0 0 90 367.1M 0 145.7k 47:37 42:59 04:38 153.3k 90 406.8M 0 0 90 367.3M 0 145.8k 47:37 43:00 04:37 172.1k 90 406.8M 0 0 90 367.5M 0 145.8k 47:37 43:01 04:36 177.8k 90 406.8M 0 0 90 367.7M 0 145.8k 47:36 43:02 04:34 173.4k 90 406.8M 0 0 90 367.9M 0 145.8k 47:36 43:03 04:33 171.8k 90 406.8M 0 0 90 368.1M 0 145.8k 47:36 43:04 04:32 165.6k 90 406.8M 0 0 90 368.3M 0 145.8k 47:37 43:06 04:31 154.4k 90 406.8M 0 0 90 368.4M 0 145.8k 47:37 43:07 04:30 140.4k 90 406.8M 0 0 90 368.6M 0 145.8k 47:37 43:08 04:29 141.6k 90 406.8M 0 0 90 368.8M 0 145.8k 47:36 43:09 04:27 146.6k 90 406.8M 0 0 90 369.0M 0 145.8k 47:36 43:10 04:26 153.8k 90 406.8M 0 0 90 369.1M 0 145.8k 47:36 43:12 04:24 156.2k 90 406.8M 0 0 90 369.4M 0 145.8k 47:36 43:13 04:23 173.5k 90 406.8M 0 0 90 369.6M 0 145.8k 47:35 43:14 04:21 173.0k 90 406.8M 0 0 90 369.8M 0 145.8k 47:35 43:15 04:20 172.9k 90 406.8M 0 0 90 370.0M 0 145.9k 47:35 43:16 04:19 175.9k 90 406.8M 0 0 90 370.2M 0 145.9k 47:35 43:18 04:17 176.6k 91 406.8M 0 0 91 370.3M 0 145.9k 47:35 43:19 04:16 164.6k 91 406.8M 0 0 91 370.5M 0 145.9k 47:35 43:20 04:15 158.8k 91 406.8M 0 0 91 370.7M 0 145.9k 47:35 43:21 04:14 150.4k 91 406.8M 0 0 91 370.9M 0 145.9k 47:35 43:23 04:12 138.7k 91 406.8M 0 0 91 371.1M 0 145.9k 47:35 43:24 04:11 141.6k 91 406.8M 0 0 91 371.3M 0 145.9k 47:35 43:25 04:10 143.9k 91 406.8M 0 0 91 371.5M 0 145.9k 47:35 43:27 04:08 147.1k 91 406.8M 0 0 91 371.7M 0 145.9k 47:34 43:28 04:06 161.6k 91 406.8M 0 0 91 372.0M 0 145.9k 47:34 43:29 04:05 174.0k 91 406.8M 0 0 91 372.1M 0 145.9k 47:34 43:30 04:04 169.7k 91 406.8M 0 0 91 372.3M 0 145.9k 47:34 43:32 04:02 167.2k 91 406.8M 0 0 91 372.4M 0 145.9k 47:34 43:33 04:01 152.3k 91 406.8M 0 0 91 372.5M 0 145.9k 47:35 43:34 04:01 129.4k 91 406.8M 0 0 91 372.6M 0 145.8k 47:36 43:36 04:00 108.3k 91 406.8M 0 0 91 372.8M 0 145.8k 47:36 43:37 03:59 101.8k 91 406.8M 0 0 91 372.9M 0 145.8k 47:36 43:38 03:58 101.0k 91 406.8M 0 0 91 373.1M 0 145.8k 47:36 43:39 03:57 114.3k 91 406.8M 0 0 91 373.3M 0 145.8k 47:36 43:40 03:56 121.9k 91 406.8M 0 0 91 373.4M 0 145.8k 47:36 43:41 03:55 129.6k 91 406.8M 0 0 91 373.5M 0 145.8k 47:36 43:43 03:53 132.7k 91 406.8M 0 0 91 373.7M 0 145.8k 47:36 43:44 03:52 137.7k 91 406.8M 0 0 91 373.8M 0 145.8k 47:37 43:45 03:52 123.8k 91 406.8M 0 0 91 374.0M 0 145.8k 47:37 43:47 03:50 125.3k 91 406.8M 0 0 91 374.1M 0 145.7k 47:37 43:48 03:49 120.2k 92 406.8M 0 0 92 374.3M 0 145.7k 47:37 43:49 03:48 125.8k 92 406.8M 0 0 92 374.5M 0 145.8k 47:37 43:50 03:47 133.6k 92 406.8M 0 0 92 374.7M 0 145.8k 47:37 43:51 03:46 147.2k 92 406.8M 0 0 92 374.9M 0 145.8k 47:37 43:52 03:45 152.3k 92 406.8M 0 0 92 375.1M 0 145.8k 47:37 43:54 03:43 157.3k 92 406.8M 0 0 92 375.2M 0 145.7k 47:37 43:55 03:42 148.0k 92 406.8M 0 0 92 375.3M 0 145.7k 47:38 43:56 03:42 133.7k 92 406.8M 0 0 92 375.5M 0 145.7k 47:38 43:58 03:40 128.8k 92 406.8M 0 0 92 375.7M 0 145.7k 47:38 43:59 03:39 123.4k 92 406.8M 0 0 92 375.8M 0 145.7k 47:38 44:00 03:38 119.7k 92 406.8M 0 0 92 376.0M 0 145.7k 47:38 44:02 03:36 121.3k 92 406.8M 0 0 92 376.1M 0 145.7k 47:39 44:03 03:36 124.6k 92 406.8M 0 0 92 376.2M 0 145.6k 47:39 44:04 03:35 110.7k 92 406.8M 0 0 92 376.3M 0 145.6k 47:40 44:05 03:35 105.7k 92 406.8M 0 0 92 376.5M 0 145.6k 47:40 44:07 03:33 100.5k 92 406.8M 0 0 92 376.6M 0 145.6k 47:41 44:08 03:33 100.3k 92 406.8M 0 0 92 376.7M 0 145.6k 47:41 44:09 03:32 99508 92 406.8M 0 0 92 376.9M 0 145.6k 47:41 44:10 03:31 113.2k 92 406.8M 0 0 92 377.1M 0 145.6k 47:41 44:12 03:29 118.5k 92 406.8M 0 0 92 377.3M 0 145.6k 47:41 44:13 03:28 135.7k 92 406.8M 0 0 92 377.5M 0 145.6k 47:40 44:14 03:26 157.0k 92 406.8M 0 0 92 377.6M 0 145.6k 47:40 44:15 03:25 159.4k 92 406.8M 0 0 92 377.8M 0 145.6k 47:41 44:17 03:24 144.6k 92 406.8M 0 0 92 378.0M 0 145.6k 47:41 44:18 03:23 151.8k 92 406.8M 0 0 92 378.1M 0 145.6k 47:41 44:19 03:22 150.0k 92 406.8M 0 0 92 378.3M 0 145.6k 47:40 44:20 03:20 139.4k 93 406.8M 0 0 93 378.5M 0 145.6k 47:40 44:21 03:19 144.3k 93 406.8M 0 0 93 378.7M 0 145.6k 47:40 44:23 03:17 157.0k 93 406.8M 0 0 93 378.9M 0 145.6k 47:40 44:24 03:16 151.6k 93 406.8M 0 0 93 379.0M 0 145.6k 47:41 44:25 03:16 143.0k 93 406.8M 0 0 93 379.1M 0 145.5k 47:41 44:26 03:15 127.5k 93 406.8M 0 0 93 379.3M 0 145.5k 47:41 44:28 03:13 132.1k 93 406.8M 0 0 93 379.5M 0 145.5k 47:41 44:29 03:12 125.3k 93 406.8M 0 0 93 379.6M 0 145.5k 47:42 44:30 03:12 121.2k 93 406.8M 0 0 93 379.8M 0 145.5k 47:41 44:32 03:09 129.6k 93 406.8M 0 0 93 380.1M 0 145.6k 47:40 44:33 03:07 164.0k 93 406.8M 0 0 93 380.5M 0 145.6k 47:39 44:34 03:05 183.4k 93 406.8M 0 0 93 380.6M 0 145.6k 47:39 44:35 03:04 193.9k 93 406.8M 0 0 93 380.9M 0 145.7k 47:39 44:37 03:02 203.6k 93 406.8M 0 0 93 381.0M 0 145.7k 47:39 44:38 03:01 198.7k 93 406.8M 0 0 93 381.1M 0 145.6k 47:40 44:39 03:01 160.4k 93 406.8M 0 0 93 381.3M 0 145.6k 47:40 44:41 02:59 134.0k 93 406.8M 0 0 93 381.5M 0 145.6k 47:40 44:42 02:58 131.3k 93 406.8M 0 0 93 381.7M 0 145.6k 47:40 44:43 02:57 121.3k 93 406.8M 0 0 93 381.8M 0 145.6k 47:40 44:44 02:56 121.3k 93 406.8M 0 0 93 382.0M 0 145.6k 47:40 44:46 02:54 133.9k 93 406.8M 0 0 93 382.2M 0 145.6k 47:41 44:47 02:54 132.4k 93 406.8M 0 0 93 382.4M 0 145.6k 47:40 44:49 02:51 135.1k 94 406.8M 0 0 94 382.6M 0 145.6k 47:40 44:50 02:50 144.9k 94 406.8M 0 0 94 382.8M 0 145.6k 47:40 44:51 02:49 146.8k 94 406.8M 0 0 94 383.0M 0 145.6k 47:41 44:53 02:48 138.8k 94 406.8M 0 0 94 383.1M 0 145.6k 47:41 44:54 02:47 137.7k 94 406.8M 0 0 94 383.2M 0 145.5k 47:41 44:55 02:46 126.1k 94 406.8M 0 0 94 383.4M 0 145.5k 47:41 44:57 02:44 118.5k 94 406.8M 0 0 94 383.6M 0 145.5k 47:41 44:58 02:43 120.0k 94 406.8M 0 0 94 383.7M 0 145.5k 47:42 44:59 02:43 122.2k 94 406.8M 0 0 94 383.9M 0 145.5k 47:42 45:00 02:42 130.8k 94 406.8M 0 0 94 384.1M 0 145.5k 47:41 45:02 02:39 153.1k 94 406.8M 0 0 94 384.3M 0 145.6k 47:41 45:03 02:38 158.3k 94 406.8M 0 0 94 384.5M 0 145.5k 47:41 45:04 02:37 153.9k 94 406.8M 0 0 94 384.6M 0 145.5k 47:41 45:05 02:36 153.9k 94 406.8M 0 0 94 384.8M 0 145.5k 47:41 45:07 02:34 149.8k 94 406.8M 0 0 94 385.0M 0 145.5k 47:42 45:08 02:34 122.1k 94 406.8M 0 0 94 385.1M 0 145.5k 47:43 45:10 02:33 110.7k 94 406.8M 0 0 94 385.3M 0 145.5k 47:43 45:11 02:32 112.9k 94 406.8M 0 0 94 385.5M 0 145.5k 47:42 45:12 02:30 122.2k 94 406.8M 0 0 94 385.6M 0 145.5k 47:43 45:13 02:30 122.4k 94 406.8M 0 0 94 385.8M 0 145.5k 47:43 45:15 02:28 137.1k 94 406.8M 0 0 94 386.0M 0 145.5k 47:43 45:16 02:27 138.6k 94 406.8M 0 0 94 386.1M 0 145.5k 47:43 45:17 02:26 142.7k 94 406.8M 0 0 94 386.4M 0 145.5k 47:42 45:18 02:24 150.8k 95 406.8M 0 0 95 386.6M 0 145.5k 47:42 45:20 02:22 148.3k 95 406.8M 0 0 95 386.7M 0 145.5k 47:43 45:21 02:22 141.3k 95 406.8M 0 0 95 386.9M 0 145.5k 47:43 45:22 02:21 151.9k 95 406.8M 0 0 95 387.1M 0 145.5k 47:43 45:24 02:19 150.7k 95 406.8M 0 0 95 387.3M 0 145.5k 47:42 45:25 02:17 141.6k 95 406.8M 0 0 95 387.5M 0 145.5k 47:42 45:26 02:16 147.2k 95 406.8M 0 0 95 387.6M 0 145.5k 47:43 45:27 02:16 149.5k 95 406.8M 0 0 95 387.7M 0 145.4k 47:43 45:29 02:14 132.9k 95 406.8M 0 0 95 387.8M 0 145.4k 47:43 45:30 02:13 124.4k 95 406.8M 0 0 95 388.1M 0 145.4k 47:43 45:31 02:12 130.2k 95 406.8M 0 0 95 388.3M 0 145.4k 47:43 45:32 02:11 128.1k 95 406.8M 0 0 95 388.4M 0 145.4k 47:43 45:34 02:09 129.8k 95 406.8M 0 0 95 388.5M 0 145.4k 47:44 45:35 02:09 136.3k 95 406.8M 0 0 95 388.7M 0 145.4k 47:44 45:36 02:08 138.1k 95 406.8M 0 0 95 388.8M 0 145.4k 47:44 45:37 02:07 125.2k 95 406.8M 0 0 95 389.0M 0 145.4k 47:44 45:39 02:05 122.7k 95 406.8M 0 0 95 389.1M 0 145.4k 47:44 45:40 02:04 121.0k 95 406.8M 0 0 95 389.3M 0 145.4k 47:45 45:41 02:04 121.1k 95 406.8M 0 0 95 389.4M 0 145.4k 47:45 45:42 02:03 119.1k 95 406.8M 0 0 95 389.5M 0 145.3k 47:45 45:43 02:02 113.0k 95 406.8M 0 0 95 389.6M 0 145.3k 47:46 45:45 02:01 104.2k 95 406.8M 0 0 95 389.8M 0 145.3k 47:46 45:46 02:00 113.2k 95 406.8M 0 0 95 390.0M 0 145.3k 47:46 45:47 01:59 114.1k 95 406.8M 0 0 95 390.1M 0 145.3k 47:46 45:49 01:57 115.6k 95 406.8M 0 0 95 390.3M 0 145.3k 47:46 45:50 01:56 129.6k 95 406.8M 0 0 95 390.5M 0 145.3k 47:46 45:51 01:55 144.7k 96 406.8M 0 0 96 390.6M 0 145.3k 47:46 45:52 01:54 140.0k 96 406.8M 0 0 96 390.8M 0 145.3k 47:47 45:54 01:53 130.4k 96 406.8M 0 0 96 390.8M 0 145.2k 47:47 45:55 01:52 120.9k 96 406.8M 0 0 96 391.0M 0 145.2k 47:47 45:56 01:51 116.5k 96 406.8M 0 0 96 391.2M 0 145.2k 47:47 45:57 01:50 115.7k 96 406.8M 0 0 96 391.4M 0 145.2k 47:47 45:58 01:49 124.9k 96 406.8M 0 0 96 391.5M 0 145.2k 47:47 45:59 01:48 133.9k 96 406.8M 0 0 96 391.7M 0 145.2k 47:47 46:01 01:46 148.3k 96 406.8M 0 0 96 392.0M 0 145.3k 47:47 46:02 01:45 159.4k 96 406.8M 0 0 96 392.1M 0 145.3k 47:47 46:03 01:44 161.4k 96 406.8M 0 0 96 392.3M 0 145.3k 47:47 46:05 01:42 147.6k 96 406.8M 0 0 96 392.5M 0 145.2k 47:47 46:06 01:41 144.6k 96 406.8M 0 0 96 392.6M 0 145.2k 47:48 46:07 01:41 133.3k 96 406.8M 0 0 96 392.8M 0 145.2k 47:48 46:09 01:39 124.3k 96 406.8M 0 0 96 393.0M 0 145.2k 47:48 46:10 01:38 122.8k 96 406.8M 0 0 96 393.1M 0 145.2k 47:47 46:11 01:36 132.5k 96 406.8M 0 0 96 393.4M 0 145.2k 47:47 46:12 01:35 150.3k 96 406.8M 0 0 96 393.6M 0 145.2k 47:47 46:14 01:33 163.6k 96 406.8M 0 0 96 393.7M 0 145.2k 47:47 46:15 01:32 157.4k 96 406.8M 0 0 96 393.8M 0 145.2k 47:48 46:16 01:32 143.7k 96 406.8M 0 0 96 394.0M 0 145.2k 47:48 46:18 01:30 126.8k 96 406.8M 0 0 96 394.1M 0 145.1k 47:49 46:19 01:30 103.4k 96 406.8M 0 0 96 394.2M 0 145.1k 47:50 46:20 01:30 95366 96 406.8M 0 0 96 394.4M 0 145.1k 47:50 46:22 01:28 100.0k 96 406.8M 0 0 96 394.6M 0 145.1k 47:50 46:23 01:27 107.2k 97 406.8M 0 0 97 394.8M 0 145.1k 47:50 46:25 01:25 113.3k 97 406.8M 0 0 97 395.0M 0 145.1k 47:50 46:26 01:24 124.6k 97 406.8M 0 0 97 395.1M 0 145.1k 47:50 46:28 01:22 134.1k 97 406.8M 0 0 97 395.3M 0 145.1k 47:50 46:29 01:21 137.4k 97 406.8M 0 0 97 395.5M 0 145.1k 47:50 46:30 01:20 133.5k 97 406.8M 0 0 97 395.6M 0 145.0k 47:51 46:32 01:19 125.7k 97 406.8M 0 0 97 395.8M 0 145.0k 47:51 46:33 01:18 124.2k 97 406.8M 0 0 97 395.9M 0 145.0k 47:51 46:34 01:17 118.2k 97 406.8M 0 0 97 396.1M 0 145.0k 47:51 46:35 01:16 115.2k 97 406.8M 0 0 97 396.3M 0 145.1k 47:51 46:37 01:14 134.7k 97 406.8M 0 0 97 396.5M 0 145.1k 47:51 46:38 01:13 148.9k 97 406.8M 0 0 97 396.6M 0 145.0k 47:51 46:40 01:11 137.7k 97 406.8M 0 0 97 396.8M 0 145.0k 47:52 46:41 01:11 135.4k 97 406.8M 0 0 97 396.9M 0 145.0k 47:52 46:42 01:10 130.8k 97 406.8M 0 0 97 397.0M 0 145.0k 47:52 46:43 01:09 112.7k 97 406.8M 0 0 97 397.1M 0 144.9k 47:53 46:44 01:09 98.61k 97 406.8M 0 0 97 397.3M 0 144.9k 47:53 46:46 01:07 103.4k 97 406.8M 0 0 97 397.4M 0 144.9k 47:54 46:47 01:07 98758 97 406.8M 0 0 97 397.5M 0 144.8k 47:55 46:49 01:06 89359 97 406.8M 0 0 97 397.6M 0 144.8k 47:55 46:50 01:05 87720 97 406.8M 0 0 97 397.8M 0 144.8k 47:56 46:52 01:04 95902 97 406.8M 0 0 97 398.0M 0 144.8k 47:56 46:53 01:03 98.89k 97 406.8M 0 0 97 398.1M 0 144.8k 47:56 46:55 01:01 105.3k 97 406.8M 0 0 97 398.3M 0 144.8k 47:56 46:56 01:00 116.1k 97 406.8M 0 0 97 398.4M 0 144.8k 47:56 46:57 00:59 118.3k 97 406.8M 0 0 97 398.6M 0 144.8k 47:56 46:58 00:58 125.2k 98 406.8M 0 0 98 398.8M 0 144.8k 47:56 46:59 00:57 127.7k 98 406.8M 0 0 98 399.0M 0 144.8k 47:56 47:01 00:55 135.3k 98 406.8M 0 0 98 399.1M 0 144.8k 47:56 47:02 00:54 142.7k 98 406.8M 0 0 98 399.3M 0 144.8k 47:56 47:03 00:53 147.8k 98 406.8M 0 0 98 399.5M 0 144.8k 47:56 47:04 00:52 153.7k 98 406.8M 0 0 98 399.7M 0 144.8k 47:56 47:06 00:50 155.2k 98 406.8M 0 0 98 399.8M 0 144.8k 47:56 47:07 00:49 149.4k 98 406.8M 0 0 98 400.0M 0 144.7k 47:57 47:09 00:48 123.3k 98 406.8M 0 0 98 400.1M 0 144.7k 47:58 47:10 00:48 118.5k 98 406.8M 0 0 98 400.3M 0 144.7k 47:57 47:11 00:46 114.7k 98 406.8M 0 0 98 400.5M 0 144.7k 47:57 47:12 00:45 117.6k 98 406.8M 0 0 98 400.6M 0 144.7k 47:57 47:13 00:44 129.3k 98 406.8M 0 0 98 400.9M 0 144.8k 47:56 47:14 00:42 169.0k 98 406.8M 0 0 98 401.1M 0 144.8k 47:56 47:16 00:40 187.1k 98 406.8M 0 0 98 401.4M 0 144.8k 47:56 47:17 00:39 189.4k 98 406.8M 0 0 98 401.6M 0 144.8k 47:56 47:19 00:37 182.1k 98 406.8M 0 0 98 401.8M 0 144.8k 47:56 47:20 00:36 174.5k 98 406.8M 0 0 98 402.0M 0 144.8k 47:55 47:21 00:34 168.9k 98 406.8M 0 0 98 402.1M 0 144.8k 47:55 47:22 00:33 158.7k 98 406.8M 0 0 98 402.3M 0 144.8k 47:55 47:23 00:32 154.9k 98 406.8M 0 0 98 402.5M 0 144.8k 47:55 47:24 00:31 151.3k 98 406.8M 0 0 98 402.6M 0 144.8k 47:55 47:26 00:29 157.0k 99 406.8M 0 0 99 402.9M 0 144.9k 47:55 47:27 00:28 162.4k 99 406.8M 0 0 99 403.1M 0 144.9k 47:54 47:28 00:26 162.4k 99 406.8M 0 0 99 403.2M 0 144.8k 47:55 47:29 00:26 148.0k 99 406.8M 0 0 99 403.4M 0 144.8k 47:55 47:31 00:24 155.5k 99 406.8M 0 0 99 403.6M 0 144.8k 47:55 47:32 00:23 148.6k 99 406.8M 0 0 99 403.8M 0 144.8k 47:55 47:33 00:22 138.7k 99 406.8M 0 0 99 404.0M 0 144.9k 47:54 47:35 00:19 162.2k 99 406.8M 0 0 99 404.0M 0 144.9k 47:54 47:35 00:19 144.9k 99 406.8M 0 0 99 404.3M 0 144.9k 47:54 47:36 00:18 192.4k 99 406.8M 0 0 99 404.5M 0 144.9k 47:54 47:38 00:16 150.2k 99 406.8M 0 0 99 404.6M 0 144.8k 47:55 47:39 00:16 130.2k 99 406.8M 0 0 99 404.7M 0 144.8k 47:55 47:40 00:15 127.0k 99 406.8M 0 0 99 404.8M 0 144.8k 47:55 47:41 00:14 126.2k 99 406.8M 0 0 99 405.0M 0 144.8k 47:56 47:42 00:14 108.0k 99 406.8M 0 0 99 405.1M 0 144.8k 47:56 47:44 00:12 104.4k 99 406.8M 0 0 99 405.2M 0 144.8k 47:56 47:45 00:11 108.3k 99 406.8M 0 0 99 405.3M 0 144.8k 47:57 47:46 00:11 105.0k 99 406.8M 0 0 99 405.5M 0 144.7k 47:57 47:48 00:09 97.66k 99 406.8M 0 0 99 405.6M 0 144.7k 47:58 47:49 00:09 100.8k 99 406.8M 0 0 99 405.8M 0 144.7k 47:58 47:50 00:08 107.2k 99 406.8M 0 0 99 405.9M 0 144.7k 47:58 47:51 00:07 110.1k 99 406.8M 0 0 99 406.1M 0 144.7k 47:58 47:53 00:05 118.7k 99 406.8M 0 0 99 406.3M 0 144.7k 47:58 47:54 00:04 132.8k 99 406.8M 0 0 99 406.5M 0 144.7k 47:58 47:55 00:03 139.4k 99 406.8M 0 0 99 406.6M 0 144.7k 47:58 47:56 00:02 147.0k* upload completely sent off: 426637381 bytes 100 406.8M 0 0 100 406.8M 0 144.7k 47:58 47:58 150.8k 100 406.8M 0 0 100 406.8M 0 144.7k 47:59 47:59 128.2k{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: 4OopWSZgDZBDjrMQd3GlJEAhnLIHriBWXQUsUhUZLS8byUuGKWGAU8q0wNyfCWdI+AYbBy6hzUg= < x-amz-request-id: KC48C4D6EF535ZCQ < Date: Thu, 07 May 2026 09:03:02 GMT < x-amz-server-side-encryption: AES256 < ETag: "7e46beec799ee69f2f071c64f8782ea2" < x-amz-checksum-crc64nvme: tjmjG5XtXXI= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 406.8M 0 0 100 406.8M 0 144.7k 47:59 47:59 128.2k 100 406.8M 0 0 100 406.8M 0 144.7k 47:59 47:59 128.2k 100 406.8M 0 0 100 406.8M 0 144.7k 47:59 47:59 128.2k * shutting down connection #0 took: 2910.46 seconds Blunders: now uploading files "/l/logs.nightly/bench-index-nightly-wikimedium.trunk.nightly.Lucene104.nd27.625M.jfr" to blunders.io... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 0* Host s3.eu-west-1.amazonaws.com:443 was resolved. * IPv6: (none) * IPv4: 3.5.73.109, 3.5.74.8, 3.5.66.33, 52.92.18.96, 3.5.67.225, 3.5.69.24, 3.5.73.125, 52.218.62.251 * Trying 3.5.73.109:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.73.109 port 443) from 10.17.4.7 port 32840 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/1f414830-2ea1-4dc8-8ff7-fe99dd458781.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEOf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIBHLATayhNXK%2BUK9R4OhJ60syaldyz6260OoYWA9klN9AiEA8BMmx8iX%2FmeQJTAt7idheJVswiwLWPTN7BORvjoRdokqwwUIr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDHx9sXqWTi3g9S0NrSqXBQCIHddrNLOH0nN830BDI3fkGlQ1FUg98gARMNeSjDKvwLiTpc0emT06g2a3IPkOrhzmPtCNnkw32mDNcbPrZVUc47CSnKMAfisw47QR%2Bm3Bp9%2FQpgeZwrZ1S5gWDtjx%2FMbHonPLm0SahPP08Tx2kREfACJUJV8bc9SqF%2FLz927bKXLq77SUHYkFEkvEOTVl2E8xt%2Fl1FmAyDYv%2FS8hiVlrhqamzicwI74fY7w3lGjGyvt%2BuqcCWpwGZ0D7nbMmVPMxL%2Ba%2FOUoSjLl77hsYJxHc5NU7hlbI3LN%2BKnnOO2b7ycS83204c3xp1P%2FYAvvTiigf0WYcsMoS%2F1HJJPPCs3jRij%2BVxnCJWAeOrtFVvVhwPqGJF7JPgY50cekAn1vraxuQtYpm8fU15lhnf2skhgsPxp8Lpp%2FEBbYzI6Fc35l5kVK0IKo6dwXDAAn95Ode2KT%2Fsr5ctYqAWOvdukw8ahqyARnHCA6GKr%2BOBKDrwwZ%2BTQ%2Fa%2FjEASKRlobBwQC7ErdnE1qisybYy7w6YOrSG4VhY7Rxo3zwfpTihFPfHWqDhckXHMWF2D%2FMiC4lilU0GCnr76PYgulyWqztj36FbYAoXz0nIc89sxZo%2Bjy5zppRUnY%2FZmrsOFZMQbaR9HhG9eUwIOXLRi90cCnhhLjkfG%2Bw5SEp42U8x7Om3FKRMKTQ464UeW%2FUzXI17%2BchPfEUM4%2FtjWlIc76M1K9%2FlD3IEKVcj6W%2Fo%2FEDf120ezCsZFn%2B%2BMmAZj%2BiQsQ62NOMBx%2FFqtYm%2Bdho9eDZ%2FJkkosFiyRX%2BUPOR07UziDSXwpxkpo7Vl0YG2ml0pqq9NeuLo73w%2FlWx20s6FcraPLvl49gqGqEu7DjEgAkt7lqyZfVl2FIUuAsAoBIoX%2FfjCA3PDPBjqxAbDwnSJrRcwUNO5CPbwIi48UpCmJPi8SCctsVfeIDHZci2kbtAa8utur4JttjOBpS7Q7H6Df%2F9b6ppEUXl0HlJ2h1i5dwPAjIJITSlXax5VwMVTxD02CrM8Eh5XTDYfR66K%2FGmM5ei%2Bms3JebFGXzL2e7%2Fz2QcbbGWHXPfzPqhjGfxFGeYVlROQDswtQERXancx73EIxdA2dEDsPTwLvMoUroHwob1S0o7TzqJyPnyTjlQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260507T095100Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDUSMCZBU%2F20260507%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=0fda685c797c09760a27413581873894e6e1b3e8b5249a0448a24f0761775d8c HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 72340552 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 4 68.98M 0 0 4 3.25M 0 3.24M 00:21 00:01 00:20 3.24M 17 68.98M 0 0 17 11.93M 0 5.96M 00:11 00:02 00:09 5.96M 29 68.98M 0 0 29 20.25M 0 6.74M 00:10 00:03 00:07 6.74M 39 68.98M 0 0 39 27.43M 0 6.84M 00:10 00:04 00:06 6.84M 51 68.98M 0 0 51 35.25M 0 7.03M 00:09 00:05 00:04 7.03M 62 68.98M 0 0 62 43.25M 0 7.19M 00:09 00:06 00:03 7.98M 74 68.98M 0 0 74 51.50M 0 7.34M 00:09 00:07 00:02 7.89M 86 68.98M 0 0 86 59.68M 0 7.44M 00:09 00:08 00:01 7.87M 95 68.98M 0 0 95 66.18M 0 7.33M 00:09 00:09 7.72M* upload completely sent off: 72340552 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: Z2bSBvGztYqu6+xEvh8x9P5fdLXe8RYG2Mkf5ynkngOTMUTttsmrBtstImBVl5L4OJ+Vzh4L/MvJmQAVpG0SrcufBCp7P72k < x-amz-request-id: WBS1C9ZSASA4NC9F < Date: Thu, 07 May 2026 09:51:07 GMT < x-amz-server-side-encryption: AES256 < ETag: "8f0640b25d99c44a046899c8316358c5" < x-amz-checksum-crc64nvme: R+duffYHDrw= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 68.98M 0 0 100 68.98M 0 7.00M 00:09 00:09 7.72M 100 68.98M 0 0 100 68.98M 0 7.00M 00:09 00:09 7.72M 100 68.98M 0 0 100 68.98M 0 7.00M 00:09 00:09 7.72M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 15.53 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.75.82, 3.5.74.124, 3.5.65.124, 3.5.64.137, 3.5.66.40, 52.92.34.168, 3.5.74.122, 3.5.69.23 * Trying 3.5.75.82:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.75.82 port 443) from 10.17.4.7 port 39406 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/4a463a5b-dde6-409a-8a31-6830c616eb71.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEOf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIBHLATayhNXK%2BUK9R4OhJ60syaldyz6260OoYWA9klN9AiEA8BMmx8iX%2FmeQJTAt7idheJVswiwLWPTN7BORvjoRdokqwwUIr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDHx9sXqWTi3g9S0NrSqXBQCIHddrNLOH0nN830BDI3fkGlQ1FUg98gARMNeSjDKvwLiTpc0emT06g2a3IPkOrhzmPtCNnkw32mDNcbPrZVUc47CSnKMAfisw47QR%2Bm3Bp9%2FQpgeZwrZ1S5gWDtjx%2FMbHonPLm0SahPP08Tx2kREfACJUJV8bc9SqF%2FLz927bKXLq77SUHYkFEkvEOTVl2E8xt%2Fl1FmAyDYv%2FS8hiVlrhqamzicwI74fY7w3lGjGyvt%2BuqcCWpwGZ0D7nbMmVPMxL%2Ba%2FOUoSjLl77hsYJxHc5NU7hlbI3LN%2BKnnOO2b7ycS83204c3xp1P%2FYAvvTiigf0WYcsMoS%2F1HJJPPCs3jRij%2BVxnCJWAeOrtFVvVhwPqGJF7JPgY50cekAn1vraxuQtYpm8fU15lhnf2skhgsPxp8Lpp%2FEBbYzI6Fc35l5kVK0IKo6dwXDAAn95Ode2KT%2Fsr5ctYqAWOvdukw8ahqyARnHCA6GKr%2BOBKDrwwZ%2BTQ%2Fa%2FjEASKRlobBwQC7ErdnE1qisybYy7w6YOrSG4VhY7Rxo3zwfpTihFPfHWqDhckXHMWF2D%2FMiC4lilU0GCnr76PYgulyWqztj36FbYAoXz0nIc89sxZo%2Bjy5zppRUnY%2FZmrsOFZMQbaR9HhG9eUwIOXLRi90cCnhhLjkfG%2Bw5SEp42U8x7Om3FKRMKTQ464UeW%2FUzXI17%2BchPfEUM4%2FtjWlIc76M1K9%2FlD3IEKVcj6W%2Fo%2FEDf120ezCsZFn%2B%2BMmAZj%2BiQsQ62NOMBx%2FFqtYm%2Bdho9eDZ%2FJkkosFiyRX%2BUPOR07UziDSXwpxkpo7Vl0YG2ml0pqq9NeuLo73w%2FlWx20s6FcraPLvl49gqGqEu7DjEgAkt7lqyZfVl2FIUuAsAoBIoX%2FfjCA3PDPBjqxAbDwnSJrRcwUNO5CPbwIi48UpCmJPi8SCctsVfeIDHZci2kbtAa8utur4JttjOBpS7Q7H6Df%2F9b6ppEUXl0HlJ2h1i5dwPAjIJITSlXax5VwMVTxD02CrM8Eh5XTDYfR66K%2FGmM5ei%2Bms3JebFGXzL2e7%2Fz2QcbbGWHXPfzPqhjGfxFGeYVlROQDswtQERXancx73EIxdA2dEDsPTwLvMoUroHwob1S0o7TzqJyPnyTjlQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260507T095116Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDUSMCZBU%2F20260507%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=93407b5d76ce1732b534b3f6246b699d95c028683473e9d3fb07e6c0e6f854bd HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 643706379 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 613.8M 0 0 0 3.00M 0 3.00M 03:24 03:24 3.00M 1 613.8M 0 0 1 11.81M 0 5.90M 01:44 00:02 01:42 5.90M 3 613.8M 0 0 3 21.18M 0 7.05M 01:26 00:03 01:23 7.05M 5 613.8M 0 0 5 31.37M 0 7.83M 01:18 00:04 01:14 7.83M 6 613.8M 0 0 6 39.43M 0 7.87M 01:17 00:05 01:12 7.87M 7 613.8M 0 0 7 47.68M 0 7.93M 01:17 00:06 01:11 8.91M 9 613.8M 0 0 9 56.37M 0 8.03M 01:16 00:07 01:09 8.88M 10 613.8M 0 0 10 65.25M 0 8.13M 01:15 00:08 01:07 8.78M 12 613.8M 0 0 12 74.25M 0 8.22M 01:14 00:09 01:05 8.54M 13 613.8M 0 0 13 83.31M 0 8.31M 01:13 00:10 01:03 8.75M 15 613.8M 0 0 15 92.31M 0 8.37M 01:13 00:11 01:02 8.90M 16 613.8M 0 0 16 101.3M 0 8.42M 01:12 00:12 01:00 8.97M 17 613.8M 0 0 17 110.4M 0 8.47M 01:12 00:13 00:59 9.01M 19 613.8M 0 0 19 119.6M 0 8.52M 01:12 00:14 00:58 9.05M 21 613.8M 0 0 21 129.1M 0 8.58M 01:11 00:15 00:56 9.13M 22 613.8M 0 0 22 138.1M 0 8.61M 01:11 00:16 00:55 9.14M 23 613.8M 0 0 23 145.8M 0 8.55M 01:11 00:17 00:54 8.87M 25 613.8M 0 0 25 154.3M 0 8.55M 01:11 00:18 00:53 8.76M 26 613.8M 0 0 26 163.4M 0 8.58M 01:11 00:19 00:52 8.74M 27 613.8M 0 0 27 170.6M 0 8.51M 01:12 00:20 00:52 8.28M 28 613.8M 0 0 28 177.9M 0 8.45M 01:12 00:21 00:51 7.92M 30 613.8M 0 0 30 185.6M 0 8.41M 01:12 00:22 00:50 7.92M 31 613.8M 0 0 31 193.4M 0 8.38M 01:13 00:23 00:50 7.77M 32 613.8M 0 0 32 201.3M 0 8.36M 01:13 00:24 00:49 7.55M 34 613.8M 0 0 34 209.3M 0 8.34M 01:13 00:25 00:48 7.69M 35 613.8M 0 0 35 216.6M 0 8.30M 01:13 00:26 00:47 7.70M 36 613.8M 0 0 36 222.8M 0 8.22M 01:14 00:27 00:47 7.42M 37 613.8M 0 0 37 229.8M 0 8.18M 01:15 00:28 00:47 7.24M 38 613.8M 0 0 38 237.2M 0 8.15M 01:15 00:29 00:46 7.13M 39 613.8M 0 0 39 244.9M 0 8.13M 01:15 00:30 00:45 7.09M 41 613.8M 0 0 41 252.8M 0 8.13M 01:15 00:31 00:44 7.21M 42 613.8M 0 0 42 260.8M 0 8.12M 01:15 00:32 00:43 7.56M 43 613.8M 0 0 43 268.7M 0 8.11M 01:15 00:33 00:42 7.76M 45 613.8M 0 0 45 276.7M 0 8.11M 01:15 00:34 00:41 7.87M 46 613.8M 0 0 46 284.7M 0 8.10M 01:15 00:35 00:40 7.92M 47 613.8M 0 0 47 292.7M 0 8.10M 01:15 00:36 00:39 7.95M 49 613.8M 0 0 49 300.8M 0 8.10M 01:15 00:37 00:38 7.95M 50 613.8M 0 0 50 307.2M 0 8.05M 01:16 00:38 00:38 7.64M 51 613.8M 0 0 51 314.3M 0 8.03M 01:16 00:39 00:37 7.46M 52 613.8M 0 0 52 321.8M 0 8.01M 01:16 00:40 00:36 7.38M 53 613.8M 0 0 53 329.8M 0 8.01M 01:16 00:41 00:35 7.38M 55 613.8M 0 0 55 338.0M 0 8.02M 01:16 00:42 00:34 7.42M 56 613.8M 0 0 56 346.3M 0 8.02M 01:16 00:43 00:33 7.81M 57 613.8M 0 0 57 354.6M 0 8.03M 01:16 00:44 00:32 8.06M 59 613.8M 0 0 59 363.0M 0 8.04M 01:16 00:45 00:31 8.22M 60 613.8M 0 0 60 371.4M 0 8.04M 01:16 00:46 00:30 8.29M 61 613.8M 0 0 61 379.8M 0 8.05M 01:16 00:47 00:29 8.33M 63 613.8M 0 0 63 388.3M 0 8.06M 01:16 00:48 00:28 8.37M 64 613.8M 0 0 64 397.1M 0 8.07M 01:15 00:49 00:26 8.46M 66 613.8M 0 0 66 405.3M 0 8.08M 01:15 00:50 00:25 8.42M 67 613.8M 0 0 67 412.6M 0 8.06M 01:16 00:51 00:25 8.21M 68 613.8M 0 0 68 420.6M 0 8.06M 01:16 00:52 00:24 8.13M 69 613.8M 0 0 69 429.1M 0 8.07M 01:16 00:53 00:23 8.15M 71 613.8M 0 0 71 438.0M 0 8.08M 01:15 00:54 00:21 8.16M 72 613.8M 0 0 72 447.1M 0 8.10M 01:15 00:55 00:20 8.36M 74 613.8M 0 0 74 456.4M 0 8.12M 01:15 00:56 00:19 8.75M 75 613.8M 0 0 75 465.6M 0 8.14M 01:15 00:57 00:18 9.00M 77 613.8M 0 0 77 474.9M 0 8.16M 01:15 00:58 00:17 9.14M 78 613.8M 0 0 78 484.1M 0 8.18M 01:15 00:59 00:16 9.21M 80 613.8M 0 0 80 493.5M 0 8.20M 01:14 01:00 00:14 9.25M 81 613.8M 0 0 81 503.0M 0 8.22M 01:14 01:01 00:13 9.29M 83 613.8M 0 0 83 512.7M 0 8.24M 01:14 01:02 00:12 9.39M 85 613.8M 0 0 85 522.8M 0 8.27M 01:14 01:03 00:11 9.56M 86 613.8M 0 0 86 533.6M 0 8.31M 01:13 01:04 00:09 9.87M 88 613.8M 0 0 88 545.3M 0 8.36M 01:13 01:05 00:08 10.32M 90 613.8M 0 0 90 556.5M 0 8.40M 01:13 01:06 00:07 10.67M 92 613.8M 0 0 92 566.3M 0 8.42M 01:12 01:07 00:05 10.69M 93 613.8M 0 0 93 576.5M 0 8.45M 01:12 01:08 00:04 10.70M 95 613.8M 0 0 95 584.8M 0 8.45M 01:12 01:09 00:03 10.19M 96 613.8M 0 0 96 592.4M 0 8.43M 01:12 01:10 00:02 9.40M 97 613.8M 0 0 97 599.0M 0 8.41M 01:12 01:11 00:01 8.49M 98 613.8M 0 0 98 606.1M 0 8.39M 01:13 01:12 00:01 7.92M 99 613.8M 0 0 99 613.5M 0 8.37M 01:13 01:13 7.35M* upload completely sent off: 643706379 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: /AnRjAf1pc/quo8fnm/WDFpusnA1zkKwgxdIWPMiYy0t/YMvIQvk1XixVViVUF9pGmMOuhzXZVUEpcualke4OwXYU8RkUzcY < x-amz-request-id: M3VH7EFXFSX60KX0 < Date: Thu, 07 May 2026 09:52:11 GMT < x-amz-server-side-encryption: AES256 < ETag: "8cdc60f1ce795774228dc32b40a131f7" < x-amz-checksum-crc64nvme: VOTF44Xd9YE= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 613.8M 0 0 100 613.8M 0 8.33M 01:13 01:13 7.35M 100 613.8M 0 0 100 613.8M 0 8.33M 01:13 01:13 7.35M 100 613.8M 0 0 100 613.8M 0 8.33M 01:13 01:13 7.35M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 127.31 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.73.116, 3.5.72.116, 3.5.69.1, 52.218.61.195, 3.5.71.68, 3.5.75.88, 3.5.74.44 * Trying 3.5.73.116:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (3.5.73.116 port 443) from 10.17.4.7 port 51598 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/612d2234-d423-41fc-b8ea-dddb182471ea.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEOf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIBHLATayhNXK%2BUK9R4OhJ60syaldyz6260OoYWA9klN9AiEA8BMmx8iX%2FmeQJTAt7idheJVswiwLWPTN7BORvjoRdokqwwUIr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDHx9sXqWTi3g9S0NrSqXBQCIHddrNLOH0nN830BDI3fkGlQ1FUg98gARMNeSjDKvwLiTpc0emT06g2a3IPkOrhzmPtCNnkw32mDNcbPrZVUc47CSnKMAfisw47QR%2Bm3Bp9%2FQpgeZwrZ1S5gWDtjx%2FMbHonPLm0SahPP08Tx2kREfACJUJV8bc9SqF%2FLz927bKXLq77SUHYkFEkvEOTVl2E8xt%2Fl1FmAyDYv%2FS8hiVlrhqamzicwI74fY7w3lGjGyvt%2BuqcCWpwGZ0D7nbMmVPMxL%2Ba%2FOUoSjLl77hsYJxHc5NU7hlbI3LN%2BKnnOO2b7ycS83204c3xp1P%2FYAvvTiigf0WYcsMoS%2F1HJJPPCs3jRij%2BVxnCJWAeOrtFVvVhwPqGJF7JPgY50cekAn1vraxuQtYpm8fU15lhnf2skhgsPxp8Lpp%2FEBbYzI6Fc35l5kVK0IKo6dwXDAAn95Ode2KT%2Fsr5ctYqAWOvdukw8ahqyARnHCA6GKr%2BOBKDrwwZ%2BTQ%2Fa%2FjEASKRlobBwQC7ErdnE1qisybYy7w6YOrSG4VhY7Rxo3zwfpTihFPfHWqDhckXHMWF2D%2FMiC4lilU0GCnr76PYgulyWqztj36FbYAoXz0nIc89sxZo%2Bjy5zppRUnY%2FZmrsOFZMQbaR9HhG9eUwIOXLRi90cCnhhLjkfG%2Bw5SEp42U8x7Om3FKRMKTQ464UeW%2FUzXI17%2BchPfEUM4%2FtjWlIc76M1K9%2FlD3IEKVcj6W%2Fo%2FEDf120ezCsZFn%2B%2BMmAZj%2BiQsQ62NOMBx%2FFqtYm%2Bdho9eDZ%2FJkkosFiyRX%2BUPOR07UziDSXwpxkpo7Vl0YG2ml0pqq9NeuLo73w%2FlWx20s6FcraPLvl49gqGqEu7DjEgAkt7lqyZfVl2FIUuAsAoBIoX%2FfjCA3PDPBjqxAbDwnSJrRcwUNO5CPbwIi48UpCmJPi8SCctsVfeIDHZci2kbtAa8utur4JttjOBpS7Q7H6Df%2F9b6ppEUXl0HlJ2h1i5dwPAjIJITSlXax5VwMVTxD02CrM8Eh5XTDYfR66K%2FGmM5ei%2Bms3JebFGXzL2e7%2Fz2QcbbGWHXPfzPqhjGfxFGeYVlROQDswtQERXancx73EIxdA2dEDsPTwLvMoUroHwob1S0o7TzqJyPnyTjlQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260507T095324Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDUSMCZBU%2F20260507%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=9a9cbd24ec258f56e90587d6444650bd0600128cec49a130002d269dbc5245ed HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 62071914 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 3 59.19M 0 0 3 2.06M 0 2.06M 00:28 00:01 00:27 2.06M 13 59.19M 0 0 13 8.06M 0 4.01M 00:14 00:02 00:12 4.01M 22 59.19M 0 0 22 13.18M 0 4.38M 00:13 00:03 00:10 4.38M 31 59.19M 0 0 31 18.62M 0 4.64M 00:12 00:04 00:08 4.64M 40 59.19M 0 0 40 24.25M 0 4.82M 00:12 00:05 00:07 4.82M 50 59.19M 0 0 50 29.93M 0 4.96M 00:11 00:06 00:05 5.54M 60 59.19M 0 0 60 35.68M 0 5.07M 00:11 00:07 00:04 5.49M 69 59.19M 0 0 69 41.31M 0 5.13M 00:11 00:08 00:03 5.59M 79 59.19M 0 0 79 47.06M 0 5.20M 00:11 00:09 00:02 5.65M 89 59.19M 0 0 89 52.87M 0 5.26M 00:11 00:10 00:01 5.70M 99 59.19M 0 0 99 58.87M 0 5.33M 00:11 00:11 5.76M* upload completely sent off: 62071914 bytes { [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: ja05lj0IT9sgV3nId/HGsXmS9v1+blaLWIJufTsZA1oZR0FyWSZDuFy4x2BjA082tkwsbZsmtdrVaPJ7tncjLxT1PjACr1jn < x-amz-request-id: YTR0QFQ7S3FG1G5K < Date: Thu, 07 May 2026 09:53:30 GMT < x-amz-server-side-encryption: AES256 < ETag: "d97bde8f514fc7415e5eb83e7a91ba5f" < x-amz-checksum-crc64nvme: is8byL7icA0= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < 100 59.19M 0 0 100 59.19M 0 5.09M 00:11 00:11 5.76M 100 59.19M 0 0 100 59.19M 0 5.09M 00:11 00:11 5.76M 100 59.19M 0 0 100 59.19M 0 5.09M 00:11 00:11 5.76M * Connection #0 to host s3.eu-west-1.amazonaws.com:443 left intact took: 16.56 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.4.152, 3.5.64.195, 3.5.66.19, 52.92.18.88, 3.5.73.94, 52.92.3.96, 3.5.71.106, 3.5.67.218 * Trying 52.92.4.152:443... * ALPN: curl offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [1570 bytes data] * SSL Trust Anchors: * CAfile: /etc/ssl/certs/ca-certificates.crt { [5 bytes data] * TLSv1.3 (IN), TLS handshake, Server hello (2): { [1210 bytes data] * TLSv1.3 (IN), TLS change cipher, Change cipher spec (1): { [1 bytes data] * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8): { [25 bytes data] * TLSv1.3 (IN), TLS handshake, Certificate (11): { [4422 bytes data] * TLSv1.3 (IN), TLS handshake, CERT verify (15): { [264 bytes data] * TLSv1.3 (IN), TLS handshake, Finished (20): { [36 bytes data] * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1): } [1 bytes data] * TLSv1.3 (OUT), TLS handshake, Finished (20): } [36 bytes data] * SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519MLKEM768 / RSASSA-PSS * ALPN: server accepted http/1.1 * Server certificate: * subject: CN=*.s3-eu-west-1.amazonaws.com * start date: Sep 5 00:00:00 2025 GMT * expire date: Aug 7 23:59:59 2026 GMT * issuer: C=US; O=Amazon; CN=Amazon RSA 2048 M04 * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * subjectAltName: "s3.eu-west-1.amazonaws.com" matches cert's "s3.eu-west-1.amazonaws.com" * SSL certificate verified via OpenSSL. * Established connection to s3.eu-west-1.amazonaws.com (52.92.4.152 port 443) from 10.17.4.7 port 47774 * using HTTP/1.x } [5 bytes data] > PUT /jfr-uploads.blunders.io/demo/fd062c66-463a-4a82-a8f3-4f4c1298f245.jfr.gz?X-Amz-Security-Token=IQoJb3JpZ2luX2VjEOf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJHMEUCIBHLATayhNXK%2BUK9R4OhJ60syaldyz6260OoYWA9klN9AiEA8BMmx8iX%2FmeQJTAt7idheJVswiwLWPTN7BORvjoRdokqwwUIr%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw4MzU0OTQ3NTMxMjYiDHx9sXqWTi3g9S0NrSqXBQCIHddrNLOH0nN830BDI3fkGlQ1FUg98gARMNeSjDKvwLiTpc0emT06g2a3IPkOrhzmPtCNnkw32mDNcbPrZVUc47CSnKMAfisw47QR%2Bm3Bp9%2FQpgeZwrZ1S5gWDtjx%2FMbHonPLm0SahPP08Tx2kREfACJUJV8bc9SqF%2FLz927bKXLq77SUHYkFEkvEOTVl2E8xt%2Fl1FmAyDYv%2FS8hiVlrhqamzicwI74fY7w3lGjGyvt%2BuqcCWpwGZ0D7nbMmVPMxL%2Ba%2FOUoSjLl77hsYJxHc5NU7hlbI3LN%2BKnnOO2b7ycS83204c3xp1P%2FYAvvTiigf0WYcsMoS%2F1HJJPPCs3jRij%2BVxnCJWAeOrtFVvVhwPqGJF7JPgY50cekAn1vraxuQtYpm8fU15lhnf2skhgsPxp8Lpp%2FEBbYzI6Fc35l5kVK0IKo6dwXDAAn95Ode2KT%2Fsr5ctYqAWOvdukw8ahqyARnHCA6GKr%2BOBKDrwwZ%2BTQ%2Fa%2FjEASKRlobBwQC7ErdnE1qisybYy7w6YOrSG4VhY7Rxo3zwfpTihFPfHWqDhckXHMWF2D%2FMiC4lilU0GCnr76PYgulyWqztj36FbYAoXz0nIc89sxZo%2Bjy5zppRUnY%2FZmrsOFZMQbaR9HhG9eUwIOXLRi90cCnhhLjkfG%2Bw5SEp42U8x7Om3FKRMKTQ464UeW%2FUzXI17%2BchPfEUM4%2FtjWlIc76M1K9%2FlD3IEKVcj6W%2Fo%2FEDf120ezCsZFn%2B%2BMmAZj%2BiQsQ62NOMBx%2FFqtYm%2Bdho9eDZ%2FJkkosFiyRX%2BUPOR07UziDSXwpxkpo7Vl0YG2ml0pqq9NeuLo73w%2FlWx20s6FcraPLvl49gqGqEu7DjEgAkt7lqyZfVl2FIUuAsAoBIoX%2FfjCA3PDPBjqxAbDwnSJrRcwUNO5CPbwIi48UpCmJPi8SCctsVfeIDHZci2kbtAa8utur4JttjOBpS7Q7H6Df%2F9b6ppEUXl0HlJ2h1i5dwPAjIJITSlXax5VwMVTxD02CrM8Eh5XTDYfR66K%2FGmM5ei%2Bms3JebFGXzL2e7%2Fz2QcbbGWHXPfzPqhjGfxFGeYVlROQDswtQERXancx73EIxdA2dEDsPTwLvMoUroHwob1S0o7TzqJyPnyTjlQ%3D%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20260507T095341Z&X-Amz-SignedHeaders=host&X-Amz-Credential=ASIA4FB26GNTDUSMCZBU%2F20260507%2Feu-west-1%2Fs3%2Faws4_request&X-Amz-Expires=86400&X-Amz-Signature=384d9cddd76dd0e17e07c637428e3bd14ecab12ba6b6bc5d7a8947a4c1869f65 HTTP/1.1 > Host: s3.eu-west-1.amazonaws.com > User-Agent: curl/8.18.0 > Accept: */* > content-type: application/octet-stream > Content-Length: 588854169 > Expect: 100-continue > { [5 bytes data] < HTTP/1.1 100 Continue < } [5 bytes data] 0 561.5M 0 0 0 512.0k 0 480.6k 19:56 00:01 19:55 480.7k 0 561.5M 0 0 0 832.0k 0 387.3k 24:44 00:02 24:42 387.5k 0 561.5M 0 0 0 1.00M 0 295.9k 32:23 00:03 32:20 295.9k 0 561.5M 0 0 0 1.12M 0 255.9k 37:26 00:04 37:22 256.0k 0 561.5M 0 0 0 1.25M 0 225.5k 42:30 00:05 42:25 225.5k 0 561.5M 0 0 0 1.43M 0 217.6k 44:02 00:06 43:56 168.4k 0 561.5M 0 0 0 1.68M 0 217.0k 44:09 00:07 44:02 154.1k 0 561.5M 0 0 0 1.87M 0 205.0k 46:44 00:09 46:35 151.7k 0 561.5M 0 0 0 2.06M 0 195.4k 49:02 00:10 48:52 152.1k 0 561.5M 0 0 0 2.25M 0 189.8k 50:29 00:12 50:17 158.4k 0 561.5M 0 0 0 2.43M 0 186.0k 51:31 00:13 51:18 153.9k 0 561.5M 0 0 0 2.68M 0 187.5k 51:06 00:14 50:52 152.4k 0 561.5M 0 0 0 2.93M 0 190.6k 50:16 00:15 50:01 169.5k 0 561.5M 0 0 0 3.12M 0 189.6k 50:31 00:16 50:15 179.4k 0 561.5M 0 0 0 3.31M 0 187.6k 51:04 00:18 50:46 183.1k 0 561.5M 0 0 0 3.50M 0 187.4k 51:08 00:19 50:49 190.6k 0 561.5M 0 0 0 3.62M 0 183.7k 52:09 00:20 51:49 173.6k 0 561.5M 0 0 0 3.75M 0 178.8k 53:35 00:21 53:14 146.1k 0 561.5M 0 0 0 3.87M 0 174.5k 54:54 00:22 54:32 131.0k 0 561.5M 0 0 0 4.06M 0 172.9k 55:25 00:24 55:01 128.3k 0 561.5M 0 0 0 4.25M 0 171.0k 56:01 00:25 55:36 121.5k 0 561.5M 0 0 0 4.37M 0 165.7k 57:48 00:27 57:21 112.6k 0 561.5M 0 0 0 4.56M 0 164.3k 58:19 00:28 57:51 119.5k 0 561.5M 0 0 0 4.75M 0 165.0k 58:03 00:29 57:34 133.1k 0 561.5M 0 0 0 5.00M 0 166.8k 57:26 00:30 56:56 144.8k 0 561.5M 0 0 0 5.12M 0 164.8k 58:08 00:31 57:37 140.0k 0 561.5M 0 0 0 5.31M 0 163.3k 58:39 00:33 58:06 153.0k 0 561.5M 0 0 0 5.43M 0 162.2k 59:03 00:34 58:29 152.3k 1 561.5M 0 0 1 5.62M 0 162.9k 58:49 00:35 58:14 152.1k 1 561.5M 0 0 1 5.87M 0 164.1k 58:22 00:36 57:46 150.5k 1 561.5M 0 0 1 6.12M 0 165.1k 58:01 00:37 57:24 166.9k 1 561.5M 0 0 1 6.37M 0 166.4k 57:34 00:39 56:55 183.8k 1 561.5M 0 0 1 6.62M 0 167.6k 57:09 00:40 56:29 197.6k 1 561.5M 0 0 1 6.87M 0 168.4k 56:52 00:41 56:11 198.9k 1 561.5M 0 0 1 7.06M 0 167.9k 57:04 00:43 56:21 189.0k 1 561.5M 0 0 1 7.31M 0 168.8k 56:46 00:44 56:02 190.4k 1 561.5M 0 0 1 7.56M 0 170.2k 56:16 00:45 55:31 194.0k 1 561.5M 0 0 1 7.81M 0 171.0k 56:01 00:46 55:15 193.1k 1 561.5M 0 0 1 8.12M 0 173.3k 55:18 00:48 54:30 205.6k 1 561.5M 0 0 1 8.31M 0 173.0k 55:23 00:49 54:34 208.8k 1 561.5M 0 0 1 8.50M 0 172.2k 55:39 00:50 54:49 196.6k 1 561.5M 0 0 1 8.62M 0 170.4k 56:14 00:51 55:23 171.3k 1 561.5M 0 0 1 8.81M 0 170.1k 56:19 00:53 55:26 163.1k 1 561.5M 0 0 1 9.00M 0 169.8k 56:25 00:54 55:31 143.5k 1 561.5M 0 0 1 9.18M 0 169.6k 56:29 00:55 55:34 143.4k 1 561.5M 0 0 1 9.37M 0 169.4k 56:33 00:56 55:37 146.8k 1 561.5M 0 0 1 9.50M 0 167.8k 57:05 00:57 56:08 146.3k 1 561.5M 0 0 1 9.62M 0 167.1k 57:21 00:58 56:23 139.9k 1 561.5M 0 0 1 9.81M 0 166.7k 57:28 01:00 56:28 138.5k 1 561.5M 0 0 1 10.00M 0 165.9k 57:46 01:01 56:45 132.5k 1 561.5M 0 0 1 10.12M 0 164.3k 58:19 01:03 57:16 119.1k 1 561.5M 0 0 1 10.31M 0 163.7k 58:31 01:04 57:27 127.4k 1 561.5M 0 0 1 10.43M 0 162.5k 58:58 01:05 57:53 122.5k 1 561.5M 0 0 1 10.56M 0 161.4k 59:22 01:07 58:15 113.7k 1 561.5M 0 0 1 10.68M 0 159.8k 59:57 01:08 58:49 104.5k 1 561.5M 0 0 1 10.81M 0 158.4k 1:00:28 01:09 59:19 103.8k 1 561.5M 0 0 1 10.93M 0 156.7k 1:01:07 01:11 59:56 94228 1 561.5M 0 0 1 11.06M 0 155.8k 1:01:29 01:12 1:00:17 94759 1 561.5M 0 0 1 11.18M 0 154.7k 1:01:56 01:14 1:00:42 93090 2 561.5M 0 0 2 11.31M 0 154.2k 1:02:08 01:15 1:00:53 98565 2 561.5M 0 0 2 11.50M 0 153.8k 1:02:16 01:16 1:01:00 105.8k 2 561.5M 0 0 2 11.62M 0 153.3k 1:02:29 01:17 1:01:12 113.8k 2 561.5M 0 0 2 11.75M 0 152.9k 1:02:40 01:18 1:01:22 117.4k 2 561.5M 0 0 2 11.93M 0 152.7k 1:02:43 01:20 1:01:23 128.7k 2 561.5M 0 0 2 12.18M 0 153.4k 1:02:26 01:21 1:01:05 144.3k 2 561.5M 0 0 2 12.31M 0 153.1k 1:02:34 01:22 1:01:12 143.3k 2 561.5M 0 0 2 12.50M 0 152.7k 1:02:44 01:23 1:01:21 145.2k 2 561.5M 0 0 2 12.62M 0 152.2k 1:02:56 01:24 1:01:32 143.9k 2 561.5M 0 0 2 12.75M 0 151.3k 1:03:19 01:26 1:01:53 132.9k 2 561.5M 0 0 2 12.87M 0 150.6k 1:03:35 01:27 1:02:08 113.9k 2 561.5M 0 0 2 13.06M 0 150.8k 1:03:33 01:28 1:02:05 120.5k 2 561.5M 0 0 2 13.31M 0 151.8k 1:03:07 01:29 1:01:38 138.5k 2 561.5M 0 0 2 13.62M 0 152.9k 1:02:39 01:31 1:01:08 162.0k 2 561.5M 0 0 2 13.81M 0 152.9k 1:02:39 01:32 1:01:07 175.6k 2 561.5M 0 0 2 14.00M 0 153.2k 1:02:32 01:33 1:00:59 189.8k 2 561.5M 0 0 2 14.18M 0 153.2k 1:02:33 01:34 1:00:59 188.1k 2 561.5M 0 0 2 14.37M 0 153.1k 1:02:35 01:36 1:00:59 171.6k 2 561.5M 0 0 2 14.56M 0 152.9k 1:02:40 01:37 1:01:03 152.7k 2 561.5M 0 0 2 14.75M 0 152.7k 1:02:45 01:38 1:01:07 149.0k 2 561.5M 0 0 2 14.93M 0 153.0k 1:02:37 01:39 1:00:58 150.2k 2 561.5M 0 0 2 15.18M 0 153.7k 1:02:21 01:41 1:00:40 161.0k 2 561.5M 0 0 2 15.37M 0 153.6k 1:02:22 01:42 1:00:40 161.7k 2 561.5M 0 0 2 15.50M 0 153.0k 1:02:36 01:43 1:00:53 155.4k 2 561.5M 0 0 2 15.62M 0 152.0k 1:03:02 01:45 1:01:17 141.1k 2 561.5M 0 0 2 15.75M 0 151.3k 1:03:19 01:46 1:01:33 125.8k 2 561.5M 0 0 2 15.93M 0 151.6k 1:03:10 01:47 1:01:23 119.8k 2 561.5M 0 0 2 16.12M 0 151.8k 1:03:07 01:48 1:01:19 122.2k 2 561.5M 0 0 2 16.31M 0 151.8k 1:03:07 01:50 1:01:17 131.0k 2 561.5M 0 0 2 16.50M 0 151.9k 1:03:05 01:51 1:01:14 150.4k 2 561.5M 0 0 2 16.62M 0 151.5k 1:03:14 01:52 1:01:22 154.9k 2 561.5M 0 0 2 16.75M 0 151.0k 1:03:27 01:53 1:01:34 138.8k 3 561.5M 0 0 3 16.93M 0 151.3k 1:03:20 01:54 1:01:26 141.6k 3 561.5M 0 0 3 17.18M 0 151.8k 1:03:06 01:55 1:01:11 152.7k 3 561.5M 0 0 3 17.37M 0 151.4k 1:03:18 01:57 1:01:21 142.1k 3 561.5M 0 0 3 17.50M 0 150.9k 1:03:29 01:58 1:01:31 140.6k 3 561.5M 0 0 3 17.68M 0 150.8k 1:03:32 02:00 1:01:32 147.7k 3 561.5M 0 0 3 17.87M 0 151.0k 1:03:27 02:01 1:01:26 145.9k 3 561.5M 0 0 3 18.06M 0 150.9k 1:03:30 02:02 1:01:28 134.3k 3 561.5M 0 0 3 18.31M 0 151.5k 1:03:13 02:03 1:01:10 154.8k 3 561.5M 0 0 3 18.56M 0 152.4k 1:02:52 02:04 1:00:48 181.2k 3 561.5M 0 0 3 18.81M 0 153.0k 1:02:36 02:05 1:00:31 200.3k 3 561.5M 0 0 3 19.12M 0 154.2k 1:02:08 02:06 1:00:02 221.6k 3 561.5M 0 0 3 19.31M 0 154.4k 1:02:02 02:08 59:54 234.8k 3 561.5M 0 0 3 19.50M 0 154.5k 1:02:01 02:09 59:52 220.4k 3 561.5M 0 0 3 19.75M 0 154.9k 1:01:51 02:10 59:41 209.4k 3 561.5M 0 0 3 19.93M 0 154.9k 1:01:51 02:11 59:40 194.0k 3 561.5M 0 0 3 20.12M 0 155.1k 1:01:46 02:12 59:34 174.6k 3 561.5M 0 0 3 20.43M 0 155.9k 1:01:26 02:14 59:12 187.3k 3 561.5M 0 0 3 20.68M 0 156.3k 1:01:18 02:15 59:03 194.0k 3 561.5M 0 0 3 20.87M 0 156.5k 1:01:13 02:16 58:57 191.5k 3 561.5M 0 0 3 21.06M 0 156.4k 1:01:15 02:17 58:58 189.0k 3 561.5M 0 0 3 21.31M 0 156.7k 1:01:07 02:19 58:48 191.2k 3 561.5M 0 0 3 21.50M 0 156.8k 1:01:05 02:20 58:45 176.4k 3 561.5M 0 0 3 21.68M 0 156.8k 1:01:06 02:21 58:45 167.8k 3 561.5M 0 0 3 21.87M 0 156.6k 1:01:10 02:22 58:48 158.6k 3 561.5M 0 0 3 22.06M 0 156.8k 1:01:05 02:24 58:41 166.0k 3 561.5M 0 0 3 22.25M 0 157.0k 1:01:02 02:25 58:37 161.9k 3 561.5M 0 0 3 22.43M 0 156.9k 1:01:04 02:26 58:38 157.5k 4 561.5M 0 0 4 22.56M 0 156.6k 1:01:09 02:27 58:42 153.2k 4 561.5M 0 0 4 22.75M 0 156.8k 1:01:07 02:28 58:39 160.7k 4 561.5M 0 0 4 22.93M 0 156.9k 1:01:04 02:29 58:35 158.6k 4 561.5M 0 0 4 23.18M 0 157.4k 1:00:52 02:30 58:22 168.8k 4 561.5M 0 0 4 23.43M 0 157.8k 1:00:43 02:32 58:11 181.1k 4 561.5M 0 0 4 23.68M 0 158.1k 1:00:36 02:33 58:03 194.5k 4 561.5M 0 0 4 23.87M 0 157.9k 1:00:40 02:34 58:06 186.0k 4 561.5M 0 0 4 24.06M 0 158.0k 1:00:38 02:35 58:03 184.7k 4 561.5M 0 0 4 24.31M 0 158.5k 1:00:26 02:36 57:50 186.1k 4 561.5M 0 0 4 24.43M 0 158.3k 1:00:32 02:38 57:54 171.0k 4 561.5M 0 0 4 24.56M 0 157.7k 1:00:45 02:39 58:06 146.9k 4 561.5M 0 0 4 24.75M 0 157.6k 1:00:48 02:40 58:08 148.3k 4 561.5M 0 0 4 24.93M 0 157.3k 1:00:54 02:42 58:12 140.8k 4 561.5M 0 0 4 25.06M 0 157.1k 1:00:59 02:43 58:16 121.3k 4 561.5M 0 0 4 25.25M 0 157.2k 1:00:57 02:44 58:13 130.5k 4 561.5M 0 0 4 25.50M 0 157.5k 1:00:49 02:45 58:04 153.3k 4 561.5M 0 0 4 25.68M 0 157.3k 1:00:55 02:47 58:08 149.3k 4 561.5M 0 0 4 25.87M 0 157.2k 1:00:55 02:48 58:07 155.4k 4 561.5M 0 0 4 26.00M 0 156.8k 1:01:05 02:49 58:16 150.8k 4 561.5M 0 0 4 26.12M 0 156.6k 1:01:10 02:50 58:20 141.4k 4 561.5M 0 0 4 26.25M 0 156.4k 1:01:16 02:51 58:25 125.5k 4 561.5M 0 0 4 26.43M 0 156.5k 1:01:14 02:52 58:22 133.3k 4 561.5M 0 0 4 26.62M 0 156.5k 1:01:13 02:54 58:19 133.8k 4 561.5M 0 0 4 26.81M 0 156.4k 1:01:15 02:55 58:20 143.5k 4 561.5M 0 0 4 26.93M 0 156.2k 1:01:19 02:56 58:23 145.2k 4 561.5M 0 0 4 27.12M 0 156.3k 1:01:17 02:57 58:20 154.6k 4 561.5M 0 0 4 27.25M 0 156.2k 1:01:21 02:58 58:23 147.1k 4 561.5M 0 0 4 27.37M 0 156.0k 1:01:25 02:59 58:26 139.9k 4 561.5M 0 0 4 27.56M 0 155.9k 1:01:26 03:00 58:26 140.4k 4 561.5M 0 0 4 27.75M 0 155.9k 1:01:28 03:02 58:26 144.5k 4 561.5M 0 0 4 28.00M 0 156.3k 1:01:18 03:03 58:15 155.5k 5 561.5M 0 0 5 28.12M 0 156.1k 1:01:23 03:04 58:19 152.9k 5 561.5M 0 0 5 28.31M 0 155.9k 1:01:26 03:05 58:21 154.8k 5 561.5M 0 0 5 28.50M 0 155.9k 1:01:27 03:07 58:20 154.6k 5 561.5M 0 0 5 28.68M 0 156.0k 1:01:25 03:08 58:17 159.4k 5 561.5M 0 0 5 28.87M 0 156.2k 1:01:21 03:09 58:12 152.3k 5 561.5M 0 0 5 29.12M 0 156.4k 1:01:14 03:10 58:04 168.4k 5 561.5M 0 0 5 29.37M 0 156.7k 1:01:08 03:11 57:57 181.0k 5 561.5M 0 0 5 29.56M 0 156.5k 1:01:13 03:13 58:00 175.2k 5 561.5M 0 0 5 29.75M 0 156.5k 1:01:12 03:14 57:58 172.8k 5 561.5M 0 0 5 29.93M 0 156.6k 1:01:10 03:15 57:55 169.4k 5 561.5M 0 0 5 30.18M 0 156.9k 1:01:02 03:16 57:46 172.1k 5 561.5M 0 0 5 30.43M 0 157.2k 1:00:56 03:18 57:38 172.2k 5 561.5M 0 0 5 30.62M 0 157.4k 1:00:53 03:19 57:34 185.8k 5 561.5M 0 0 5 30.81M 0 157.4k 1:00:53 03:20 57:33 185.2k 5 561.5M 0 0 5 31.06M 0 157.6k 1:00:46 03:21 57:25 191.8k 5 561.5M 0 0 5 31.31M 0 158.0k 1:00:37 03:22 57:15 194.2k 5 561.5M 0 0 5 31.50M 0 158.2k 1:00:34 03:23 57:11 192.4k 5 561.5M 0 0 5 31.68M 0 158.0k 1:00:37 03:25 57:12 179.9k 5 561.5M 0 0 5 31.87M 0 157.9k 1:00:41 03:26 57:15 174.6k 5 561.5M 0 0 5 32.00M 0 157.7k 1:00:45 03:27 57:18 158.6k 5 561.5M 0 0 5 32.12M 0 157.5k 1:00:49 03:28 57:21 140.0k 5 561.5M 0 0 5 32.31M 0 157.5k 1:00:50 03:30 57:20 133.8k 5 561.5M 0 0 5 32.50M 0 157.6k 1:00:48 03:31 57:17 142.2k 5 561.5M 0 0 5 32.62M 0 157.4k 1:00:53 03:32 57:21 138.0k 5 561.5M 0 0 5 32.75M 0 157.1k 1:01:00 03:33 57:27 134.7k 5 561.5M 0 0 5 32.87M 0 156.8k 1:01:05 03:34 57:31 131.4k 5 561.5M 0 0 5 33.06M 0 156.8k 1:01:06 03:35 57:31 132.0k 5 561.5M 0 0 5 33.31M 0 157.1k 1:00:58 03:37 57:21 140.3k 5 561.5M 0 0 5 33.56M 0 157.3k 1:00:55 03:38 57:17 154.0k 5 561.5M 0 0 5 33.68M 0 157.0k 1:01:01 03:39 57:22 154.5k 6 561.5M 0 0 6 33.81M 0 156.8k 1:01:05 03:40 57:25 157.6k 6 561.5M 0 0 6 34.00M 0 156.8k 1:01:05 03:41 57:24 159.3k 6 561.5M 0 0 6 34.18M 0 156.9k 1:01:04 03:43 57:21 147.8k 6 561.5M 0 0 6 34.43M 0 157.1k 1:00:58 03:44 57:14 152.0k 6 561.5M 0 0 6 34.68M 0 157.5k 1:00:49 03:45 57:04 177.5k 6 561.5M 0 0 6 34.87M 0 157.6k 1:00:46 03:46 57:00 188.5k 6 561.5M 0 0 6 35.06M 0 157.5k 1:00:50 03:47 57:03 180.8k 6 561.5M 0 0 6 35.25M 0 157.3k 1:00:55 03:49 57:06 171.9k 6 561.5M 0 0 6 35.43M 0 157.1k 1:00:59 03:50 57:09 155.2k 6 561.5M 0 0 6 35.56M 0 156.9k 1:01:03 03:51 57:12 136.7k 6 561.5M 0 0 6 35.75M 0 157.0k 1:01:01 03:53 57:08 135.0k 6 561.5M 0 0 6 35.87M 0 156.8k 1:01:06 03:54 57:12 132.3k 6 561.5M 0 0 6 36.00M 0 156.4k 1:01:14 03:55 57:19 125.0k 6 561.5M 0 0 6 36.18M 0 156.4k 1:01:16 03:56 57:20 128.7k 6 561.5M 0 0 6 36.31M 0 156.2k 1:01:19 03:57 57:22 128.7k 6 561.5M 0 0 6 36.50M 0 155.9k 1:01:26 03:59 57:27 118.2k 6 561.5M 0 0 6 36.62M 0 155.7k 1:01:32 04:00 57:32 116.2k 6 561.5M 0 0 6 36.81M 0 155.5k 1:01:36 04:02 57:34 124.1k 6 561.5M 0 0 6 37.00M 0 155.5k 1:01:37 04:03 57:34 124.0k 6 561.5M 0 0 6 37.18M 0 155.5k 1:01:36 04:04 57:32 130.5k 6 561.5M 0 0 6 37.37M 0 155.5k 1:01:36 04:06 57:30 139.5k 6 561.5M 0 0 6 37.62M 0 155.7k 1:01:31 04:07 57:24 158.0k 6 561.5M 0 0 6 37.81M 0 155.7k 1:01:32 04:08 57:24 162.1k 6 561.5M 0 0 6 38.00M 0 155.8k 1:01:30 04:09 57:21 168.5k 6 561.5M 0 0 6 38.18M 0 155.7k 1:01:31 04:11 57:20 165.3k 6 561.5M 0 0 6 38.31M 0 155.5k 1:01:37 04:12 57:25 154.2k 6 561.5M 0 0 6 38.43M 0 155.3k 1:01:40 04:13 57:27 138.5k 6 561.5M 0 0 6 38.62M 0 155.3k 1:01:41 04:14 57:27 138.6k 6 561.5M 0 0 6 38.81M 0 155.3k 1:01:42 04:15 57:27 134.8k 6 561.5M 0 0 6 39.00M 0 155.3k 1:01:40 04:17 57:23 138.5k 6 561.5M 0 0 6 39.18M 0 155.4k 1:01:39 04:18 57:21 152.1k 7 561.5M 0 0 7 39.37M 0 155.5k 1:01:37 04:19 57:18 161.9k 7 561.5M 0 0 7 39.56M 0 155.5k 1:01:36 04:20 57:16 164.9k 7 561.5M 0 0 7 39.75M 0 155.5k 1:01:37 04:21 57:16 164.1k 7 561.5M 0 0 7 39.93M 0 155.3k 1:01:42 04:23 57:19 152.0k 7 561.5M 0 0 7 40.12M 0 155.2k 1:01:44 04:24 57:20 146.4k 7 561.5M 0 0 7 40.31M 0 155.2k 1:01:43 04:25 57:18 144.9k 7 561.5M 0 0 7 40.50M 0 155.2k 1:01:43 04:27 57:16 144.6k 7 561.5M 0 0 7 40.62M 0 155.1k 1:01:47 04:28 57:19 138.5k 7 561.5M 0 0 7 40.75M 0 155.0k 1:01:49 04:29 57:20 141.9k 7 561.5M 0 0 7 40.87M 0 154.6k 1:01:58 04:30 57:28 128.7k 7 561.5M 0 0 7 41.00M 0 154.3k 1:02:05 04:32 57:33 114.3k 7 561.5M 0 0 7 41.18M 0 154.3k 1:02:05 04:33 57:32 114.3k 7 561.5M 0 0 7 41.31M 0 154.1k 1:02:09 04:34 57:35 113.5k 7 561.5M 0 0 7 41.43M 0 154.0k 1:02:12 04:35 57:37 112.4k 7 561.5M 0 0 7 41.62M 0 154.1k 1:02:11 04:36 57:35 129.8k 7 561.5M 0 0 7 41.87M 0 154.2k 1:02:08 04:38 57:30 149.0k 7 561.5M 0 0 7 42.00M 0 154.0k 1:02:12 04:39 57:33 140.3k 7 561.5M 0 0 7 42.18M 0 154.1k 1:02:10 04:40 57:30 152.3k 7 561.5M 0 0 7 42.37M 0 154.2k 1:02:07 04:41 57:26 164.5k 7 561.5M 0 0 7 42.56M 0 154.3k 1:02:04 04:42 57:22 166.4k 7 561.5M 0 0 7 42.68M 0 154.1k 1:02:10 04:43 57:27 150.9k 7 561.5M 0 0 7 42.81M 0 153.7k 1:02:19 04:45 57:34 140.4k 7 561.5M 0 0 7 43.00M 0 153.8k 1:02:17 04:46 57:31 140.3k 7 561.5M 0 0 7 43.18M 0 153.9k 1:02:14 04:47 57:27 140.4k 7 561.5M 0 0 7 43.37M 0 153.9k 1:02:14 04:48 57:26 135.0k 7 561.5M 0 0 7 43.56M 0 154.0k 1:02:13 04:49 57:24 147.2k 7 561.5M 0 0 7 43.75M 0 154.0k 1:02:12 04:50 57:22 168.1k 7 561.5M 0 0 7 43.93M 0 154.1k 1:02:10 04:51 57:19 168.1k 7 561.5M 0 0 7 44.12M 0 154.2k 1:02:08 04:52 57:16 166.4k 7 561.5M 0 0 7 44.31M 0 154.1k 1:02:10 04:54 57:16 163.4k 7 561.5M 0 0 7 44.50M 0 154.2k 1:02:07 04:55 57:12 165.7k 7 561.5M 0 0 7 44.68M 0 154.2k 1:02:06 04:56 57:10 165.5k 7 561.5M 0 0 7 44.87M 0 154.3k 1:02:05 04:57 57:08 165.6k 8 561.5M 0 0 8 45.06M 0 154.3k 1:02:04 04:58 57:06 162.1k 8 561.5M 0 0 8 45.31M 0 154.5k 1:02:00 05:00 57:00 175.9k 8 561.5M 0 0 8 45.43M 0 154.4k 1:02:03 05:01 57:02 163.4k 8 561.5M 0 0 8 45.62M 0 154.4k 1:02:03 05:02 57:01 162.5k 8 561.5M 0 0 8 45.87M 0 154.7k 1:01:56 05:03 56:53 173.2k 8 561.5M 0 0 8 46.12M 0 155.0k 1:01:49 05:04 56:45 186.4k 8 561.5M 0 0 8 46.31M 0 155.1k 1:01:47 05:05 56:42 183.7k 8 561.5M 0 0 8 46.50M 0 155.1k 1:01:46 05:06 56:40 192.1k 8 561.5M 0 0 8 46.62M 0 155.0k 1:01:49 05:07 56:42 186.4k 8 561.5M 0 0 8 46.81M 0 155.0k 1:01:48 05:09 56:39 172.0k 8 561.5M 0 0 8 47.06M 0 155.3k 1:01:41 05:10 56:31 175.0k 8 561.5M 0 0 8 47.25M 0 155.4k 1:01:39 05:11 56:28 196.0k 8 561.5M 0 0 8 47.25M 0 155.4k 1:01:39 05:11 56:28 155.4k 8 561.5M 0 0 8 47.43M 0 155.3k 1:01:41 05:12 56:29 130.6k 8 561.5M 0 0 8 47.56M 0 155.1k 1:01:45 05:13 56:32 123.1k 8 561.5M 0 0 8 47.68M 0 155.0k 1:01:50 05:15 56:35 117.6k 8 561.5M 0 0 8 47.81M 0 154.6k 1:01:57 05:16 56:41 109.5k 8 561.5M 0 0 8 48.00M 0 154.7k 1:01:57 05:17 56:40 118.6k 8 561.5M 0 0 8 48.18M 0 154.7k 1:01:55 05:18 56:37 125.5k 8 561.5M 0 0 8 48.37M 0 154.8k 1:01:53 05:19 56:34 138.2k 8 561.5M 0 0 8 48.62M 0 155.0k 1:01:47 05:21 56:26 159.7k 8 561.5M 0 0 8 48.81M 0 155.0k 1:01:47 05:22 56:25 176.5k 8 561.5M 0 0 8 49.00M 0 155.1k 1:01:45 05:23 56:22 182.5k 8 561.5M 0 0 8 49.12M 0 155.0k 1:01:49 05:24 56:25 167.9k 8 561.5M 0 0 8 49.25M 0 154.7k 1:01:56 05:25 56:31 146.6k 8 561.5M 0 0 8 49.43M 0 154.7k 1:01:55 05:27 56:28 137.0k 8 561.5M 0 0 8 49.62M 0 154.7k 1:01:55 05:28 56:27 137.9k 8 561.5M 0 0 8 49.81M 0 154.8k 1:01:53 05:29 56:24 137.9k 8 561.5M 0 0 8 49.93M 0 154.7k 1:01:56 05:30 56:26 140.9k 8 561.5M 0 0 8 50.06M 0 154.5k 1:01:59 05:31 56:28 147.8k 8 561.5M 0 0 8 50.18M 0 154.4k 1:02:02 05:32 56:30 138.8k 8 561.5M 0 0 8 50.37M 0 154.4k 1:02:03 05:34 56:29 134.4k 9 561.5M 0 0 9 50.56M 0 154.4k 1:02:04 05:35 56:29 128.4k 9 561.5M 0 0 9 50.75M 0 154.3k 1:02:06 05:36 56:30 131.0k 9 561.5M 0 0 9 50.93M 0 154.3k 1:02:05 05:37 56:28 140.9k 9 561.5M 0 0 9 51.12M 0 154.3k 1:02:06 05:39 56:27 145.7k 9 561.5M 0 0 9 51.31M 0 154.2k 1:02:07 05:40 56:27 147.2k 9 561.5M 0 0 9 51.43M 0 154.1k 1:02:09 05:41 56:28 143.1k 9 561.5M 0 0 9 51.62M 0 154.0k 1:02:12 05:43 56:29 141.2k 9 561.5M 0 0 9 51.81M 0 153.9k 1:02:14 05:44 56:30 135.6k 9 561.5M 0 0 9 51.93M 0 153.8k 1:02:16 05:45 56:31 130.8k 9 561.5M 0 0 9 52.12M 0 153.8k 1:02:18 05:47 56:31 128.5k 9 561.5M 0 0 9 52.31M 0 153.8k 1:02:18 05:48 56:30 134.8k 9 561.5M 0 0 9 52.50M 0 153.6k 1:02:22 05:49 56:33 133.2k 9 561.5M 0 0 9 52.56M 0 153.4k 1:02:28 05:50 56:38 121.7k 9 561.5M 0 0 9 52.68M 0 153.2k 1:02:31 05:51 56:40 120.7k 9 561.5M 0 0 9 52.87M 0 153.3k 1:02:30 05:53 56:37 125.2k 9 561.5M 0 0 9 53.06M 0 153.2k 1:02:31 05:54 56:37 123.3k 9 561.5M 0 0 9 53.25M 0 153.2k 1:02:31 05:55 56:36 130.4k 9 561.5M 0 0 9 53.43M 0 153.2k 1:02:32 05:57 56:35 145.0k 9 561.5M 0 0 9 53.62M 0 153.1k 1:02:34 05:58 56:36 145.9k 9 561.5M 0 0 9 53.75M 0 153.0k 1:02:37 05:59 56:38 138.9k 9 561.5M 0 0 9 53.87M 0 152.9k 1:02:40 06:00 56:40 132.8k 9 561.5M 0 0 9 54.00M 0 152.8k 1:02:42 06:01 56:41 126.2k 9 561.5M 0 0 9 54.25M 0 153.0k 1:02:37 06:03 56:34 138.8k 9 561.5M 0 0 9 54.50M 0 153.1k 1:02:34 06:04 56:30 153.1k 9 561.5M 0 0 9 54.62M 0 153.0k 1:02:36 06:05 56:31 154.3k 9 561.5M 0 0 9 54.87M 0 153.2k 1:02:32 06:06 56:26 171.2k 9 561.5M 0 0 9 55.06M 0 153.2k 1:02:31 06:07 56:24 180.4k 9 561.5M 0 0 9 55.25M 0 153.3k 1:02:29 06:08 56:21 173.4k 9 561.5M 0 0 9 55.43M 0 153.3k 1:02:29 06:10 56:19 167.1k 9 561.5M 0 0 9 55.56M 0 153.2k 1:02:31 06:11 56:20 167.5k 9 561.5M 0 0 9 55.68M 0 153.1k 1:02:35 06:12 56:23 145.7k 9 561.5M 0 0 9 55.81M 0 152.8k 1:02:41 06:13 56:28 129.3k 9 561.5M 0 0 9 56.00M 0 152.7k 1:02:43 06:15 56:28 120.8k 9 561.5M 0 0 9 56.12M 0 152.6k 1:02:47 06:16 56:31 110.6k 10 561.5M 0 0 10 56.25M 0 152.5k 1:02:49 06:17 56:32 108.7k 10 561.5M 0 0 10 56.37M 0 152.2k 1:02:56 06:19 56:37 105.8k 10 561.5M 0 0 10 56.56M 0 152.2k 1:02:56 06:20 56:36 116.1k 10 561.5M 0 0 10 56.75M 0 152.2k 1:02:56 06:21 56:35 121.6k 10 561.5M 0 0 10 56.93M 0 152.3k 1:02:53 06:22 56:31 135.4k 10 561.5M 0 0 10 57.18M 0 152.4k 1:02:50 06:24 56:26 150.0k 10 561.5M 0 0 10 57.37M 0 152.4k 1:02:51 06:25 56:26 162.2k 10 561.5M 0 0 10 57.50M 0 152.3k 1:02:54 06:26 56:28 159.8k 10 561.5M 0 0 10 57.68M 0 152.4k 1:02:52 06:27 56:25 162.6k 10 561.5M 0 0 10 57.81M 0 152.3k 1:02:54 06:28 56:26 152.0k 10 561.5M 0 0 10 57.93M 0 152.1k 1:03:00 06:29 56:31 128.5k 10 561.5M 0 0 10 58.06M 0 152.0k 1:03:02 06:31 56:31 123.0k 10 561.5M 0 0 10 58.25M 0 151.9k 1:03:03 06:32 56:31 127.1k 10 561.5M 0 0 10 58.50M 0 152.1k 1:03:00 06:33 56:27 132.7k 10 561.5M 0 0 10 58.62M 0 151.8k 1:03:05 06:35 56:30 124.4k 10 561.5M 0 0 10 58.75M 0 151.7k 1:03:10 06:36 56:34 127.3k 10 561.5M 0 0 10 58.93M 0 151.7k 1:03:09 06:37 56:32 135.5k 10 561.5M 0 0 10 59.12M 0 151.8k 1:03:07 06:38 56:29 142.8k 10 561.5M 0 0 10 59.37M 0 151.9k 1:03:03 06:40 56:23 143.7k 10 561.5M 0 0 10 59.56M 0 151.9k 1:03:04 06:41 56:23 156.2k 10 561.5M 0 0 10 59.68M 0 151.8k 1:03:07 06:42 56:25 159.7k 10 561.5M 0 0 10 59.87M 0 151.7k 1:03:09 06:43 56:26 152.6k 10 561.5M 0 0 10 60.00M 0 151.6k 1:03:10 06:45 56:25 142.4k 10 561.5M 0 0 10 60.18M 0 151.7k 1:03:10 06:46 56:24 133.7k 10 561.5M 0 0 10 60.37M 0 151.6k 1:03:11 06:47 56:24 133.1k 10 561.5M 0 0 10 60.56M 0 151.6k 1:03:11 06:48 56:23 140.9k 10 561.5M 0 0 10 60.81M 0 151.8k 1:03:07 06:50 56:17 157.1k 10 561.5M 0 0 10 61.06M 0 152.0k 1:03:01 06:51 56:10 175.4k 10 561.5M 0 0 10 61.31M 0 152.1k 1:02:58 06:52 56:06 183.3k 10 561.5M 0 0 10 61.43M 0 152.0k 1:03:01 06:53 56:08 179.1k 10 561.5M 0 0 10 61.62M 0 152.0k 1:03:01 06:54 56:07 180.6k 11 561.5M 0 0 11 61.81M 0 152.0k 1:03:03 06:56 56:07 162.2k 11 561.5M 0 0 11 62.00M 0 151.8k 1:03:07 06:58 56:09 138.2k 11 561.5M 0 0 11 62.12M 0 151.6k 1:03:11 06:59 56:12 119.6k 11 561.5M 0 0 11 62.31M 0 151.7k 1:03:09 07:00 56:09 131.9k 11 561.5M 0 0 11 62.50M 0 151.8k 1:03:07 07:01 56:06 135.9k 11 561.5M 0 0 11 62.68M 0 151.9k 1:03:05 07:02 56:03 145.4k 11 561.5M 0 0 11 62.81M 0 151.7k 1:03:09 07:03 56:06 146.3k 11 561.5M 0 0 11 62.93M 0 151.6k 1:03:12 07:05 56:07 148.7k 11 561.5M 0 0 11 63.12M 0 151.6k 1:03:12 07:06 56:06 143.6k 11 561.5M 0 0 11 63.37M 0 151.7k 1:03:08 07:07 56:01 149.1k 11 561.5M 0 0 11 63.56M 0 151.7k 1:03:08 07:08 56:00 143.1k 11 561.5M 0 0 11 63.75M 0 151.7k 1:03:08 07:10 55:58 153.2k 11 561.5M 0 0 11 63.93M 0 151.6k 1:03:11 07:11 56:00 155.0k 11 561.5M 0 0 11 64.06M 0 151.3k 1:03:18 07:13 56:05 135.5k 11 561.5M 0 0 11 64.18M 0 151.2k 1:03:21 07:14 56:07 118.4k 11 561.5M 0 0 11 64.31M 0 150.9k 1:03:28 07:16 56:12 104.9k 11 561.5M 0 0 11 64.50M 0 151.0k 1:03:26 07:17 56:09 108.7k 11 561.5M 0 0 11 64.68M 0 151.1k 1:03:24 07:18 56:06 117.0k 11 561.5M 0 0 11 64.87M 0 151.1k 1:03:24 07:19 56:05 135.5k 11 561.5M 0 0 11 65.06M 0 151.2k 1:03:22 07:20 56:02 149.3k 11 561.5M 0 0 11 65.25M 0 151.2k 1:03:23 07:21 56:02 167.0k 11 561.5M 0 0 11 65.50M 0 151.3k 1:03:19 07:23 55:56 170.8k 11 561.5M 0 0 11 65.75M 0 151.5k 1:03:15 07:24 55:51 176.4k 11 561.5M 0 0 11 65.87M 0 151.3k 1:03:19 07:25 55:54 164.4k 11 561.5M 0 0 11 66.00M 0 151.2k 1:03:21 07:26 55:55 154.3k 11 561.5M 0 0 11 66.18M 0 151.2k 1:03:21 07:28 55:53 155.9k 11 561.5M 0 0 11 66.37M 0 151.2k 1:03:20 07:29 55:51 148.0k 11 561.5M 0 0 11 66.62M 0 151.4k 1:03:17 07:30 55:47 145.3k 11 561.5M 0 0 11 66.75M 0 151.3k 1:03:19 07:31 55:48 152.2k 11 561.5M 0 0 11 67.00M 0 151.5k 1:03:14 07:32 55:42 170.6k 11 561.5M 0 0 11 67.25M 0 151.7k 1:03:09 07:33 55:36 190.5k 12 561.5M 0 0 12 67.43M 0 151.7k 1:03:10 07:35 55:35 182.9k 12 561.5M 0 0 12 67.62M 0 151.6k 1:03:12 07:36 55:36 168.0k 12 561.5M 0 0 12 67.81M 0 151.6k 1:03:12 07:37 55:35 171.8k 12 561.5M 0 0 12 68.00M 0 151.7k 1:03:10 07:38 55:32 164.9k 12 561.5M 0 0 12 68.25M 0 151.8k 1:03:06 07:40 55:26 160.5k 12 561.5M 0 0 12 68.50M 0 152.0k 1:03:01 07:41 55:20 178.0k 12 561.5M 0 0 12 68.68M 0 152.0k 1:03:01 07:42 55:19 186.8k 12 561.5M 0 0 12 68.93M 0 152.2k 1:02:57 07:43 55:14 199.7k 12 561.5M 0 0 12 69.12M 0 152.2k 1:02:57 07:44 55:13 191.8k 12 561.5M 0 0 12 69.25M 0 152.1k 1:03:00 07:46 55:14 169.6k 12 561.5M 0 0 12 69.43M 0 152.1k 1:02:58 07:47 55:11 161.1k 12 561.5M 0 0 12 69.75M 0 152.4k 1:02:52 07:48 55:04 178.1k 12 561.5M 0 0 12 69.93M 0 152.4k 1:02:51 07:49 55:02 172.2k 12 561.5M 0 0 12 70.12M 0 152.4k 1:02:50 07:50 55:00 173.2k 12 561.5M 0 0 12 70.25M 0 152.4k 1:02:52 07:51 55:01 179.3k 12 561.5M 0 0 12 70.37M 0 152.3k 1:02:54 07:53 55:01 166.8k 12 561.5M 0 0 12 70.50M 0 152.2k 1:02:55 07:54 55:01 141.1k 12 561.5M 0 0 12 70.75M 0 152.4k 1:02:52 07:55 54:57 148.5k 12 561.5M 0 0 12 71.00M 0 152.5k 1:02:50 07:56 54:54 155.3k 12 561.5M 0 0 12 71.18M 0 152.5k 1:02:48 07:57 54:51 163.2k 12 561.5M 0 0 12 71.31M 0 152.5k 1:02:50 07:58 54:52 166.0k 12 561.5M 0 0 12 71.50M 0 152.5k 1:02:50 08:00 54:50 171.0k 12 561.5M 0 0 12 71.62M 0 152.4k 1:02:52 08:01 54:51 151.6k 12 561.5M 0 0 12 71.81M 0 152.4k 1:02:51 08:02 54:49 147.1k 12 561.5M 0 0 12 72.00M 0 152.4k 1:02:51 08:03 54:48 144.7k 12 561.5M 0 0 12 72.25M 0 152.5k 1:02:50 08:05 54:45 152.9k 12 561.5M 0 0 12 72.37M 0 152.3k 1:02:54 08:06 54:48 139.3k 12 561.5M 0 0 12 72.56M 0 152.3k 1:02:55 08:07 54:48 143.7k 12 561.5M 0 0 12 72.75M 0 152.3k 1:02:53 08:08 54:45 146.5k 12 561.5M 0 0 12 73.00M 0 152.4k 1:02:51 08:10 54:41 150.3k 13 561.5M 0 0 13 73.18M 0 152.4k 1:02:52 08:11 54:41 147.0k 13 561.5M 0 0 13 73.43M 0 152.5k 1:02:49 08:12 54:37 169.1k 13 561.5M 0 0 13 73.62M 0 152.6k 1:02:48 08:14 54:34 175.0k 13 561.5M 0 0 13 73.75M 0 152.5k 1:02:50 08:15 54:35 162.4k 13 561.5M 0 0 13 73.87M 0 152.2k 1:02:56 08:16 54:40 138.6k 13 561.5M 0 0 13 74.00M 0 152.1k 1:02:59 08:17 54:42 130.2k 13 561.5M 0 0 13 74.18M 0 152.1k 1:02:59 08:19 54:40 120.2k 13 561.5M 0 0 13 74.37M 0 152.2k 1:02:57 08:20 54:37 122.0k 13 561.5M 0 0 13 74.56M 0 152.2k 1:02:57 08:21 54:36 130.6k 13 561.5M 0 0 13 74.75M 0 152.2k 1:02:56 08:22 54:34 153.5k 13 561.5M 0 0 13 75.00M 0 152.4k 1:02:51 08:23 54:28 178.5k 13 561.5M 0 0 13 75.25M 0 152.6k 1:02:47 08:24 54:23 193.8k 13 561.5M 0 0 13 75.43M 0 152.6k 1:02:46 08:25 54:21 192.0k 13 561.5M 0 0 13 75.62M 0 152.6k 1:02:46 08:27 54:19 189.4k 13 561.5M 0 0 13 75.81M 0 152.6k 1:02:47 08:28 54:19 182.9k 13 561.5M 0 0 13 76.06M 0 152.7k 1:02:44 08:29 54:15 174.8k 13 561.5M 0 0 13 76.18M 0 152.6k 1:02:46 08:31 54:15 155.5k 13 561.5M 0 0 13 76.37M 0 152.6k 1:02:47 08:32 54:15 151.6k 13 561.5M 0 0 13 76.56M 0 152.6k 1:02:46 08:33 54:13 153.5k 13 561.5M 0 0 13 76.81M 0 152.8k 1:02:42 08:34 54:08 168.6k 13 561.5M 0 0 13 77.06M 0 152.9k 1:02:39 08:35 54:04 172.4k 13 561.5M 0 0 13 77.37M 0 153.2k 1:02:33 08:37 53:56 199.8k 13 561.5M 0 0 13 77.62M 0 153.3k 1:02:30 08:38 53:52 208.8k 13 561.5M 0 0 13 77.87M 0 153.4k 1:02:27 08:39 53:48 220.4k 13 561.5M 0 0 13 78.06M 0 153.5k 1:02:26 08:40 53:46 209.7k 13 561.5M 0 0 13 78.25M 0 153.5k 1:02:26 08:41 53:45 198.9k 13 561.5M 0 0 13 78.43M 0 153.5k 1:02:25 08:43 53:42 182.6k 13 561.5M 0 0 13 78.56M 0 153.4k 1:02:26 08:44 53:42 170.3k 14 561.5M 0 0 14 78.75M 0 153.4k 1:02:27 08:45 53:42 151.5k 14 561.5M 0 0 14 78.87M 0 153.3k 1:02:29 08:46 53:43 141.3k 14 561.5M 0 0 14 79.06M 0 153.2k 1:02:32 08:48 53:44 132.5k 14 561.5M 0 0 14 79.18M 0 153.1k 1:02:35 08:49 53:46 118.9k 14 561.5M 0 0 14 79.37M 0 153.1k 1:02:35 08:50 53:45 123.3k 14 561.5M 0 0 14 79.62M 0 153.2k 1:02:33 08:52 53:41 135.6k 14 561.5M 0 0 14 79.81M 0 153.2k 1:02:32 08:53 53:39 143.3k 14 561.5M 0 0 14 80.06M 0 153.3k 1:02:29 08:54 53:35 161.1k 14 561.5M 0 0 14 80.18M 0 153.2k 1:02:31 08:55 53:36 165.2k 14 561.5M 0 0 14 80.37M 0 153.3k 1:02:30 08:56 53:34 170.1k 14 561.5M 0 0 14 80.56M 0 153.3k 1:02:29 08:57 53:32 167.5k 14 561.5M 0 0 14 80.75M 0 153.2k 1:02:31 08:59 53:32 156.8k 14 561.5M 0 0 14 80.87M 0 153.2k 1:02:33 09:00 53:33 139.8k 14 561.5M 0 0 14 81.00M 0 153.0k 1:02:37 09:02 53:35 132.2k 14 561.5M 0 0 14 81.12M 0 152.9k 1:02:39 09:03 53:36 123.7k 14 561.5M 0 0 14 81.25M 0 152.8k 1:02:41 09:04 53:37 110.6k 14 561.5M 0 0 14 81.37M 0 152.7k 1:02:45 09:05 53:40 104.0k 14 561.5M 0 0 14 81.50M 0 152.6k 1:02:47 09:06 53:41 102.7k 14 561.5M 0 0 14 81.68M 0 152.6k 1:02:47 09:08 53:39 117.3k 14 561.5M 0 0 14 81.81M 0 152.5k 1:02:49 09:09 53:40 115.6k 14 561.5M 0 0 14 82.00M 0 152.5k 1:02:49 09:10 53:39 125.4k 14 561.5M 0 0 14 82.18M 0 152.6k 1:02:47 09:11 53:36 142.4k 14 561.5M 0 0 14 82.37M 0 152.6k 1:02:47 09:12 53:35 154.3k 14 561.5M 0 0 14 82.62M 0 152.7k 1:02:44 09:13 53:31 164.0k 14 561.5M 0 0 14 82.87M 0 152.8k 1:02:42 09:15 53:27 180.0k 14 561.5M 0 0 14 83.00M 0 152.7k 1:02:43 09:16 53:27 172.6k 14 561.5M 0 0 14 83.18M 0 152.7k 1:02:43 09:17 53:26 167.3k 14 561.5M 0 0 14 83.43M 0 152.8k 1:02:42 09:18 53:24 170.8k 14 561.5M 0 0 14 83.56M 0 152.6k 1:02:46 09:20 53:26 147.1k 14 561.5M 0 0 14 83.68M 0 152.5k 1:02:48 09:21 53:27 129.8k 14 561.5M 0 0 14 83.87M 0 152.5k 1:02:49 09:22 53:27 134.4k 14 561.5M 0 0 14 84.06M 0 152.5k 1:02:50 09:24 53:26 131.9k 15 561.5M 0 0 15 84.25M 0 152.5k 1:02:49 09:25 53:24 127.4k 15 561.5M 0 0 15 84.37M 0 152.4k 1:02:52 09:26 53:26 131.2k 15 561.5M 0 0 15 84.56M 0 152.4k 1:02:52 09:27 53:25 140.0k 15 561.5M 0 0 15 84.87M 0 152.6k 1:02:46 09:29 53:17 160.5k 15 561.5M 0 0 15 85.06M 0 152.6k 1:02:47 09:30 53:17 162.4k 15 561.5M 0 0 15 85.25M 0 152.7k 1:02:45 09:31 53:14 165.7k 15 561.5M 0 0 15 85.43M 0 152.7k 1:02:45 09:32 53:13 178.3k 15 561.5M 0 0 15 85.62M 0 152.6k 1:02:46 09:34 53:12 172.8k 15 561.5M 0 0 15 85.81M 0 152.7k 1:02:45 09:35 53:10 157.6k 15 561.5M 0 0 15 86.06M 0 152.8k 1:02:41 09:36 53:05 174.5k 15 561.5M 0 0 15 86.37M 0 153.0k 1:02:36 09:37 52:59 189.1k 15 561.5M 0 0 15 86.62M 0 153.2k 1:02:32 09:38 52:54 205.0k 15 561.5M 0 0 15 86.81M 0 153.2k 1:02:31 09:39 52:52 214.6k 15 561.5M 0 0 15 87.00M 0 153.2k 1:02:33 09:41 52:52 202.3k 15 561.5M 0 0 15 87.18M 0 153.1k 1:02:35 09:43 52:52 176.1k 15 561.5M 0 0 15 87.37M 0 153.1k 1:02:36 09:44 52:52 154.3k 15 561.5M 0 0 15 87.56M 0 153.1k 1:02:36 09:45 52:51 139.5k 15 561.5M 0 0 15 87.75M 0 153.1k 1:02:35 09:46 52:49 140.3k 15 561.5M 0 0 15 88.00M 0 153.1k 1:02:35 09:48 52:47 146.3k 15 561.5M 0 0 15 88.12M 0 152.8k 1:02:41 09:50 52:51 134.1k 15 561.5M 0 0 15 88.25M 0 152.6k 1:02:46 09:51 52:55 118.8k 15 561.5M 0 0 15 88.37M 0 152.5k 1:02:50 09:53 52:57 107.8k 15 561.5M 0 0 15 88.50M 0 152.4k 1:02:51 09:54 52:57 101.5k 15 561.5M 0 0 15 88.62M 0 152.3k 1:02:53 09:55 52:58 92161 15 561.5M 0 0 15 88.75M 0 152.2k 1:02:57 09:57 53:00 96220 15 561.5M 0 0 15 88.87M 0 152.1k 1:02:59 09:58 53:01 102.4k 15 561.5M 0 0 15 89.06M 0 152.1k 1:02:58 09:59 52:59 119.4k 15 561.5M 0 0 15 89.25M 0 152.1k 1:02:59 10:00 52:59 122.5k 15 561.5M 0 0 15 89.43M 0 152.2k 1:02:57 10:01 52:56 135.7k 15 561.5M 0 0 15 89.75M 0 152.4k 1:02:52 10:02 52:50 172.1k 16 561.5M 0 0 16 90.00M 0 152.5k 1:02:49 10:04 52:45 192.4k 16 561.5M 0 0 16 90.18M 0 152.5k 1:02:48 10:05 52:43 192.1k 16 561.5M 0 0 16 90.37M 0 152.6k 1:02:47 10:06 52:41 202.7k 16 561.5M 0 0 16 90.62M 0 152.7k 1:02:45 10:07 52:38 203.7k 16 561.5M 0 0 16 90.81M 0 152.6k 1:02:46 10:09 52:37 179.4k 16 561.5M 0 0 16 91.00M 0 152.7k 1:02:45 10:10 52:35 172.4k 16 561.5M 0 0 16 91.18M 0 152.7k 1:02:45 10:11 52:34 167.2k 16 561.5M 0 0 16 91.37M 0 152.6k 1:02:46 10:12 52:34 156.5k 16 561.5M 0 0 16 91.50M 0 152.6k 1:02:47 10:13 52:34 143.1k 16 561.5M 0 0 16 91.68M 0 152.6k 1:02:48 10:15 52:33 145.1k 16 561.5M 0 0 16 91.87M 0 152.6k 1:02:48 10:16 52:32 141.2k 16 561.5M 0 0 16 92.06M 0 152.5k 1:02:48 10:17 52:31 138.7k 16 561.5M 0 0 16 92.25M 0 152.5k 1:02:48 10:19 52:29 142.8k 16 561.5M 0 0 16 92.43M 0 152.6k 1:02:48 10:20 52:28 150.7k 16 561.5M 0 0 16 92.62M 0 152.6k 1:02:47 10:21 52:26 153.3k 16 561.5M 0 0 16 92.81M 0 152.5k 1:02:48 10:22 52:26 150.8k 16 561.5M 0 0 16 93.00M 0 152.6k 1:02:47 10:23 52:24 159.4k 16 561.5M 0 0 16 93.25M 0 152.7k 1:02:44 10:25 52:19 172.5k 16 561.5M 0 0 16 93.43M 0 152.7k 1:02:44 10:26 52:18 168.2k 16 561.5M 0 0 16 93.62M 0 152.7k 1:02:44 10:27 52:17 173.5k 16 561.5M 0 0 16 93.62M 0 152.7k 1:02:44 10:27 52:17 152.7k 16 561.5M 0 0 16 93.75M 0 152.7k 1:02:45 10:28 52:17 120.7k 16 561.5M 0 0 16 93.93M 0 152.6k 1:02:46 10:30 52:16 127.3k 16 561.5M 0 0 16 94.06M 0 152.5k 1:02:48 10:31 52:17 122.6k 16 561.5M 0 0 16 94.25M 0 152.5k 1:02:48 10:32 52:16 128.0k 16 561.5M 0 0 16 94.43M 0 152.6k 1:02:47 10:33 52:14 138.1k 16 561.5M 0 0 16 94.68M 0 152.7k 1:02:44 10:34 52:10 155.9k 16 561.5M 0 0 16 94.93M 0 152.8k 1:02:42 10:36 52:06 168.2k 16 561.5M 0 0 16 95.12M 0 152.8k 1:02:42 10:37 52:05 179.6k 16 561.5M 0 0 16 95.31M 0 152.7k 1:02:44 10:38 52:06 170.2k 16 561.5M 0 0 16 95.43M 0 152.5k 1:02:49 10:40 52:09 144.8k 17 561.5M 0 0 17 95.62M 0 152.5k 1:02:50 10:42 52:08 132.3k 17 561.5M 0 0 17 95.81M 0 152.5k 1:02:49 10:43 52:06 129.6k 17 561.5M 0 0 17 96.06M 0 152.6k 1:02:46 10:44 52:02 138.0k 17 561.5M 0 0 17 96.31M 0 152.7k 1:02:43 10:45 51:58 156.4k 17 561.5M 0 0 17 96.50M 0 152.7k 1:02:43 10:46 51:57 179.5k 17 561.5M 0 0 17 96.75M 0 152.9k 1:02:39 10:47 51:52 200.5k 17 561.5M 0 0 17 97.00M 0 153.0k 1:02:37 10:49 51:48 203.0k 17 561.5M 0 0 17 97.18M 0 153.0k 1:02:37 10:50 51:47 188.3k 17 561.5M 0 0 17 97.43M 0 153.1k 1:02:34 10:51 51:43 192.3k 17 561.5M 0 0 17 97.62M 0 153.1k 1:02:34 10:52 51:42 195.0k 17 561.5M 0 0 17 97.81M 0 153.1k 1:02:33 10:53 51:40 179.3k 17 561.5M 0 0 17 98.00M 0 153.2k 1:02:33 10:54 51:39 173.7k 17 561.5M 0 0 17 98.18M 0 153.2k 1:02:31 10:55 51:36 181.2k 17 561.5M 0 0 17 98.37M 0 153.3k 1:02:30 10:57 51:33 172.1k 17 561.5M 0 0 17 98.62M 0 153.3k 1:02:28 10:58 51:30 177.6k 17 561.5M 0 0 17 98.81M 0 153.3k 1:02:29 10:59 51:30 170.8k 17 561.5M 0 0 17 98.93M 0 153.2k 1:02:31 11:00 51:31 159.4k 17 561.5M 0 0 17 99.06M 0 153.2k 1:02:32 11:01 51:31 149.6k 17 561.5M 0 0 17 99.25M 0 153.2k 1:02:31 11:03 51:28 149.7k 17 561.5M 0 0 17 99.43M 0 153.2k 1:02:31 11:04 51:27 142.0k 17 561.5M 0 0 17 99.62M 0 153.2k 1:02:31 11:05 51:26 147.2k 17 561.5M 0 0 17 99.81M 0 153.3k 1:02:30 11:06 51:24 160.5k 17 561.5M 0 0 17 100.0M 0 153.2k 1:02:31 11:08 51:23 156.5k 17 561.5M 0 0 17 100.1M 0 153.2k 1:02:33 11:09 51:24 146.2k 17 561.5M 0 0 17 100.3M 0 153.1k 1:02:33 11:10 51:23 141.8k 17 561.5M 0 0 17 100.5M 0 153.1k 1:02:34 11:11 51:23 140.9k 17 561.5M 0 0 17 100.6M 0 153.1k 1:02:35 11:12 51:23 131.9k 17 561.5M 0 0 17 100.7M 0 152.9k 1:02:39 11:14 51:25 121.8k 17 561.5M 0 0 17 100.8M 0 152.8k 1:02:41 11:15 51:26 117.1k 17 561.5M 0 0 17 101.0M 0 152.8k 1:02:43 11:16 51:27 112.2k 18 561.5M 0 0 18 101.1M 0 152.7k 1:02:43 11:18 51:25 111.2k 18 561.5M 0 0 18 101.4M 0 152.8k 1:02:42 11:19 51:23 124.2k 18 561.5M 0 0 18 101.5M 0 152.7k 1:02:43 11:20 51:23 133.5k 18 561.5M 0 0 18 101.7M 0 152.7k 1:02:44 11:21 51:23 142.6k 18 561.5M 0 0 18 101.9M 0 152.7k 1:02:44 11:23 51:21 146.0k 18 561.5M 0 0 18 102.0M 0 152.6k 1:02:47 11:24 51:23 136.5k 18 561.5M 0 0 18 102.2M 0 152.6k 1:02:47 11:25 51:22 130.4k 18 561.5M 0 0 18 102.4M 0 152.6k 1:02:47 11:27 51:20 136.2k 18 561.5M 0 0 18 102.6M 0 152.7k 1:02:44 11:28 51:16 151.6k 18 561.5M 0 0 18 102.9M 0 152.8k 1:02:41 11:29 51:12 169.5k 18 561.5M 0 0 18 103.1M 0 152.8k 1:02:42 11:30 51:12 173.3k 18 561.5M 0 0 18 103.3M 0 152.8k 1:02:42 11:32 51:10 173.4k 18 561.5M 0 0 18 103.5M 0 152.9k 1:02:39 11:33 51:06 190.5k 18 561.5M 0 0 18 103.8M 0 153.0k 1:02:36 11:34 51:02 186.1k 18 561.5M 0 0 18 104.0M 0 153.1k 1:02:35 11:35 51:00 178.3k 18 561.5M 0 0 18 104.2M 0 153.1k 1:02:33 11:36 50:57 197.9k 18 561.5M 0 0 18 104.3M 0 153.1k 1:02:35 11:37 50:58 189.6k 18 561.5M 0 0 18 104.5M 0 153.0k 1:02:37 11:39 50:58 161.7k 18 561.5M 0 0 18 104.7M 0 153.0k 1:02:38 11:40 50:58 148.4k 18 561.5M 0 0 18 104.9M 0 152.9k 1:02:39 11:42 50:57 136.5k 18 561.5M 0 0 18 105.0M 0 152.9k 1:02:40 11:43 50:57 123.2k 18 561.5M 0 0 18 105.1M 0 152.8k 1:02:42 11:44 50:58 123.1k 18 561.5M 0 0 18 105.3M 0 152.8k 1:02:42 11:45 50:57 131.2k 18 561.5M 0 0 18 105.5M 0 152.7k 1:02:44 11:47 50:57 124.1k 18 561.5M 0 0 18 105.6M 0 152.7k 1:02:45 11:48 50:57 124.1k 18 561.5M 0 0 18 105.8M 0 152.6k 1:02:46 11:49 50:57 125.7k 18 561.5M 0 0 18 105.9M 0 152.6k 1:02:47 11:50 50:57 127.7k 18 561.5M 0 0 18 106.1M 0 152.6k 1:02:47 11:51 50:56 128.4k 18 561.5M 0 0 18 106.3M 0 152.7k 1:02:44 11:53 50:51 151.4k 18 561.5M 0 0 18 106.6M 0 152.8k 1:02:42 11:54 50:48 164.1k 19 561.5M 0 0 19 106.8M 0 152.7k 1:02:45 11:56 50:49 158.4k 19 561.5M 0 0 19 106.9M 0 152.6k 1:02:47 11:57 50:50 151.1k 19 561.5M 0 0 19 107.0M 0 152.5k 1:02:50 11:58 50:52 139.8k 19 561.5M 0 0 19 107.1M 0 152.4k 1:02:52 12:00 50:52 118.6k 19 561.5M 0 0 19 107.3M 0 152.3k 1:02:55 12:01 50:54 101.0k 19 561.5M 0 0 19 107.5M 0 152.2k 1:02:56 12:02 50:54 103.9k 19 561.5M 0 0 19 107.6M 0 152.1k 1:02:58 12:04 50:54 106.0k 19 561.5M 0 0 19 107.8M 0 152.2k 1:02:58 12:05 50:53 116.7k 19 561.5M 0 0 19 108.0M 0 152.2k 1:02:58 12:06 50:52 128.0k 19 561.5M 0 0 19 108.2M 0 152.3k 1:02:55 12:07 50:48 150.9k 19 561.5M 0 0 19 108.5M 0 152.4k 1:02:53 12:08 50:45 168.3k 19 561.5M 0 0 19 108.6M 0 152.4k 1:02:52 12:10 50:42 181.6k 19 561.5M 0 0 19 108.9M 0 152.5k 1:02:48 12:11 50:37 199.7k 19 561.5M 0 0 19 109.1M 0 152.6k 1:02:45 12:12 50:33 215.7k 19 561.5M 0 0 19 109.3M 0 152.7k 1:02:45 12:13 50:32 204.3k 19 561.5M 0 0 19 109.5M 0 152.5k 1:02:48 12:14 50:34 173.3k 19 561.5M 0 0 19 109.6M 0 152.5k 1:02:48 12:16 50:32 172.0k 19 561.5M 0 0 19 109.8M 0 152.6k 1:02:47 12:17 50:30 161.0k 19 561.5M 0 0 19 110.1M 0 152.6k 1:02:46 12:18 50:28 152.3k 19 561.5M 0 0 19 110.2M 0 152.6k 1:02:47 12:19 50:28 144.6k 19 561.5M 0 0 19 110.3M 0 152.5k 1:02:50 12:20 50:30 147.2k 19 561.5M 0 0 19 110.5M 0 152.4k 1:02:51 12:22 50:29 139.1k 19 561.5M 0 0 19 110.6M 0 152.5k 1:02:50 12:23 50:27 135.1k 19 561.5M 0 0 19 110.9M 0 152.6k 1:02:47 12:24 50:23 144.4k 19 561.5M 0 0 19 111.1M 0 152.6k 1:02:47 12:25 50:22 153.9k 19 561.5M 0 0 19 111.2M 0 152.5k 1:02:49 12:26 50:23 154.9k 19 561.5M 0 0 19 111.3M 0 152.4k 1:02:51 12:27 50:24 151.8k 19 561.5M 0 0 19 111.5M 0 152.4k 1:02:51 12:29 50:22 150.9k 19 561.5M 0 0 19 111.7M 0 152.4k 1:02:52 12:30 50:22 131.1k 19 561.5M 0 0 19 111.9M 0 152.4k 1:02:51 12:31 50:20 131.4k 19 561.5M 0 0 19 112.1M 0 152.5k 1:02:50 12:32 50:18 148.3k 19 561.5M 0 0 19 112.2M 0 152.4k 1:02:51 12:33 50:18 152.2k 20 561.5M 0 0 20 112.4M 0 152.4k 1:02:51 12:35 50:16 152.0k 20 561.5M 0 0 20 112.5M 0 152.3k 1:02:53 12:36 50:17 145.5k 20 561.5M 0 0 20 112.7M 0 152.3k 1:02:53 12:37 50:16 140.6k 20 561.5M 0 0 20 112.9M 0 152.4k 1:02:52 12:38 50:14 141.0k 20 561.5M 0 0 20 113.1M 0 152.4k 1:02:53 12:40 50:13 142.7k 20 561.5M 0 0 20 113.2M 0 152.3k 1:02:54 12:41 50:13 137.2k 20 561.5M 0 0 20 113.4M 0 152.3k 1:02:53 12:42 50:11 151.9k 20 561.5M 0 0 20 113.6M 0 152.3k 1:02:54 12:43 50:11 150.6k 20 561.5M 0 0 20 113.8M 0 152.3k 1:02:55 12:45 50:10 140.0k 20 561.5M 0 0 20 113.9M 0 152.2k 1:02:56 12:46 50:10 133.9k 20 561.5M 0 0 20 114.1M 0 152.2k 1:02:56 12:47 50:09 139.3k 20 561.5M 0 0 20 114.2M 0 152.1k 1:02:59 12:48 50:11 126.1k 20 561.5M 0 0 20 114.4M 0 152.1k 1:02:59 12:50 50:09 128.1k 20 561.5M 0 0 20 114.6M 0 152.1k 1:02:59 12:51 50:08 131.7k 20 561.5M 0 0 20 114.8M 0 152.1k 1:02:59 12:52 50:07 139.5k 20 561.5M 0 0 20 114.9M 0 152.0k 1:03:00 12:53 50:07 132.2k 20 561.5M 0 0 20 115.1M 0 152.0k 1:03:01 12:55 50:06 138.2k 20 561.5M 0 0 20 115.2M 0 151.8k 1:03:07 12:57 50:10 116.0k 20 561.5M 0 0 20 115.3M 0 151.7k 1:03:10 12:58 50:12 105.6k 20 561.5M 0 0 20 115.5M 0 151.5k 1:03:13 13:00 50:13 96234 20 561.5M 0 0 20 115.6M 0 151.5k 1:03:15 13:01 50:14 95660 20 561.5M 0 0 20 115.7M 0 151.4k 1:03:16 13:02 50:14 90594 20 561.5M 0 0 20 115.8M 0 151.4k 1:03:17 13:03 50:14 100.9k 20 561.5M 0 0 20 116.0M 0 151.3k 1:03:18 13:05 50:13 111.2k 20 561.5M 0 0 20 116.1M 0 151.3k 1:03:19 13:06 50:13 120.8k 20 561.5M 0 0 20 116.3M 0 151.3k 1:03:18 13:07 50:11 130.7k 20 561.5M 0 0 20 116.5M 0 151.3k 1:03:19 13:08 50:11 135.8k 20 561.5M 0 0 20 116.7M 0 151.3k 1:03:20 13:10 50:10 138.4k 20 561.5M 0 0 20 116.8M 0 151.2k 1:03:22 13:11 50:11 130.4k 20 561.5M 0 0 20 117.0M 0 151.1k 1:03:25 13:12 50:13 123.6k 20 561.5M 0 0 20 117.1M 0 151.0k 1:03:25 13:13 50:12 117.3k 20 561.5M 0 0 20 117.2M 0 151.0k 1:03:26 13:14 50:12 114.7k 20 561.5M 0 0 20 117.4M 0 151.0k 1:03:26 13:16 50:10 119.1k 20 561.5M 0 0 20 117.6M 0 151.1k 1:03:25 13:17 50:08 135.1k 20 561.5M 0 0 20 117.7M 0 150.9k 1:03:28 13:18 50:10 131.5k 20 561.5M 0 0 20 117.8M 0 150.9k 1:03:29 13:19 50:10 129.6k 21 561.5M 0 0 21 118.0M 0 150.9k 1:03:29 13:20 50:09 136.2k 21 561.5M 0 0 21 118.1M 0 150.9k 1:03:30 13:21 50:09 128.9k 21 561.5M 0 0 21 118.3M 0 150.8k 1:03:32 13:23 50:09 113.7k 21 561.5M 0 0 21 118.4M 0 150.7k 1:03:34 13:24 50:10 119.5k 21 561.5M 0 0 21 118.6M 0 150.6k 1:03:35 13:26 50:09 120.9k 21 561.5M 0 0 21 118.7M 0 150.6k 1:03:36 13:27 50:09 114.0k 21 561.5M 0 0 21 118.9M 0 150.6k 1:03:37 13:28 50:09 116.3k 21 561.5M 0 0 21 119.0M 0 150.5k 1:03:39 13:29 50:10 117.3k 21 561.5M 0 0 21 119.1M 0 150.4k 1:03:40 13:30 50:10 118.8k 21 561.5M 0 0 21 119.3M 0 150.4k 1:03:41 13:32 50:09 123.4k 21 561.5M 0 0 21 119.5M 0 150.4k 1:03:41 13:33 50:08 125.3k 21 561.5M 0 0 21 119.6M 0 150.4k 1:03:43 13:34 50:09 121.6k 21 561.5M 0 0 21 119.8M 0 150.3k 1:03:44 13:35 50:09 124.3k 21 561.5M 0 0 21 119.9M 0 150.2k 1:03:47 13:37 50:10 116.4k 21 561.5M 0 0 21 120.0M 0 150.1k 1:03:49 13:38 50:11 111.0k 21 561.5M 0 0 21 120.1M 0 150.0k 1:03:51 13:40 50:11 101.3k 21 561.5M 0 0 21 120.3M 0 150.0k 1:03:53 13:41 50:12 100.5k 21 561.5M 0 0 21 120.5M 0 150.0k 1:03:52 13:42 50:10 109.0k 21 561.5M 0 0 21 120.6M 0 150.0k 1:03:52 13:43 50:09 125.3k 21 561.5M 0 0 21 120.8M 0 150.0k 1:03:52 13:44 50:08 130.8k 21 561.5M 0 0 21 121.0M 0 149.9k 1:03:55 13:46 50:09 131.6k 21 561.5M 0 0 21 121.1M 0 149.8k 1:03:56 13:47 50:09 131.4k 21 561.5M 0 0 21 121.1M 0 149.7k 1:03:59 13:48 50:11 114.7k 21 561.5M 0 0 21 121.3M 0 149.6k 1:04:01 13:49 50:12 103.2k 21 561.5M 0 0 21 121.5M 0 149.7k 1:03:59 13:51 50:08 113.9k 21 561.5M 0 0 21 121.7M 0 149.7k 1:03:59 13:52 50:07 126.8k 21 561.5M 0 0 21 121.9M 0 149.8k 1:03:58 13:53 50:05 141.0k 21 561.5M 0 0 21 122.0M 0 149.7k 1:03:59 13:54 50:05 148.6k 21 561.5M 0 0 21 122.1M 0 149.6k 1:04:03 13:56 50:07 141.5k 21 561.5M 0 0 21 122.3M 0 149.6k 1:04:03 13:57 50:06 131.9k 21 561.5M 0 0 21 122.5M 0 149.6k 1:04:02 13:58 50:04 132.0k 21 561.5M 0 0 21 122.7M 0 149.6k 1:04:02 13:59 50:03 127.9k 21 561.5M 0 0 21 122.8M 0 149.6k 1:04:03 14:01 50:02 129.1k 21 561.5M 0 0 21 123.0M 0 149.6k 1:04:03 14:02 50:01 149.3k 21 561.5M 0 0 21 123.2M 0 149.6k 1:04:03 14:03 50:00 150.0k 21 561.5M 0 0 21 123.4M 0 149.6k 1:04:01 14:04 49:57 155.9k 22 561.5M 0 0 22 123.6M 0 149.6k 1:04:01 14:05 49:56 155.1k 22 561.5M 0 0 22 123.7M 0 149.6k 1:04:02 14:06 49:56 154.3k 22 561.5M 0 0 22 123.8M 0 149.6k 1:04:03 14:07 49:56 146.3k 22 561.5M 0 0 22 124.0M 0 149.6k 1:04:02 14:08 49:54 151.3k 22 561.5M 0 0 22 124.2M 0 149.6k 1:04:02 14:10 49:52 144.0k 22 561.5M 0 0 22 124.4M 0 149.6k 1:04:02 14:11 49:51 145.2k 22 561.5M 0 0 22 124.6M 0 149.6k 1:04:03 14:12 49:51 148.0k 22 561.5M 0 0 22 124.8M 0 149.5k 1:04:04 14:14 49:50 145.6k 22 561.5M 0 0 22 124.9M 0 149.4k 1:04:07 14:15 49:52 127.5k 22 561.5M 0 0 22 125.1M 0 149.4k 1:04:07 14:17 49:50 127.5k 22 561.5M 0 0 22 125.3M 0 149.5k 1:04:05 14:18 49:47 135.8k 22 561.5M 0 0 22 125.5M 0 149.5k 1:04:06 14:19 49:47 135.4k 22 561.5M 0 0 22 125.7M 0 149.4k 1:04:08 14:21 49:47 133.6k 22 561.5M 0 0 22 125.8M 0 149.3k 1:04:09 14:22 49:47 140.9k 22 561.5M 0 0 22 126.0M 0 149.4k 1:04:08 14:23 49:45 143.8k 22 561.5M 0 0 22 126.2M 0 149.4k 1:04:07 14:24 49:43 139.0k 22 561.5M 0 0 22 126.5M 0 149.5k 1:04:05 14:26 49:39 153.4k 22 561.5M 0 0 22 126.6M 0 149.5k 1:04:05 14:27 49:38 162.6k 22 561.5M 0 0 22 126.8M 0 149.5k 1:04:05 14:28 49:37 173.1k 22 561.5M 0 0 22 127.0M 0 149.5k 1:04:05 14:30 49:35 165.2k 22 561.5M 0 0 22 127.1M 0 149.4k 1:04:06 14:31 49:35 153.5k 22 561.5M 0 0 22 127.3M 0 149.4k 1:04:08 14:32 49:36 134.3k 22 561.5M 0 0 22 127.5M 0 149.3k 1:04:09 14:33 49:36 131.3k 22 561.5M 0 0 22 127.6M 0 149.3k 1:04:09 14:35 49:34 127.1k 22 561.5M 0 0 22 127.8M 0 149.4k 1:04:08 14:36 49:32 132.8k 22 561.5M 0 0 22 128.0M 0 149.4k 1:04:08 14:37 49:31 138.8k 22 561.5M 0 0 22 128.2M 0 149.4k 1:04:08 14:38 49:30 150.8k 22 561.5M 0 0 22 128.5M 0 149.4k 1:04:06 14:40 49:26 163.2k 22 561.5M 0 0 22 128.7M 0 149.5k 1:04:04 14:41 49:23 175.5k 22 561.5M 0 0 22 128.9M 0 149.5k 1:04:04 14:42 49:22 171.9k 22 561.5M 0 0 22 129.0M 0 149.5k 1:04:06 14:43 49:23 164.3k 23 561.5M 0 0 23 129.1M 0 149.4k 1:04:07 14:45 49:22 154.0k 23 561.5M 0 0 23 129.3M 0 149.4k 1:04:07 14:46 49:21 142.9k 23 561.5M 0 0 23 129.5M 0 149.3k 1:04:11 14:48 49:23 113.8k 23 561.5M 0 0 23 129.6M 0 149.2k 1:04:12 14:49 49:23 107.3k 23 561.5M 0 0 23 129.8M 0 149.3k 1:04:11 14:50 49:21 119.6k 23 561.5M 0 0 23 130.0M 0 149.2k 1:04:12 14:51 49:21 123.3k 23 561.5M 0 0 23 130.1M 0 149.2k 1:04:12 14:53 49:19 124.7k 23 561.5M 0 0 23 130.3M 0 149.2k 1:04:12 14:54 49:18 144.7k 23 561.5M 0 0 23 130.5M 0 149.2k 1:04:11 14:55 49:16 152.9k 23 561.5M 0 0 23 130.6M 0 149.2k 1:04:13 14:56 49:17 141.0k 23 561.5M 0 0 23 130.8M 0 149.1k 1:04:15 14:58 49:17 130.3k 23 561.5M 0 0 23 131.0M 0 149.1k 1:04:15 14:59 49:16 133.3k 23 561.5M 0 0 23 131.2M 0 149.2k 1:04:13 15:00 49:13 144.7k 23 561.5M 0 0 23 131.5M 0 149.3k 1:04:11 15:01 49:10 153.5k 23 561.5M 0 0 23 131.7M 0 149.4k 1:04:08 15:02 49:06 174.5k 23 561.5M 0 0 23 132.0M 0 149.5k 1:04:04 15:04 49:00 215.4k 23 561.5M 0 0 23 132.3M 0 149.7k 1:04:00 15:05 48:55 241.4k 23 561.5M 0 0 23 132.5M 0 149.7k 1:03:59 15:06 48:53 237.2k 23 561.5M 0 0 23 132.7M 0 149.8k 1:03:58 15:07 48:51 230.6k 23 561.5M 0 0 23 133.0M 0 149.8k 1:03:56 15:08 48:48 220.9k 23 561.5M 0 0 23 133.1M 0 149.9k 1:03:55 15:09 48:46 203.8k 23 561.5M 0 0 23 133.4M 0 150.0k 1:03:53 15:10 48:43 190.6k 23 561.5M 0 0 23 133.6M 0 150.1k 1:03:51 15:12 48:39 198.3k 23 561.5M 0 0 23 134.0M 0 150.2k 1:03:47 15:13 48:34 216.5k 23 561.5M 0 0 23 134.1M 0 150.2k 1:03:47 15:14 48:33 204.7k 23 561.5M 0 0 23 134.3M 0 150.1k 1:03:50 15:16 48:34 183.4k 23 561.5M 0 0 23 134.4M 0 149.9k 1:03:53 15:17 48:36 148.5k 23 561.5M 0 0 23 134.5M 0 149.9k 1:03:55 15:18 48:37 129.6k 23 561.5M 0 0 23 134.6M 0 149.8k 1:03:57 15:20 48:37 99.85k 24 561.5M 0 0 24 134.8M 0 149.8k 1:03:58 15:21 48:37 96164 24 561.5M 0 0 24 134.9M 0 149.7k 1:04:00 15:22 48:38 97119 24 561.5M 0 0 24 135.0M 0 149.6k 1:04:01 15:23 48:38 104.7k 24 561.5M 0 0 24 135.2M 0 149.6k 1:04:01 15:25 48:36 113.0k 24 561.5M 0 0 24 135.5M 0 149.7k 1:03:58 15:26 48:32 139.5k 24 561.5M 0 0 24 135.6M 0 149.8k 1:03:58 15:27 48:31 151.7k 24 561.5M 0 0 24 135.8M 0 149.8k 1:03:58 15:28 48:30 160.2k 24 561.5M 0 0 24 136.0M 0 149.7k 1:03:59 15:30 48:29 163.3k 24 561.5M 0 0 24 136.2M 0 149.7k 1:04:00 15:31 48:29 155.6k 24 561.5M 0 0 24 136.3M 0 149.6k 1:04:02 15:33 48:29 132.4k 24 561.5M 0 0 24 136.5M 0 149.5k 1:04:04 15:34 48:30 116.6k 24 561.5M 0 0 24 136.6M 0 149.5k 1:04:04 15:35 48:29 121.2k 24 561.5M 0 0 24 136.8M 0 149.5k 1:04:04 15:37 48:27 119.5k 24 561.5M 0 0 24 137.0M 0 149.5k 1:04:05 15:38 48:27 120.3k 24 561.5M 0 0 24 137.2M 0 149.5k 1:04:05 15:39 48:26 129.5k 24 561.5M 0 0 24 137.3M 0 149.4k 1:04:06 15:41 48:25 137.8k 24 561.5M 0 0 24 137.5M 0 149.4k 1:04:08 15:42 48:26 124.5k 24 561.5M 0 0 24 137.6M 0 149.3k 1:04:09 15:43 48:26 123.3k 24 561.5M 0 0 24 137.8M 0 149.3k 1:04:10 15:44 48:26 121.3k 24 561.5M 0 0 24 138.0M 0 149.3k 1:04:10 15:46 48:24 123.9k 24 561.5M 0 0 24 138.2M 0 149.4k 1:04:08 15:47 48:21 162.5k 24 561.5M 0 0 24 138.2M 0 149.4k 1:04:08 15:47 48:21 149.4k 24 561.5M 0 0 24 138.5M 0 149.5k 1:04:05 15:48 48:17 244.7k 24 561.5M 0 0 24 138.6M 0 149.5k 1:04:05 15:49 48:16 189.0k 24 561.5M 0 0 24 138.8M 0 149.4k 1:04:06 15:50 48:16 163.9k 24 561.5M 0 0 24 139.0M 0 149.4k 1:04:07 15:52 48:15 154.0k 24 561.5M 0 0 24 139.1M 0 149.4k 1:04:08 15:53 48:15 148.5k 24 561.5M 0 0 24 139.3M 0 149.4k 1:04:08 15:54 48:14 134.4k 24 561.5M 0 0 24 139.4M 0 149.3k 1:04:09 15:55 48:14 126.5k 24 561.5M 0 0 24 139.6M 0 149.3k 1:04:10 15:57 48:13 130.0k 24 561.5M 0 0 24 139.8M 0 149.3k 1:04:10 15:58 48:12 133.7k 24 561.5M 0 0 24 140.0M 0 149.3k 1:04:10 15:59 48:11 140.5k 24 561.5M 0 0 24 140.2M 0 149.4k 1:04:08 16:01 48:07 147.2k 25 561.5M 0 0 25 140.4M 0 149.4k 1:04:07 16:02 48:05 159.6k 25 561.5M 0 0 25 140.6M 0 149.4k 1:04:07 16:03 48:04 168.4k 25 561.5M 0 0 25 140.8M 0 149.4k 1:04:07 16:04 48:03 165.5k 25 561.5M 0 0 25 141.0M 0 149.4k 1:04:07 16:05 48:02 166.9k 25 561.5M 0 0 25 141.1M 0 149.4k 1:04:08 16:07 48:01 148.5k 25 561.5M 0 0 25 141.2M 0 149.3k 1:04:09 16:08 48:01 138.0k 25 561.5M 0 0 25 141.4M 0 149.3k 1:04:09 16:09 48:00 131.4k 25 561.5M 0 0 25 141.6M 0 149.4k 1:04:08 16:10 47:58 142.1k 25 561.5M 0 0 25 141.8M 0 149.3k 1:04:09 16:12 47:57 134.3k 25 561.5M 0 0 25 142.0M 0 149.3k 1:04:10 16:13 47:57 139.3k 25 561.5M 0 0 25 142.1M 0 149.3k 1:04:11 16:15 47:56 141.3k 25 561.5M 0 0 25 142.3M 0 149.2k 1:04:13 16:16 47:57 127.9k 25 561.5M 0 0 25 142.4M 0 149.1k 1:04:14 16:17 47:57 116.6k 25 561.5M 0 0 25 142.6M 0 149.1k 1:04:15 16:19 47:56 119.9k 25 561.5M 0 0 25 142.8M 0 149.1k 1:04:14 16:20 47:54 126.2k 25 561.5M 0 0 25 143.0M 0 149.1k 1:04:14 16:21 47:53 127.0k 25 561.5M 0 0 25 143.1M 0 149.1k 1:04:16 16:22 47:54 135.4k 25 561.5M 0 0 25 143.2M 0 149.0k 1:04:17 16:23 47:54 136.4k 25 561.5M 0 0 25 143.3M 0 149.0k 1:04:17 16:24 47:53 131.2k 25 561.5M 0 0 25 143.5M 0 148.9k 1:04:19 16:26 47:53 115.8k 25 561.5M 0 0 25 143.6M 0 148.9k 1:04:19 16:27 47:52 118.3k 25 561.5M 0 0 25 143.9M 0 149.0k 1:04:16 16:28 47:48 142.8k 25 561.5M 0 0 25 144.1M 0 149.1k 1:04:15 16:29 47:46 156.5k 25 561.5M 0 0 25 144.3M 0 149.1k 1:04:14 16:30 47:44 169.1k 25 561.5M 0 0 25 144.5M 0 149.2k 1:04:13 16:31 47:42 193.7k 25 561.5M 0 0 25 144.7M 0 149.2k 1:04:13 16:33 47:40 189.8k 25 561.5M 0 0 25 144.9M 0 149.2k 1:04:13 16:34 47:39 172.1k 25 561.5M 0 0 25 145.1M 0 149.2k 1:04:13 16:35 47:38 161.2k 25 561.5M 0 0 25 145.2M 0 149.1k 1:04:14 16:37 47:37 149.0k 25 561.5M 0 0 25 145.4M 0 149.2k 1:04:13 16:38 47:35 145.1k 25 561.5M 0 0 25 145.6M 0 149.2k 1:04:13 16:39 47:34 152.8k 25 561.5M 0 0 25 145.8M 0 149.2k 1:04:12 16:40 47:32 153.7k 25 561.5M 0 0 25 145.9M 0 149.2k 1:04:13 16:41 47:32 153.0k 26 561.5M 0 0 26 146.1M 0 149.2k 1:04:13 16:42 47:31 155.0k 26 561.5M 0 0 26 146.3M 0 149.2k 1:04:13 16:43 47:30 151.9k 26 561.5M 0 0 26 146.5M 0 149.2k 1:04:13 16:45 47:28 147.9k 26 561.5M 0 0 26 146.6M 0 149.2k 1:04:13 16:46 47:27 145.8k 26 561.5M 0 0 26 146.8M 0 149.2k 1:04:12 16:47 47:25 155.0k 26 561.5M 0 0 26 147.0M 0 149.2k 1:04:12 16:48 47:24 159.3k 26 561.5M 0 0 26 147.1M 0 149.1k 1:04:14 16:50 47:24 142.2k 26 561.5M 0 0 26 147.3M 0 149.1k 1:04:16 16:51 47:25 131.3k 26 561.5M 0 0 26 147.5M 0 149.1k 1:04:16 16:52 47:24 132.2k 26 561.5M 0 0 26 147.6M 0 149.1k 1:04:15 16:53 47:22 131.3k 26 561.5M 0 0 26 147.8M 0 149.1k 1:04:14 16:55 47:19 133.7k 26 561.5M 0 0 26 148.0M 0 149.1k 1:04:16 16:56 47:20 136.1k 26 561.5M 0 0 26 148.1M 0 149.0k 1:04:17 16:57 47:20 140.3k 26 561.5M 0 0 26 148.2M 0 149.0k 1:04:18 16:58 47:20 134.7k 26 561.5M 0 0 26 148.4M 0 149.0k 1:04:18 16:59 47:19 128.4k 26 561.5M 0 0 26 148.5M 0 148.9k 1:04:19 17:01 47:18 116.9k 26 561.5M 0 0 26 148.6M 0 148.9k 1:04:20 17:02 47:18 121.1k 26 561.5M 0 0 26 148.8M 0 148.9k 1:04:20 17:03 47:17 130.1k 26 561.5M 0 0 26 149.0M 0 148.9k 1:04:20 17:04 47:16 136.1k 26 561.5M 0 0 26 149.2M 0 148.9k 1:04:20 17:05 47:15 137.8k 26 561.5M 0 0 26 149.4M 0 148.9k 1:04:19 17:07 47:12 150.8k 26 561.5M 0 0 26 149.6M 0 149.0k 1:04:17 17:08 47:09 167.1k 26 561.5M 0 0 26 149.8M 0 149.0k 1:04:17 17:09 47:08 168.4k 26 561.5M 0 0 26 150.0M 0 149.1k 1:04:16 17:10 47:06 172.9k 26 561.5M 0 0 26 150.1M 0 148.9k 1:04:19 17:12 47:07 153.0k 26 561.5M 0 0 26 150.3M 0 148.9k 1:04:20 17:13 47:07 142.5k 26 561.5M 0 0 26 150.4M 0 148.9k 1:04:21 17:14 47:07 127.2k 26 561.5M 0 0 26 150.6M 0 148.9k 1:04:21 17:15 47:06 122.9k 26 561.5M 0 0 26 150.8M 0 148.9k 1:04:20 17:17 47:03 126.7k 26 561.5M 0 0 26 151.0M 0 148.9k 1:04:19 17:18 47:01 147.0k 26 561.5M 0 0 26 151.1M 0 148.9k 1:04:21 17:19 47:02 145.0k 26 561.5M 0 0 26 151.3M 0 148.9k 1:04:21 17:20 47:01 144.5k 26 561.5M 0 0 26 151.4M 0 148.8k 1:04:22 17:21 47:01 138.7k 26 561.5M 0 0 26 151.5M 0 148.8k 1:04:23 17:22 47:01 122.1k 27 561.5M 0 0 27 151.7M 0 148.8k 1:04:24 17:24 47:00 118.2k 27 561.5M 0 0 27 151.8M 0 148.7k 1:04:26 17:25 47:01 114.6k 27 561.5M 0 0 27 152.0M 0 148.6k 1:04:27 17:26 47:01 110.4k 27 561.5M 0 0 27 152.1M 0 148.6k 1:04:28 17:27 47:01 112.9k 27 561.5M 0 0 27 152.2M 0 148.6k 1:04:29 17:29 47:00 113.8k 27 561.5M 0 0 27 152.4M 0 148.6k 1:04:29 17:30 46:59 114.3k 27 561.5M 0 0 27 152.5M 0 148.5k 1:04:31 17:31 47:00 113.9k 27 561.5M 0 0 27 152.6M 0 148.4k 1:04:32 17:32 47:00 117.4k 27 561.5M 0 0 27 152.8M 0 148.4k 1:04:33 17:33 47:00 117.4k 27 561.5M 0 0 27 153.0M 0 148.4k 1:04:33 17:35 46:58 123.9k 27 561.5M 0 0 27 153.1M 0 148.4k 1:04:33 17:36 46:57 120.3k 27 561.5M 0 0 27 153.2M 0 148.4k 1:04:35 17:37 46:58 124.4k 27 561.5M 0 0 27 153.3M 0 148.3k 1:04:35 17:38 46:57 124.6k 27 561.5M 0 0 27 153.5M 0 148.2k 1:04:38 17:40 46:58 115.1k 27 561.5M 0 0 27 153.6M 0 148.1k 1:04:40 17:41 46:59 101.7k 27 561.5M 0 0 27 153.7M 0 148.1k 1:04:40 17:42 46:58 101.6k 27 561.5M 0 0 27 153.8M 0 148.1k 1:04:41 17:43 46:58 104.1k 27 561.5M 0 0 27 154.0M 0 148.1k 1:04:42 17:44 46:58 103.3k 27 561.5M 0 0 27 154.1M 0 148.0k 1:04:43 17:45 46:58 111.6k 27 561.5M 0 0 27 154.3M 0 148.0k 1:04:43 17:47 46:56 126.8k 27 561.5M 0 0 27 154.4M 0 148.0k 1:04:44 17:48 46:56 125.1k 27 561.5M 0 0 27 154.5M 0 147.9k 1:04:46 17:49 46:57 118.3k 27 561.5M 0 0 27 154.6M 0 147.9k 1:04:47 17:50 46:57 118.7k 27 561.5M 0 0 27 154.8M 0 147.9k 1:04:47 17:51 46:56 118.7k 27 561.5M 0 0 27 155.0M 0 147.9k 1:04:46 17:52 46:54 122.6k 27 561.5M 0 0 27 155.1M 0 147.9k 1:04:46 17:54 46:52 129.4k 27 561.5M 0 0 27 155.3M 0 147.9k 1:04:47 17:55 46:52 140.3k 27 561.5M 0 0 27 155.6M 0 148.0k 1:04:45 17:56 46:49 159.9k 27 561.5M 0 0 27 155.8M 0 148.0k 1:04:44 17:57 46:47 170.6k 27 561.5M 0 0 27 156.0M 0 148.0k 1:04:43 17:58 46:45 170.7k 27 561.5M 0 0 27 156.1M 0 148.1k 1:04:42 17:59 46:43 176.0k 27 561.5M 0 0 27 156.3M 0 148.0k 1:04:43 18:00 46:43 176.0k 27 561.5M 0 0 27 156.4M 0 148.0k 1:04:44 18:02 46:42 153.8k 27 561.5M 0 0 27 156.6M 0 148.0k 1:04:44 18:03 46:41 148.7k 27 561.5M 0 0 27 156.8M 0 148.0k 1:04:43 18:04 46:39 145.3k 27 561.5M 0 0 27 157.0M 0 148.0k 1:04:43 18:05 46:38 146.4k 27 561.5M 0 0 27 157.1M 0 148.0k 1:04:43 18:06 46:37 149.4k 28 561.5M 0 0 28 157.3M 0 148.0k 1:04:43 18:08 46:35 154.5k 28 561.5M 0 0 28 157.5M 0 148.0k 1:04:43 18:09 46:34 154.3k 28 561.5M 0 0 28 157.8M 0 148.1k 1:04:41 18:10 46:31 165.8k 28 561.5M 0 0 28 158.0M 0 148.1k 1:04:41 18:12 46:29 155.6k 28 561.5M 0 0 28 158.1M 0 148.1k 1:04:41 18:13 46:28 159.8k 28 561.5M 0 0 28 158.3M 0 148.1k 1:04:41 18:14 46:27 158.5k 28 561.5M 0 0 28 158.5M 0 148.1k 1:04:42 18:15 46:27 152.6k 28 561.5M 0 0 28 158.6M 0 148.1k 1:04:41 18:16 46:25 144.5k 28 561.5M 0 0 28 158.8M 0 148.1k 1:04:41 18:18 46:23 151.7k 28 561.5M 0 0 28 159.0M 0 148.1k 1:04:42 18:19 46:23 142.3k 28 561.5M 0 0 28 159.1M 0 148.0k 1:04:43 18:20 46:23 139.0k 28 561.5M 0 0 28 159.2M 0 148.0k 1:04:44 18:21 46:23 134.9k 28 561.5M 0 0 28 159.3M 0 148.0k 1:04:45 18:22 46:23 121.5k 28 561.5M 0 0 28 159.5M 0 148.0k 1:04:45 18:23 46:22 121.0k 28 561.5M 0 0 28 159.7M 0 147.9k 1:04:46 18:25 46:21 121.1k 28 561.5M 0 0 28 159.8M 0 147.9k 1:04:47 18:26 46:21 117.0k 28 561.5M 0 0 28 160.0M 0 147.8k 1:04:48 18:28 46:20 123.4k 28 561.5M 0 0 28 160.2M 0 147.8k 1:04:48 18:29 46:19 128.7k 28 561.5M 0 0 28 160.3M 0 147.7k 1:04:51 18:31 46:20 113.5k 28 561.5M 0 0 28 160.5M 0 147.7k 1:04:53 18:32 46:21 107.6k 28 561.5M 0 0 28 160.6M 0 147.6k 1:04:53 18:33 46:20 112.6k 28 561.5M 0 0 28 160.7M 0 147.6k 1:04:55 18:35 46:20 103.5k 28 561.5M 0 0 28 160.8M 0 147.5k 1:04:56 18:36 46:20 98.68k 28 561.5M 0 0 28 161.0M 0 147.5k 1:04:56 18:37 46:19 113.3k 28 561.5M 0 0 28 161.2M 0 147.5k 1:04:56 18:38 46:18 124.3k 28 561.5M 0 0 28 161.3M 0 147.5k 1:04:56 18:39 46:17 124.4k 28 561.5M 0 0 28 161.5M 0 147.5k 1:04:57 18:41 46:16 134.5k 28 561.5M 0 0 28 161.7M 0 147.5k 1:04:56 18:42 46:14 144.1k 28 561.5M 0 0 28 162.0M 0 147.6k 1:04:55 18:43 46:12 155.6k 28 561.5M 0 0 28 162.2M 0 147.7k 1:04:53 18:44 46:09 172.3k 28 561.5M 0 0 28 162.5M 0 147.7k 1:04:51 18:46 46:05 186.4k 28 561.5M 0 0 28 162.6M 0 147.7k 1:04:51 18:47 46:04 188.0k 29 561.5M 0 0 29 162.8M 0 147.8k 1:04:50 18:48 46:02 192.2k 29 561.5M 0 0 29 163.1M 0 147.8k 1:04:48 18:49 45:59 197.4k 29 561.5M 0 0 29 163.3M 0 147.9k 1:04:47 18:50 45:57 185.8k 29 561.5M 0 0 29 163.5M 0 147.8k 1:04:48 18:52 45:56 170.3k 29 561.5M 0 0 29 163.6M 0 147.8k 1:04:48 18:53 45:55 167.4k 29 561.5M 0 0 29 163.7M 0 147.8k 1:04:50 18:54 45:56 146.7k 29 561.5M 0 0 29 163.8M 0 147.7k 1:04:52 18:55 45:57 119.3k 29 561.5M 0 0 29 164.0M 0 147.7k 1:04:52 18:57 45:55 117.6k 29 561.5M 0 0 29 164.2M 0 147.7k 1:04:52 18:58 45:54 119.8k 29 561.5M 0 0 29 164.4M 0 147.7k 1:04:51 18:59 45:52 125.0k 29 561.5M 0 0 29 164.6M 0 147.7k 1:04:51 19:00 45:51 144.3k 29 561.5M 0 0 29 164.8M 0 147.8k 1:04:50 19:01 45:49 165.9k 29 561.5M 0 0 29 165.0M 0 147.8k 1:04:50 19:03 45:47 161.1k 29 561.5M 0 0 29 165.1M 0 147.8k 1:04:49 19:04 45:45 166.2k 29 561.5M 0 0 29 165.3M 0 147.8k 1:04:48 19:05 45:43 170.3k 29 561.5M 0 0 29 165.5M 0 147.8k 1:04:48 19:06 45:42 169.2k 29 561.5M 0 0 29 165.7M 0 147.9k 1:04:47 19:07 45:40 163.7k 29 561.5M 0 0 29 165.8M 0 147.8k 1:04:49 19:08 45:41 159.6k 29 561.5M 0 0 29 166.0M 0 147.8k 1:04:49 19:10 45:39 152.1k 29 561.5M 0 0 29 166.1M 0 147.8k 1:04:49 19:11 45:38 141.3k 29 561.5M 0 0 29 166.3M 0 147.7k 1:04:51 19:12 45:39 127.5k 29 561.5M 0 0 29 166.4M 0 147.7k 1:04:51 19:13 45:38 118.3k 29 561.5M 0 0 29 166.6M 0 147.7k 1:04:51 19:14 45:37 128.7k 29 561.5M 0 0 29 166.8M 0 147.7k 1:04:51 19:15 45:36 131.9k 29 561.5M 0 0 29 166.9M 0 147.7k 1:04:51 19:16 45:35 132.3k 29 561.5M 0 0 29 167.1M 0 147.7k 1:04:51 19:18 45:33 144.5k 29 561.5M 0 0 29 167.3M 0 147.8k 1:04:49 19:19 45:30 166.7k 29 561.5M 0 0 29 167.6M 0 147.9k 1:04:45 19:20 45:25 193.3k 29 561.5M 0 0 29 167.9M 0 148.0k 1:04:44 19:21 45:23 198.1k 29 561.5M 0 0 29 168.0M 0 148.0k 1:04:45 19:22 45:23 197.6k 29 561.5M 0 0 29 168.2M 0 148.0k 1:04:45 19:24 45:21 195.1k 29 561.5M 0 0 29 168.3M 0 147.9k 1:04:45 19:25 45:20 175.8k 30 561.5M 0 0 30 168.5M 0 148.0k 1:04:45 19:26 45:19 151.4k 30 561.5M 0 0 30 168.7M 0 148.0k 1:04:44 19:27 45:17 146.7k 30 561.5M 0 0 30 168.9M 0 148.0k 1:04:44 19:28 45:16 150.5k 30 561.5M 0 0 30 169.1M 0 148.0k 1:04:44 19:29 45:15 154.6k 30 561.5M 0 0 30 169.3M 0 148.1k 1:04:42 19:31 45:11 170.6k 30 561.5M 0 0 30 169.5M 0 148.1k 1:04:42 19:32 45:10 171.6k 30 561.5M 0 0 30 169.7M 0 148.1k 1:04:41 19:33 45:08 172.1k 30 561.5M 0 0 30 170.0M 0 148.2k 1:04:39 19:34 45:05 188.9k 30 561.5M 0 0 30 170.2M 0 148.3k 1:04:37 19:35 45:02 200.7k 30 561.5M 0 0 30 170.4M 0 148.3k 1:04:36 19:36 45:00 194.2k 30 561.5M 0 0 30 170.6M 0 148.3k 1:04:36 19:37 44:59 189.5k 30 561.5M 0 0 30 170.8M 0 148.3k 1:04:37 19:39 44:58 182.3k 30 561.5M 0 0 30 171.0M 0 148.3k 1:04:37 19:40 44:57 167.7k 30 561.5M 0 0 30 171.1M 0 148.2k 1:04:37 19:41 44:56 146.3k 30 561.5M 0 0 30 171.2M 0 148.2k 1:04:38 19:42 44:56 134.1k 30 561.5M 0 0 30 171.4M 0 148.2k 1:04:38 19:44 44:54 135.7k 30 561.5M 0 0 30 171.6M 0 148.2k 1:04:38 19:45 44:53 140.6k 30 561.5M 0 0 30 171.8M 0 148.2k 1:04:37 19:46 44:51 142.0k 30 561.5M 0 0 30 172.0M 0 148.3k 1:04:37 19:47 44:50 152.4k 30 561.5M 0 0 30 172.1M 0 148.3k 1:04:36 19:48 44:48 163.2k 30 561.5M 0 0 30 172.4M 0 148.3k 1:04:35 19:49 44:46 174.4k 30 561.5M 0 0 30 172.6M 0 148.4k 1:04:34 19:51 44:43 175.4k 30 561.5M 0 0 30 172.8M 0 148.4k 1:04:35 19:52 44:43 169.9k 30 561.5M 0 0 30 173.0M 0 148.3k 1:04:35 19:53 44:42 164.8k 30 561.5M 0 0 30 173.1M 0 148.3k 1:04:35 19:55 44:40 161.6k 30 561.5M 0 0 30 173.3M 0 148.4k 1:04:34 19:56 44:38 150.4k 30 561.5M 0 0 30 173.5M 0 148.4k 1:04:34 19:57 44:37 147.2k 30 561.5M 0 0 30 173.7M 0 148.4k 1:04:34 19:58 44:36 155.0k 30 561.5M 0 0 30 173.9M 0 148.4k 1:04:33 19:59 44:34 159.0k 30 561.5M 0 0 30 174.0M 0 148.4k 1:04:34 20:00 44:34 153.2k 31 561.5M 0 0 31 174.2M 0 148.4k 1:04:34 20:02 44:32 150.2k 31 561.5M 0 0 31 174.4M 0 148.4k 1:04:34 20:03 44:31 154.0k 31 561.5M 0 0 31 174.6M 0 148.4k 1:04:34 20:04 44:30 147.3k 31 561.5M 0 0 31 174.8M 0 148.4k 1:04:34 20:06 44:28 144.1k 31 561.5M 0 0 31 174.9M 0 148.3k 1:04:36 20:07 44:29 135.2k 31 561.5M 0 0 31 175.0M 0 148.2k 1:04:38 20:08 44:30 125.2k 31 561.5M 0 0 31 175.1M 0 148.2k 1:04:38 20:10 44:28 116.0k 31 561.5M 0 0 31 175.3M 0 148.2k 1:04:39 20:11 44:28 111.4k 31 561.5M 0 0 31 175.5M 0 148.2k 1:04:39 20:12 44:27 108.4k 31 561.5M 0 0 31 175.6M 0 148.1k 1:04:41 20:13 44:28 109.5k 31 561.5M 0 0 31 175.6M 0 148.0k 1:04:43 20:14 44:29 105.6k 31 561.5M 0 0 31 175.7M 0 148.0k 1:04:45 20:15 44:30 99130 31 561.5M 0 0 31 175.8M 0 147.9k 1:04:47 20:17 44:30 91176 31 561.5M 0 0 31 176.0M 0 147.9k 1:04:48 20:18 44:30 86831 31 561.5M 0 0 31 176.1M 0 147.8k 1:04:48 20:19 44:29 93891 31 561.5M 0 0 31 176.3M 0 147.8k 1:04:48 20:20 44:28 108.5k 31 561.5M 0 0 31 176.5M 0 147.8k 1:04:48 20:22 44:26 125.1k 31 561.5M 0 0 31 176.6M 0 147.9k 1:04:48 20:23 44:25 143.3k 31 561.5M 0 0 31 176.8M 0 147.8k 1:04:48 20:24 44:24 146.8k 31 561.5M 0 0 31 177.0M 0 147.9k 1:04:47 20:25 44:22 155.1k 31 561.5M 0 0 31 177.1M 0 147.9k 1:04:48 20:26 44:22 152.3k 31 561.5M 0 0 31 177.3M 0 147.8k 1:04:48 20:27 44:21 146.0k 31 561.5M 0 0 31 177.5M 0 147.8k 1:04:48 20:28 44:20 146.4k 31 561.5M 0 0 31 177.7M 0 147.9k 1:04:47 20:30 44:17 154.1k 31 561.5M 0 0 31 177.8M 0 147.9k 1:04:48 20:31 44:17 144.4k 31 561.5M 0 0 31 178.0M 0 147.8k 1:04:49 20:32 44:17 136.5k 31 561.5M 0 0 31 178.1M 0 147.8k 1:04:50 20:33 44:17 136.7k 31 561.5M 0 0 31 178.3M 0 147.8k 1:04:50 20:35 44:15 134.4k 31 561.5M 0 0 31 178.5M 0 147.8k 1:04:48 20:36 44:12 141.5k 31 561.5M 0 0 31 178.8M 0 148.0k 1:04:44 20:37 44:07 172.6k 31 561.5M 0 0 31 179.1M 0 148.1k 1:04:42 20:38 44:04 204.5k 31 561.5M 0 0 31 179.3M 0 148.1k 1:04:41 20:39 44:02 214.6k 31 561.5M 0 0 31 179.5M 0 148.1k 1:04:42 20:41 44:01 208.7k 31 561.5M 0 0 31 179.6M 0 148.0k 1:04:43 20:42 44:01 182.6k 32 561.5M 0 0 32 179.8M 0 148.0k 1:04:44 20:43 44:01 154.7k 32 561.5M 0 0 32 180.0M 0 148.0k 1:04:44 20:44 44:00 138.8k 32 561.5M 0 0 32 180.1M 0 148.0k 1:04:44 20:46 43:58 128.0k 32 561.5M 0 0 32 180.3M 0 148.0k 1:04:45 20:47 43:58 128.3k 32 561.5M 0 0 32 180.5M 0 148.0k 1:04:45 20:48 43:57 139.2k 32 561.5M 0 0 32 180.6M 0 148.0k 1:04:44 20:49 43:55 146.6k 32 561.5M 0 0 32 180.9M 0 148.1k 1:04:42 20:50 43:52 160.9k 32 561.5M 0 0 32 181.1M 0 148.1k 1:04:41 20:52 43:49 168.8k 32 561.5M 0 0 32 181.3M 0 148.1k 1:04:41 20:53 43:48 180.3k 32 561.5M 0 0 32 181.5M 0 148.1k 1:04:41 20:54 43:47 179.9k 32 561.5M 0 0 32 181.6M 0 148.1k 1:04:42 20:55 43:47 165.8k 32 561.5M 0 0 32 181.8M 0 148.0k 1:04:43 20:57 43:46 127.1k 32 561.5M 0 0 32 181.8M 0 148.0k 1:04:43 20:57 43:46 148.0k 32 561.5M 0 0 32 181.9M 0 148.0k 1:04:44 20:58 43:46 110.7k 32 561.5M 0 0 32 182.0M 0 148.0k 1:04:44 20:59 43:45 115.8k 32 561.5M 0 0 32 182.1M 0 148.0k 1:04:45 21:00 43:45 119.5k 32 561.5M 0 0 32 182.3M 0 148.0k 1:04:44 21:01 43:43 133.6k 32 561.5M 0 0 32 182.6M 0 148.0k 1:04:43 21:02 43:41 144.5k 32 561.5M 0 0 32 182.8M 0 148.0k 1:04:43 21:04 43:39 151.5k 32 561.5M 0 0 32 183.0M 0 148.1k 1:04:41 21:05 43:36 173.2k 32 561.5M 0 0 32 183.2M 0 148.1k 1:04:40 21:06 43:34 183.4k 32 561.5M 0 0 32 183.4M 0 148.1k 1:04:40 21:07 43:33 175.2k 32 561.5M 0 0 32 183.5M 0 148.1k 1:04:42 21:08 43:34 158.9k 32 561.5M 0 0 32 183.6M 0 148.0k 1:04:43 21:10 43:33 152.5k 32 561.5M 0 0 32 183.8M 0 148.0k 1:04:43 21:11 43:32 134.8k 32 561.5M 0 0 32 184.0M 0 148.0k 1:04:44 21:12 43:32 122.5k 32 561.5M 0 0 32 184.1M 0 148.0k 1:04:43 21:13 43:30 124.6k 32 561.5M 0 0 32 184.3M 0 148.0k 1:04:43 21:15 43:28 136.9k 32 561.5M 0 0 32 184.5M 0 148.0k 1:04:44 21:16 43:28 140.1k 32 561.5M 0 0 32 184.6M 0 148.0k 1:04:44 21:17 43:27 139.3k 32 561.5M 0 0 32 184.8M 0 148.0k 1:04:44 21:18 43:26 148.3k 32 561.5M 0 0 32 185.0M 0 148.0k 1:04:44 21:20 43:24 145.7k 32 561.5M 0 0 32 185.1M 0 148.0k 1:04:44 21:21 43:23 139.6k 32 561.5M 0 0 32 185.3M 0 147.9k 1:04:45 21:22 43:23 134.7k 33 561.5M 0 0 33 185.4M 0 147.9k 1:04:46 21:23 43:23 127.5k 33 561.5M 0 0 33 185.6M 0 147.9k 1:04:46 21:24 43:22 130.3k 33 561.5M 0 0 33 185.8M 0 148.0k 1:04:44 21:25 43:19 145.8k 33 561.5M 0 0 33 186.1M 0 148.1k 1:04:42 21:26 43:16 165.4k 33 561.5M 0 0 33 186.3M 0 148.1k 1:04:42 21:28 43:14 177.6k 33 561.5M 0 0 33 186.4M 0 148.0k 1:04:43 21:29 43:14 180.9k 33 561.5M 0 0 33 186.5M 0 148.0k 1:04:45 21:30 43:15 156.4k 33 561.5M 0 0 33 186.6M 0 147.9k 1:04:46 21:32 43:14 129.2k 33 561.5M 0 0 33 186.8M 0 147.9k 1:04:47 21:33 43:14 108.0k 33 561.5M 0 0 33 187.0M 0 147.9k 1:04:47 21:34 43:13 110.2k 33 561.5M 0 0 33 187.1M 0 147.9k 1:04:46 21:35 43:11 120.8k 33 561.5M 0 0 33 187.4M 0 148.0k 1:04:45 21:36 43:09 147.0k 33 561.5M 0 0 33 187.6M 0 148.0k 1:04:43 21:38 43:05 173.8k 33 561.5M 0 0 33 187.8M 0 148.0k 1:04:43 21:39 43:04 186.8k 33 561.5M 0 0 33 188.0M 0 148.0k 1:04:43 21:40 43:03 177.1k 33 561.5M 0 0 33 188.1M 0 148.0k 1:04:44 21:41 43:03 168.8k 33 561.5M 0 0 33 188.2M 0 147.9k 1:04:45 21:42 43:03 143.6k 33 561.5M 0 0 33 188.3M 0 147.9k 1:04:47 21:44 43:03 116.9k 33 561.5M 0 0 33 188.5M 0 147.8k 1:04:48 21:45 43:03 103.9k 33 561.5M 0 0 33 188.6M 0 147.8k 1:04:49 21:46 43:03 103.4k 33 561.5M 0 0 33 188.7M 0 147.8k 1:04:50 21:47 43:03 98.15k 33 561.5M 0 0 33 188.8M 0 147.7k 1:04:51 21:48 43:03 99.45k 33 561.5M 0 0 33 189.0M 0 147.7k 1:04:52 21:50 43:02 110.5k 33 561.5M 0 0 33 189.1M 0 147.7k 1:04:53 21:51 43:02 111.7k 33 561.5M 0 0 33 189.3M 0 147.6k 1:04:54 21:52 43:02 108.2k 33 561.5M 0 0 33 189.4M 0 147.6k 1:04:54 21:53 43:01 113.9k 33 561.5M 0 0 33 189.6M 0 147.6k 1:04:54 21:55 42:59 124.4k 33 561.5M 0 0 33 189.8M 0 147.6k 1:04:54 21:56 42:58 133.2k 33 561.5M 0 0 33 190.0M 0 147.6k 1:04:53 21:57 42:56 146.2k 33 561.5M 0 0 33 190.1M 0 147.7k 1:04:52 21:58 42:54 161.3k 33 561.5M 0 0 33 190.3M 0 147.6k 1:04:53 22:00 42:53 155.1k 33 561.5M 0 0 33 190.5M 0 147.6k 1:04:54 22:01 42:53 147.2k 33 561.5M 0 0 33 190.6M 0 147.6k 1:04:55 22:02 42:53 137.5k 33 561.5M 0 0 33 190.8M 0 147.6k 1:04:53 22:03 42:50 145.8k 34 561.5M 0 0 34 191.1M 0 147.7k 1:04:52 22:04 42:48 152.2k 34 561.5M 0 0 34 191.3M 0 147.7k 1:04:51 22:05 42:46 169.3k 34 561.5M 0 0 34 191.4M 0 147.7k 1:04:52 22:06 42:46 167.5k 34 561.5M 0 0 34 191.6M 0 147.7k 1:04:52 22:08 42:44 168.3k 34 561.5M 0 0 34 191.7M 0 147.7k 1:04:53 22:09 42:44 151.9k 34 561.5M 0 0 34 191.9M 0 147.6k 1:04:53 22:10 42:43 137.6k 34 561.5M 0 0 34 192.0M 0 147.6k 1:04:54 22:12 42:42 121.8k 34 561.5M 0 0 34 192.1M 0 147.6k 1:04:55 22:13 42:42 125.1k 34 561.5M 0 0 34 192.3M 0 147.6k 1:04:55 22:14 42:41 128.7k 34 561.5M 0 0 34 192.6M 0 147.7k 1:04:53 22:15 42:38 147.9k 34 561.5M 0 0 34 192.8M 0 147.7k 1:04:51 22:16 42:35 162.1k 34 561.5M 0 0 34 193.0M 0 147.7k 1:04:51 22:17 42:34 171.6k 34 561.5M 0 0 34 193.1M 0 147.7k 1:04:52 22:19 42:33 170.8k 34 561.5M 0 0 34 193.3M 0 147.7k 1:04:52 22:20 42:32 170.4k 34 561.5M 0 0 34 193.5M 0 147.7k 1:04:53 22:21 42:32 148.1k 34 561.5M 0 0 34 193.6M 0 147.7k 1:04:53 22:22 42:31 136.3k 34 561.5M 0 0 34 193.8M 0 147.7k 1:04:53 22:24 42:29 138.2k 34 561.5M 0 0 34 194.0M 0 147.6k 1:04:53 22:25 42:28 139.6k 34 561.5M 0 0 34 194.1M 0 147.6k 1:04:55 22:26 42:29 121.4k 34 561.5M 0 0 34 194.2M 0 147.6k 1:04:56 22:27 42:29 124.1k 34 561.5M 0 0 34 194.4M 0 147.5k 1:04:56 22:29 42:27 123.0k 34 561.5M 0 0 34 194.5M 0 147.5k 1:04:57 22:30 42:27 110.2k 34 561.5M 0 0 34 194.7M 0 147.5k 1:04:58 22:31 42:27 112.8k 34 561.5M 0 0 34 194.8M 0 147.4k 1:04:58 22:32 42:26 120.9k 34 561.5M 0 0 34 195.0M 0 147.5k 1:04:58 22:33 42:25 131.0k 34 561.5M 0 0 34 195.3M 0 147.5k 1:04:56 22:35 42:21 144.9k 34 561.5M 0 0 34 195.5M 0 147.6k 1:04:55 22:36 42:19 167.2k 34 561.5M 0 0 34 195.7M 0 147.6k 1:04:55 22:37 42:18 174.9k 34 561.5M 0 0 34 195.8M 0 147.5k 1:04:56 22:38 42:18 172.3k 34 561.5M 0 0 34 196.0M 0 147.6k 1:04:55 22:40 42:15 164.9k 34 561.5M 0 0 34 196.2M 0 147.5k 1:04:56 22:41 42:15 150.7k 34 561.5M 0 0 34 196.3M 0 147.5k 1:04:56 22:42 42:14 136.3k 34 561.5M 0 0 34 196.5M 0 147.5k 1:04:57 22:43 42:14 127.8k 35 561.5M 0 0 35 196.6M 0 147.5k 1:04:57 22:45 42:12 136.5k 35 561.5M 0 0 35 196.8M 0 147.4k 1:04:59 22:46 42:13 120.5k 35 561.5M 0 0 35 196.9M 0 147.4k 1:04:59 22:47 42:12 115.4k 35 561.5M 0 0 35 197.0M 0 147.4k 1:05:00 22:48 42:12 116.2k 35 561.5M 0 0 35 197.2M 0 147.4k 1:04:59 22:49 42:10 127.1k 35 561.5M 0 0 35 197.5M 0 147.5k 1:04:58 22:50 42:08 140.6k 35 561.5M 0 0 35 197.8M 0 147.6k 1:04:55 22:52 42:03 179.8k 35 561.5M 0 0 35 198.0M 0 147.6k 1:04:55 22:53 42:02 188.3k 35 561.5M 0 0 35 198.1M 0 147.6k 1:04:55 22:54 42:01 187.0k 35 561.5M 0 0 35 198.2M 0 147.5k 1:04:56 22:55 42:01 178.4k 35 561.5M 0 0 35 198.3M 0 147.5k 1:04:57 22:56 42:01 156.8k 35 561.5M 0 0 35 198.5M 0 147.5k 1:04:57 22:58 41:59 131.7k 35 561.5M 0 0 35 198.7M 0 147.5k 1:04:56 22:59 41:57 133.7k 35 561.5M 0 0 35 199.0M 0 147.6k 1:04:55 23:00 41:55 152.8k 35 561.5M 0 0 35 199.2M 0 147.7k 1:04:53 23:01 41:52 174.2k 35 561.5M 0 0 35 199.4M 0 147.7k 1:04:52 23:02 41:50 186.3k 35 561.5M 0 0 35 199.6M 0 147.7k 1:04:52 23:03 41:49 191.6k 35 561.5M 0 0 35 199.8M 0 147.7k 1:04:53 23:05 41:48 181.2k 35 561.5M 0 0 35 200.0M 0 147.6k 1:04:53 23:06 41:47 161.6k 35 561.5M 0 0 35 200.1M 0 147.6k 1:04:54 23:07 41:47 136.1k 35 561.5M 0 0 35 200.3M 0 147.6k 1:04:55 23:09 41:46 124.5k 35 561.5M 0 0 35 200.4M 0 147.5k 1:04:56 23:10 41:46 118.8k 35 561.5M 0 0 35 200.5M 0 147.5k 1:04:57 23:11 41:46 113.4k 35 561.5M 0 0 35 200.6M 0 147.4k 1:04:58 23:13 41:45 106.6k 35 561.5M 0 0 35 200.8M 0 147.4k 1:04:58 23:14 41:44 115.5k 35 561.5M 0 0 35 201.0M 0 147.4k 1:04:59 23:15 41:44 121.4k 35 561.5M 0 0 35 201.2M 0 147.4k 1:04:58 23:17 41:41 128.5k 35 561.5M 0 0 35 201.3M 0 147.4k 1:05:00 23:18 41:42 127.0k 35 561.5M 0 0 35 201.5M 0 147.4k 1:04:59 23:19 41:40 139.8k 35 561.5M 0 0 35 201.8M 0 147.5k 1:04:58 23:20 41:38 152.7k 35 561.5M 0 0 35 202.0M 0 147.5k 1:04:56 23:22 41:34 167.6k 36 561.5M 0 0 36 202.3M 0 147.6k 1:04:54 23:23 41:31 190.0k 36 561.5M 0 0 36 202.6M 0 147.7k 1:04:52 23:24 41:28 217.0k 36 561.5M 0 0 36 202.8M 0 147.7k 1:04:52 23:25 41:27 214.0k 36 561.5M 0 0 36 202.9M 0 147.7k 1:04:52 23:26 41:26 199.1k 36 561.5M 0 0 36 203.1M 0 147.7k 1:04:52 23:28 41:24 182.3k 36 561.5M 0 0 36 203.3M 0 147.7k 1:04:52 23:29 41:23 160.1k 36 561.5M 0 0 36 203.5M 0 147.7k 1:04:53 23:30 41:23 140.2k 36 561.5M 0 0 36 203.6M 0 147.7k 1:04:53 23:32 41:21 138.7k 36 561.5M 0 0 36 203.8M 0 147.6k 1:04:53 23:33 41:20 136.7k 36 561.5M 0 0 36 204.0M 0 147.6k 1:04:53 23:34 41:19 140.5k 36 561.5M 0 0 36 204.1M 0 147.6k 1:04:54 23:35 41:19 133.0k 36 561.5M 0 0 36 204.2M 0 147.6k 1:04:55 23:36 41:19 129.0k 36 561.5M 0 0 36 204.3M 0 147.5k 1:04:56 23:37 41:19 121.3k 36 561.5M 0 0 36 204.5M 0 147.5k 1:04:56 23:39 41:17 121.3k 36 561.5M 0 0 36 204.6M 0 147.5k 1:04:56 23:40 41:16 122.5k 36 561.5M 0 0 36 204.8M 0 147.5k 1:04:56 23:41 41:15 130.4k 36 561.5M 0 0 36 205.0M 0 147.5k 1:04:56 23:42 41:14 139.3k 36 561.5M 0 0 36 205.2M 0 147.5k 1:04:56 23:43 41:13 148.0k 36 561.5M 0 0 36 205.4M 0 147.5k 1:04:56 23:45 41:11 154.0k 36 561.5M 0 0 36 205.5M 0 147.5k 1:04:57 23:46 41:11 139.1k 36 561.5M 0 0 36 205.7M 0 147.5k 1:04:56 23:47 41:09 141.8k 36 561.5M 0 0 36 206.0M 0 147.6k 1:04:55 23:48 41:07 153.3k 36 561.5M 0 0 36 206.1M 0 147.6k 1:04:55 23:50 41:05 157.1k 36 561.5M 0 0 36 206.4M 0 147.6k 1:04:53 23:51 41:02 167.6k 36 561.5M 0 0 36 206.6M 0 147.7k 1:04:52 23:52 41:00 196.0k 36 561.5M 0 0 36 206.8M 0 147.7k 1:04:51 23:53 40:58 196.6k 36 561.5M 0 0 36 207.0M 0 147.7k 1:04:51 23:54 40:57 181.3k 36 561.5M 0 0 36 207.1M 0 147.7k 1:04:52 23:56 40:56 171.2k 36 561.5M 0 0 36 207.3M 0 147.7k 1:04:53 23:57 40:56 154.8k 36 561.5M 0 0 36 207.4M 0 147.6k 1:04:53 23:58 40:55 133.9k 36 561.5M 0 0 36 207.6M 0 147.7k 1:04:53 23:59 40:54 133.0k 37 561.5M 0 0 37 207.8M 0 147.7k 1:04:51 24:00 40:51 151.0k 37 561.5M 0 0 37 208.0M 0 147.7k 1:04:51 24:01 40:50 158.6k 37 561.5M 0 0 37 208.2M 0 147.7k 1:04:52 24:03 40:49 156.6k 37 561.5M 0 0 37 208.3M 0 147.7k 1:04:52 24:04 40:48 156.9k 37 561.5M 0 0 37 208.5M 0 147.7k 1:04:53 24:05 40:48 147.1k 37 561.5M 0 0 37 208.6M 0 147.6k 1:04:54 24:06 40:48 123.9k 37 561.5M 0 0 37 208.7M 0 147.6k 1:04:54 24:07 40:47 115.9k 37 561.5M 0 0 37 208.8M 0 147.6k 1:04:55 24:08 40:47 112.2k 37 561.5M 0 0 37 209.0M 0 147.5k 1:04:56 24:10 40:46 114.9k 37 561.5M 0 0 37 209.2M 0 147.5k 1:04:56 24:11 40:45 121.1k 37 561.5M 0 0 37 209.4M 0 147.6k 1:04:55 24:12 40:43 133.4k 37 561.5M 0 0 37 209.6M 0 147.6k 1:04:54 24:14 40:40 149.8k 37 561.5M 0 0 37 209.9M 0 147.7k 1:04:53 24:15 40:38 169.0k 37 561.5M 0 0 37 210.1M 0 147.7k 1:04:52 24:16 40:36 181.5k 37 561.5M 0 0 37 210.3M 0 147.7k 1:04:51 24:17 40:34 188.2k 37 561.5M 0 0 37 210.5M 0 147.7k 1:04:51 24:19 40:32 186.8k 37 561.5M 0 0 37 210.6M 0 147.7k 1:04:51 24:20 40:31 172.3k 37 561.5M 0 0 37 210.8M 0 147.7k 1:04:52 24:21 40:31 151.4k 37 561.5M 0 0 37 210.9M 0 147.6k 1:04:53 24:22 40:31 136.0k 37 561.5M 0 0 37 211.1M 0 147.7k 1:04:53 24:23 40:30 135.8k 37 561.5M 0 0 37 211.3M 0 147.7k 1:04:51 24:24 40:27 146.0k 37 561.5M 0 0 37 211.5M 0 147.7k 1:04:51 24:26 40:25 152.3k 37 561.5M 0 0 37 211.7M 0 147.7k 1:04:51 24:27 40:24 160.8k 37 561.5M 0 0 37 211.9M 0 147.7k 1:04:51 24:28 40:23 170.7k 37 561.5M 0 0 37 212.1M 0 147.7k 1:04:51 24:30 40:21 158.4k 37 561.5M 0 0 37 212.2M 0 147.7k 1:04:52 24:31 40:21 142.4k 37 561.5M 0 0 37 212.4M 0 147.7k 1:04:51 24:32 40:19 144.6k 37 561.5M 0 0 37 212.6M 0 147.7k 1:04:51 24:33 40:18 145.2k 37 561.5M 0 0 37 212.7M 0 147.7k 1:04:52 24:34 40:18 135.9k 37 561.5M 0 0 37 212.8M 0 147.7k 1:04:52 24:35 40:17 135.8k 37 561.5M 0 0 37 213.0M 0 147.7k 1:04:53 24:37 40:16 138.1k 37 561.5M 0 0 37 213.1M 0 147.6k 1:04:53 24:38 40:15 130.5k 37 561.5M 0 0 37 213.3M 0 147.6k 1:04:53 24:39 40:14 124.9k 38 561.5M 0 0 38 213.5M 0 147.6k 1:04:53 24:40 40:13 131.8k 38 561.5M 0 0 38 213.6M 0 147.6k 1:04:55 24:42 40:13 128.5k 38 561.5M 0 0 38 213.8M 0 147.6k 1:04:55 24:43 40:12 128.0k 38 561.5M 0 0 38 214.0M 0 147.6k 1:04:54 24:44 40:10 136.6k 38 561.5M 0 0 38 214.2M 0 147.6k 1:04:54 24:45 40:09 142.2k 38 561.5M 0 0 38 214.5M 0 147.7k 1:04:53 24:46 40:07 155.3k 38 561.5M 0 0 38 214.6M 0 147.7k 1:04:52 24:48 40:04 171.5k 38 561.5M 0 0 38 214.8M 0 147.7k 1:04:53 24:49 40:04 170.7k 38 561.5M 0 0 38 214.9M 0 147.6k 1:04:54 24:50 40:04 151.4k 38 561.5M 0 0 38 215.0M 0 147.5k 1:04:56 24:52 40:04 134.1k 38 561.5M 0 0 38 215.2M 0 147.5k 1:04:56 24:53 40:03 120.1k 38 561.5M 0 0 38 215.3M 0 147.5k 1:04:56 24:54 40:02 109.4k 38 561.5M 0 0 38 215.5M 0 147.5k 1:04:57 24:55 40:02 109.3k 38 561.5M 0 0 38 215.6M 0 147.5k 1:04:58 24:56 40:02 113.4k 38 561.5M 0 0 38 215.8M 0 147.5k 1:04:57 24:57 40:00 130.3k 38 561.5M 0 0 38 216.0M 0 147.5k 1:04:56 24:59 39:57 145.5k 38 561.5M 0 0 38 216.3M 0 147.6k 1:04:54 25:00 39:54 172.5k 38 561.5M 0 0 38 216.5M 0 147.6k 1:04:53 25:01 39:52 186.1k 38 561.5M 0 0 38 216.7M 0 147.7k 1:04:53 25:02 39:51 197.5k 38 561.5M 0 0 38 216.9M 0 147.7k 1:04:53 25:03 39:50 194.6k 38 561.5M 0 0 38 217.1M 0 147.7k 1:04:52 25:05 39:47 180.8k 38 561.5M 0 0 38 217.2M 0 147.7k 1:04:53 25:06 39:47 159.5k 38 561.5M 0 0 38 217.4M 0 147.7k 1:04:53 25:07 39:46 151.8k 38 561.5M 0 0 38 217.6M 0 147.7k 1:04:53 25:08 39:45 147.4k 38 561.5M 0 0 38 217.7M 0 147.6k 1:04:53 25:09 39:44 141.6k 38 561.5M 0 0 38 217.9M 0 147.6k 1:04:53 25:11 39:42 137.4k 38 561.5M 0 0 38 218.0M 0 147.6k 1:04:54 25:12 39:42 135.2k 38 561.5M 0 0 38 218.1M 0 147.6k 1:04:55 25:13 39:42 129.4k 38 561.5M 0 0 38 218.3M 0 147.6k 1:04:55 25:14 39:41 127.6k 38 561.5M 0 0 38 218.5M 0 147.6k 1:04:55 25:15 39:40 128.2k 38 561.5M 0 0 38 218.6M 0 147.5k 1:04:56 25:17 39:39 126.8k 38 561.5M 0 0 38 218.8M 0 147.5k 1:04:57 25:18 39:39 122.9k 38 561.5M 0 0 38 218.9M 0 147.5k 1:04:58 25:19 39:39 119.4k 39 561.5M 0 0 39 219.0M 0 147.4k 1:04:58 25:20 39:38 113.6k 39 561.5M 0 0 39 219.2M 0 147.5k 1:04:58 25:22 39:36 120.8k 39 561.5M 0 0 39 219.4M 0 147.4k 1:04:59 25:23 39:36 118.7k 39 561.5M 0 0 39 219.6M 0 147.4k 1:04:59 25:24 39:35 131.4k 39 561.5M 0 0 39 219.8M 0 147.5k 1:04:57 25:26 39:31 153.3k 39 561.5M 0 0 39 220.1M 0 147.5k 1:04:56 25:27 39:29 168.6k 39 561.5M 0 0 39 220.3M 0 147.5k 1:04:56 25:28 39:28 162.5k 39 561.5M 0 0 39 220.4M 0 147.5k 1:04:57 25:29 39:28 167.6k 39 561.5M 0 0 39 220.6M 0 147.5k 1:04:57 25:31 39:26 162.9k 39 561.5M 0 0 39 220.8M 0 147.5k 1:04:57 25:32 39:25 153.4k 39 561.5M 0 0 39 220.9M 0 147.5k 1:04:57 25:33 39:24 135.6k 39 561.5M 0 0 39 221.0M 0 147.5k 1:04:58 25:34 39:24 130.3k 39 561.5M 0 0 39 221.2M 0 147.4k 1:04:58 25:36 39:22 132.8k 39 561.5M 0 0 39 221.4M 0 147.5k 1:04:58 25:37 39:21 140.0k 39 561.5M 0 0 39 221.6M 0 147.5k 1:04:57 25:38 39:19 144.9k 39 561.5M 0 0 39 221.8M 0 147.4k 1:04:58 25:39 39:19 139.3k 39 561.5M 0 0 39 221.9M 0 147.4k 1:04:59 25:41 39:18 137.3k 39 561.5M 0 0 39 222.0M 0 147.3k 1:05:01 25:42 39:19 125.5k 39 561.5M 0 0 39 222.1M 0 147.3k 1:05:03 25:44 39:19 105.5k 39 561.5M 0 0 39 222.2M 0 147.2k 1:05:04 25:45 39:19 86395 39 561.5M 0 0 39 222.3M 0 147.2k 1:05:06 25:46 39:20 81335 39 561.5M 0 0 39 222.3M 0 147.1k 1:05:07 25:47 39:20 74388 39 561.5M 0 0 39 222.5M 0 147.1k 1:05:08 25:48 39:20 78513 39 561.5M 0 0 39 222.6M 0 147.1k 1:05:08 25:49 39:19 94008 39 561.5M 0 0 39 222.8M 0 147.1k 1:05:08 25:51 39:17 107.8k 39 561.5M 0 0 39 223.0M 0 147.1k 1:05:08 25:52 39:16 123.7k 39 561.5M 0 0 39 223.2M 0 147.1k 1:05:08 25:53 39:15 140.7k 39 561.5M 0 0 39 223.3M 0 147.1k 1:05:08 25:54 39:14 144.1k 39 561.5M 0 0 39 223.5M 0 147.1k 1:05:09 25:55 39:14 141.5k 39 561.5M 0 0 39 223.6M 0 147.0k 1:05:10 25:57 39:13 129.9k 39 561.5M 0 0 39 223.7M 0 147.0k 1:05:11 25:58 39:13 120.4k 39 561.5M 0 0 39 223.9M 0 147.0k 1:05:11 25:59 39:12 117.7k 39 561.5M 0 0 39 224.0M 0 147.0k 1:05:11 26:00 39:11 117.7k 39 561.5M 0 0 39 224.2M 0 147.0k 1:05:11 26:01 39:10 126.5k 39 561.5M 0 0 39 224.4M 0 147.0k 1:05:11 26:03 39:08 136.5k 39 561.5M 0 0 39 224.6M 0 147.0k 1:05:11 26:04 39:07 143.4k 40 561.5M 0 0 40 224.8M 0 147.0k 1:05:11 26:05 39:06 149.2k 40 561.5M 0 0 40 225.0M 0 147.0k 1:05:11 26:07 39:04 150.7k 40 561.5M 0 0 40 225.1M 0 147.0k 1:05:11 26:08 39:03 151.9k 40 561.5M 0 0 40 225.1M 0 147.0k 1:05:11 26:08 39:03 147.0k 40 561.5M 0 0 40 225.3M 0 147.0k 1:05:11 26:09 39:02 133.6k 40 561.5M 0 0 40 225.5M 0 147.0k 1:05:11 26:11 39:00 145.5k 40 561.5M 0 0 40 225.7M 0 147.0k 1:05:11 26:12 38:59 150.1k 40 561.5M 0 0 40 225.8M 0 146.9k 1:05:12 26:13 38:59 136.9k 40 561.5M 0 0 40 226.0M 0 146.9k 1:05:12 26:14 38:58 140.9k 40 561.5M 0 0 40 226.3M 0 147.0k 1:05:10 26:16 38:54 156.5k 40 561.5M 0 0 40 226.5M 0 147.0k 1:05:10 26:17 38:53 161.7k 40 561.5M 0 0 40 226.7M 0 147.1k 1:05:08 26:18 38:50 169.4k 40 561.5M 0 0 40 227.0M 0 147.1k 1:05:07 26:19 38:48 189.8k 40 561.5M 0 0 40 227.1M 0 147.1k 1:05:07 26:20 38:47 191.5k 40 561.5M 0 0 40 227.4M 0 147.2k 1:05:06 26:22 38:44 191.7k 40 561.5M 0 0 40 227.6M 0 147.2k 1:05:06 26:23 38:43 179.9k 40 561.5M 0 0 40 227.7M 0 147.1k 1:05:06 26:24 38:42 167.4k 40 561.5M 0 0 40 227.8M 0 147.1k 1:05:07 26:25 38:42 154.1k 40 561.5M 0 0 40 228.0M 0 147.1k 1:05:08 26:27 38:41 139.6k 40 561.5M 0 0 40 228.1M 0 147.0k 1:05:09 26:28 38:41 115.6k 40 561.5M 0 0 40 228.3M 0 147.0k 1:05:10 26:29 38:41 112.3k 40 561.5M 0 0 40 228.5M 0 147.0k 1:05:09 26:30 38:39 122.4k 40 561.5M 0 0 40 228.6M 0 147.1k 1:05:09 26:31 38:38 129.1k 40 561.5M 0 0 40 228.9M 0 147.1k 1:05:07 26:33 38:34 151.2k 40 561.5M 0 0 40 229.1M 0 147.1k 1:05:07 26:34 38:33 172.1k 40 561.5M 0 0 40 229.3M 0 147.1k 1:05:06 26:35 38:31 182.9k 40 561.5M 0 0 40 229.5M 0 147.2k 1:05:05 26:36 38:29 186.1k 40 561.5M 0 0 40 229.7M 0 147.2k 1:05:05 26:37 38:28 182.7k 40 561.5M 0 0 40 229.9M 0 147.2k 1:05:04 26:38 38:26 179.4k 40 561.5M 0 0 40 230.0M 0 147.2k 1:05:05 26:39 38:26 170.4k 40 561.5M 0 0 40 230.1M 0 147.2k 1:05:05 26:40 38:25 157.1k 41 561.5M 0 0 41 230.3M 0 147.2k 1:05:05 26:42 38:23 146.2k 41 561.5M 0 0 41 230.5M 0 147.2k 1:05:05 26:43 38:22 148.5k 41 561.5M 0 0 41 230.7M 0 147.2k 1:05:05 26:44 38:21 141.0k 41 561.5M 0 0 41 231.0M 0 147.2k 1:05:04 26:45 38:19 159.0k 41 561.5M 0 0 41 231.2M 0 147.3k 1:05:02 26:47 38:15 177.1k 41 561.5M 0 0 41 231.5M 0 147.3k 1:05:01 26:48 38:13 185.6k 41 561.5M 0 0 41 231.6M 0 147.3k 1:05:02 26:49 38:13 176.4k 41 561.5M 0 0 41 231.7M 0 147.3k 1:05:03 26:51 38:12 163.5k 41 561.5M 0 0 41 231.8M 0 147.2k 1:05:04 26:52 38:12 144.0k 41 561.5M 0 0 41 232.0M 0 147.2k 1:05:04 26:53 38:11 132.0k 41 561.5M 0 0 41 232.3M 0 147.3k 1:05:03 26:54 38:09 133.7k 41 561.5M 0 0 41 232.5M 0 147.3k 1:05:01 26:55 38:06 153.5k 41 561.5M 0 0 41 232.8M 0 147.4k 1:05:00 26:57 38:03 178.3k 41 561.5M 0 0 41 232.9M 0 147.3k 1:05:01 26:58 38:03 175.3k 41 561.5M 0 0 41 233.0M 0 147.3k 1:05:02 26:59 38:03 161.6k 41 561.5M 0 0 41 233.2M 0 147.3k 1:05:02 27:00 38:02 152.7k 41 561.5M 0 0 41 233.4M 0 147.3k 1:05:01 27:01 38:00 147.0k 41 561.5M 0 0 41 233.6M 0 147.4k 1:05:01 27:02 37:59 141.9k 41 561.5M 0 0 41 233.8M 0 147.4k 1:05:01 27:04 37:57 153.0k 41 561.5M 0 0 41 234.0M 0 147.4k 1:05:00 27:05 37:55 167.6k 41 561.5M 0 0 41 234.1M 0 147.3k 1:05:02 27:06 37:56 153.7k 41 561.5M 0 0 41 234.2M 0 147.3k 1:05:02 27:07 37:55 140.1k 41 561.5M 0 0 41 234.4M 0 147.3k 1:05:03 27:09 37:54 129.9k 41 561.5M 0 0 41 234.5M 0 147.2k 1:05:04 27:10 37:54 113.7k 41 561.5M 0 0 41 234.6M 0 147.2k 1:05:05 27:12 37:53 106.1k 41 561.5M 0 0 41 234.8M 0 147.2k 1:05:06 27:13 37:53 106.2k 41 561.5M 0 0 41 234.9M 0 147.1k 1:05:07 27:14 37:53 102.8k 41 561.5M 0 0 41 235.1M 0 147.1k 1:05:07 27:16 37:51 105.8k 41 561.5M 0 0 41 235.2M 0 147.1k 1:05:07 27:17 37:50 115.0k 41 561.5M 0 0 41 235.4M 0 147.1k 1:05:08 27:18 37:50 122.1k 41 561.5M 0 0 41 235.6M 0 147.1k 1:05:07 27:19 37:48 138.4k 41 561.5M 0 0 41 235.8M 0 147.1k 1:05:06 27:20 37:46 154.9k 42 561.5M 0 0 42 235.9M 0 147.1k 1:05:07 27:21 37:46 151.2k 42 561.5M 0 0 42 236.1M 0 147.1k 1:05:06 27:22 37:44 157.4k 42 561.5M 0 0 42 236.2M 0 147.1k 1:05:07 27:23 37:44 152.5k 42 561.5M 0 0 42 236.3M 0 147.1k 1:05:08 27:25 37:43 131.7k 42 561.5M 0 0 42 236.5M 0 147.0k 1:05:09 27:26 37:43 117.2k 42 561.5M 0 0 42 236.6M 0 147.0k 1:05:09 27:27 37:42 124.9k 42 561.5M 0 0 42 236.8M 0 147.1k 1:05:08 27:28 37:40 129.0k 42 561.5M 0 0 42 237.0M 0 147.1k 1:05:08 27:29 37:39 135.8k 42 561.5M 0 0 42 237.2M 0 147.1k 1:05:08 27:31 37:37 150.9k 42 561.5M 0 0 42 237.4M 0 147.1k 1:05:07 27:32 37:35 169.2k 42 561.5M 0 0 42 237.6M 0 147.2k 1:05:06 27:33 37:33 184.9k 42 561.5M 0 0 42 237.9M 0 147.2k 1:05:04 27:34 37:30 188.3k 42 561.5M 0 0 42 238.0M 0 147.2k 1:05:05 27:35 37:30 185.3k 42 561.5M 0 0 42 238.2M 0 147.2k 1:05:04 27:36 37:28 187.8k 42 561.5M 0 0 42 238.4M 0 147.2k 1:05:04 27:37 37:27 188.2k 42 561.5M 0 0 42 238.5M 0 147.2k 1:05:04 27:38 37:26 161.9k 42 561.5M 0 0 42 238.6M 0 147.2k 1:05:05 27:39 37:26 144.7k 42 561.5M 0 0 42 238.8M 0 147.2k 1:05:05 27:40 37:25 144.8k 42 561.5M 0 0 42 239.0M 0 147.2k 1:05:04 27:41 37:23 148.0k 42 561.5M 0 0 42 239.2M 0 147.3k 1:05:03 27:42 37:21 160.0k 42 561.5M 0 0 42 239.4M 0 147.3k 1:05:02 27:43 37:19 172.2k 42 561.5M 0 0 42 239.6M 0 147.3k 1:05:03 27:45 37:18 169.5k 42 561.5M 0 0 42 239.7M 0 147.3k 1:05:03 27:46 37:17 169.6k 42 561.5M 0 0 42 239.8M 0 147.3k 1:05:03 27:47 37:16 158.2k 42 561.5M 0 0 42 240.0M 0 147.2k 1:05:04 27:48 37:16 133.9k 42 561.5M 0 0 42 240.1M 0 147.3k 1:05:03 27:49 37:14 136.0k 42 561.5M 0 0 42 240.3M 0 147.2k 1:05:04 27:50 37:14 134.8k 42 561.5M 0 0 42 240.4M 0 147.2k 1:05:04 27:51 37:13 132.4k 42 561.5M 0 0 42 240.5M 0 147.2k 1:05:05 27:52 37:13 132.2k 42 561.5M 0 0 42 240.7M 0 147.2k 1:05:04 27:54 37:10 140.8k 42 561.5M 0 0 42 240.9M 0 147.2k 1:05:05 27:55 37:10 124.2k 42 561.5M 0 0 42 241.0M 0 147.1k 1:05:07 27:57 37:10 114.5k 42 561.5M 0 0 42 241.1M 0 147.0k 1:05:09 27:58 37:11 106.7k 42 561.5M 0 0 42 241.3M 0 147.0k 1:05:10 28:00 37:10 101.7k 42 561.5M 0 0 42 241.4M 0 147.0k 1:05:11 28:01 37:10 95800 43 561.5M 0 0 43 241.5M 0 146.9k 1:05:12 28:02 37:10 93891 43 561.5M 0 0 43 241.6M 0 146.9k 1:05:13 28:04 37:09 94242 43 561.5M 0 0 43 241.8M 0 146.9k 1:05:14 28:05 37:09 100.2k 43 561.5M 0 0 43 242.0M 0 146.9k 1:05:13 28:06 37:07 113.9k 43 561.5M 0 0 43 242.2M 0 146.9k 1:05:12 28:07 37:05 136.1k 43 561.5M 0 0 43 242.4M 0 147.0k 1:05:11 28:08 37:03 151.0k 43 561.5M 0 0 43 242.6M 0 146.9k 1:05:12 28:10 37:02 156.3k 43 561.5M 0 0 43 242.7M 0 146.9k 1:05:13 28:11 37:02 147.7k 43 561.5M 0 0 43 242.9M 0 146.9k 1:05:13 28:12 37:01 149.2k 43 561.5M 0 0 43 243.1M 0 146.9k 1:05:12 28:14 36:58 144.7k 43 561.5M 0 0 43 243.3M 0 146.9k 1:05:13 28:15 36:58 133.4k 43 561.5M 0 0 43 243.4M 0 146.9k 1:05:13 28:16 36:57 137.2k 43 561.5M 0 0 43 243.6M 0 146.9k 1:05:13 28:17 36:56 147.7k 43 561.5M 0 0 43 243.8M 0 146.9k 1:05:13 28:19 36:54 143.3k 43 561.5M 0 0 43 244.0M 0 146.9k 1:05:13 28:20 36:53 140.0k 43 561.5M 0 0 43 244.1M 0 146.9k 1:05:13 28:21 36:52 139.1k 43 561.5M 0 0 43 244.3M 0 146.9k 1:05:14 28:22 36:52 142.2k 43 561.5M 0 0 43 244.5M 0 146.9k 1:05:13 28:23 36:50 151.1k 43 561.5M 0 0 43 244.7M 0 146.9k 1:05:12 28:25 36:47 163.1k 43 561.5M 0 0 43 245.0M 0 147.0k 1:05:10 28:26 36:44 170.3k 43 561.5M 0 0 43 245.1M 0 147.0k 1:05:10 28:27 36:43 184.6k 43 561.5M 0 0 43 245.3M 0 147.0k 1:05:10 28:28 36:42 189.6k 43 561.5M 0 0 43 245.5M 0 147.0k 1:05:10 28:29 36:41 183.2k 43 561.5M 0 0 43 245.7M 0 147.0k 1:05:10 28:31 36:39 171.2k 43 561.5M 0 0 43 245.9M 0 147.0k 1:05:10 28:32 36:38 156.4k 43 561.5M 0 0 43 246.1M 0 147.0k 1:05:10 28:33 36:37 147.8k 43 561.5M 0 0 43 246.2M 0 147.0k 1:05:10 28:34 36:36 141.1k 43 561.5M 0 0 43 246.3M 0 147.0k 1:05:11 28:35 36:36 134.2k 43 561.5M 0 0 43 246.5M 0 147.0k 1:05:11 28:37 36:34 135.6k 43 561.5M 0 0 43 246.6M 0 147.0k 1:05:11 28:38 36:33 131.2k 43 561.5M 0 0 43 246.8M 0 146.9k 1:05:12 28:39 36:33 125.3k 43 561.5M 0 0 43 247.0M 0 146.9k 1:05:12 28:40 36:32 131.7k 44 561.5M 0 0 44 247.1M 0 146.9k 1:05:13 28:42 36:31 121.2k 44 561.5M 0 0 44 247.2M 0 146.8k 1:05:14 28:43 36:31 110.1k 44 561.5M 0 0 44 247.3M 0 146.8k 1:05:15 28:44 36:31 110.2k 44 561.5M 0 0 44 247.5M 0 146.8k 1:05:15 28:45 36:30 110.8k 44 561.5M 0 0 44 247.6M 0 146.8k 1:05:15 28:46 36:29 113.3k 44 561.5M 0 0 44 247.8M 0 146.8k 1:05:15 28:48 36:27 131.9k 44 561.5M 0 0 44 248.1M 0 146.9k 1:05:13 28:49 36:24 156.7k 44 561.5M 0 0 44 248.3M 0 146.9k 1:05:13 28:50 36:23 167.9k 44 561.5M 0 0 44 248.5M 0 146.9k 1:05:12 28:51 36:21 188.3k 44 561.5M 0 0 44 248.8M 0 147.0k 1:05:11 28:52 36:19 192.9k 44 561.5M 0 0 44 249.0M 0 147.0k 1:05:10 28:53 36:17 198.5k 44 561.5M 0 0 44 249.1M 0 147.0k 1:05:10 28:55 36:15 190.8k 44 561.5M 0 0 44 249.3M 0 147.0k 1:05:10 28:56 36:14 175.4k 44 561.5M 0 0 44 249.5M 0 147.0k 1:05:10 28:57 36:13 158.8k 44 561.5M 0 0 44 249.6M 0 147.0k 1:05:11 28:58 36:13 144.3k 44 561.5M 0 0 44 249.7M 0 146.9k 1:05:12 28:59 36:13 131.2k 44 561.5M 0 0 44 249.9M 0 146.9k 1:05:12 29:01 36:11 126.3k 44 561.5M 0 0 44 250.0M 0 146.9k 1:05:13 29:02 36:11 118.7k 44 561.5M 0 0 44 250.1M 0 146.9k 1:05:13 29:03 36:10 118.7k 44 561.5M 0 0 44 250.3M 0 146.9k 1:05:13 29:04 36:09 119.7k 44 561.5M 0 0 44 250.5M 0 146.9k 1:05:13 29:05 36:08 130.6k 44 561.5M 0 0 44 250.7M 0 146.9k 1:05:12 29:06 36:06 146.6k 44 561.5M 0 0 44 251.0M 0 147.0k 1:05:11 29:08 36:03 171.9k 44 561.5M 0 0 44 251.2M 0 147.0k 1:05:09 29:09 36:00 189.5k 44 561.5M 0 0 44 251.5M 0 147.1k 1:05:07 29:10 35:57 221.9k 44 561.5M 0 0 44 251.8M 0 147.2k 1:05:05 29:11 35:54 232.2k 44 561.5M 0 0 44 252.0M 0 147.2k 1:05:06 29:12 35:54 212.8k 44 561.5M 0 0 44 252.1M 0 147.2k 1:05:06 29:14 35:52 195.5k 44 561.5M 0 0 44 252.3M 0 147.1k 1:05:07 29:15 35:52 166.6k 44 561.5M 0 0 44 252.3M 0 147.1k 1:05:09 29:16 35:53 129.1k 44 561.5M 0 0 44 252.5M 0 147.0k 1:05:09 29:18 35:51 112.7k 45 561.5M 0 0 45 252.7M 0 147.1k 1:05:09 29:19 35:50 116.6k 45 561.5M 0 0 45 252.9M 0 147.1k 1:05:08 29:20 35:48 121.8k 45 561.5M 0 0 45 253.0M 0 147.1k 1:05:09 29:21 35:48 131.5k 45 561.5M 0 0 45 253.1M 0 147.0k 1:05:09 29:22 35:47 142.0k 45 561.5M 0 0 45 253.3M 0 147.0k 1:05:10 29:23 35:47 138.3k 45 561.5M 0 0 45 253.5M 0 147.0k 1:05:09 29:24 35:45 139.6k 45 561.5M 0 0 45 253.7M 0 147.1k 1:05:08 29:26 35:42 151.7k 45 561.5M 0 0 45 253.9M 0 147.1k 1:05:08 29:27 35:41 156.5k 45 561.5M 0 0 45 254.1M 0 147.1k 1:05:07 29:28 35:39 165.3k 45 561.5M 0 0 45 254.3M 0 147.1k 1:05:07 29:29 35:38 177.4k 45 561.5M 0 0 45 254.5M 0 147.1k 1:05:07 29:30 35:37 170.2k 45 561.5M 0 0 45 254.6M 0 147.1k 1:05:07 29:31 35:36 153.3k 45 561.5M 0 0 45 254.8M 0 147.1k 1:05:08 29:33 35:35 151.1k 45 561.5M 0 0 45 255.0M 0 147.1k 1:05:08 29:34 35:34 144.2k 45 561.5M 0 0 45 255.1M 0 147.1k 1:05:07 29:35 35:32 144.2k 45 561.5M 0 0 45 255.3M 0 147.1k 1:05:08 29:36 35:32 140.2k 45 561.5M 0 0 45 255.5M 0 147.1k 1:05:08 29:38 35:30 142.1k 45 561.5M 0 0 45 255.6M 0 147.1k 1:05:08 29:39 35:29 145.4k 45 561.5M 0 0 45 255.9M 0 147.1k 1:05:07 29:40 35:27 159.3k 45 561.5M 0 0 45 256.1M 0 147.1k 1:05:06 29:41 35:25 158.1k 45 561.5M 0 0 45 256.3M 0 147.2k 1:05:05 29:42 35:23 176.3k 45 561.5M 0 0 45 256.5M 0 147.2k 1:05:05 29:44 35:21 184.7k 45 561.5M 0 0 45 256.7M 0 147.2k 1:05:04 29:45 35:19 187.7k 45 561.5M 0 0 45 256.9M 0 147.2k 1:05:04 29:46 35:18 184.2k 45 561.5M 0 0 45 257.1M 0 147.2k 1:05:04 29:47 35:17 177.9k 45 561.5M 0 0 45 257.3M 0 147.2k 1:05:04 29:49 35:15 156.1k 45 561.5M 0 0 45 257.5M 0 147.2k 1:05:04 29:50 35:14 149.8k 45 561.5M 0 0 45 257.6M 0 147.2k 1:05:04 29:51 35:13 152.3k 45 561.5M 0 0 45 257.8M 0 147.3k 1:05:03 29:52 35:11 150.0k 45 561.5M 0 0 45 258.0M 0 147.3k 1:05:03 29:53 35:10 153.2k 45 561.5M 0 0 45 258.2M 0 147.3k 1:05:03 29:55 35:08 157.8k 46 561.5M 0 0 46 258.4M 0 147.3k 1:05:03 29:56 35:07 166.6k 46 561.5M 0 0 46 258.6M 0 147.3k 1:05:01 29:57 35:04 174.4k 46 561.5M 0 0 46 258.9M 0 147.4k 1:05:00 29:58 35:02 188.3k 46 561.5M 0 0 46 259.1M 0 147.4k 1:04:59 29:59 35:00 194.2k 46 561.5M 0 0 46 259.3M 0 147.4k 1:04:59 30:01 34:58 191.0k 46 561.5M 0 0 46 259.5M 0 147.4k 1:05:00 30:02 34:58 179.2k 46 561.5M 0 0 46 259.7M 0 147.4k 1:05:00 30:03 34:57 164.5k 46 561.5M 0 0 46 259.9M 0 147.4k 1:05:00 30:05 34:55 149.0k 46 561.5M 0 0 46 260.1M 0 147.4k 1:04:59 30:06 34:53 151.2k 46 561.5M 0 0 46 260.3M 0 147.4k 1:05:00 30:08 34:52 146.5k 46 561.5M 0 0 46 260.5M 0 147.4k 1:05:00 30:09 34:51 145.0k 46 561.5M 0 0 46 260.6M 0 147.4k 1:05:00 30:10 34:50 146.5k 46 561.5M 0 0 46 260.8M 0 147.4k 1:05:00 30:11 34:49 142.2k 46 561.5M 0 0 46 260.9M 0 147.3k 1:05:01 30:12 34:49 123.4k 46 561.5M 0 0 46 261.1M 0 147.4k 1:05:01 30:14 34:47 132.3k 46 561.5M 0 0 46 261.3M 0 147.4k 1:05:00 30:15 34:45 142.4k 46 561.5M 0 0 46 261.4M 0 147.4k 1:05:01 30:16 34:45 136.7k 46 561.5M 0 0 46 261.5M 0 147.3k 1:05:01 30:17 34:44 135.7k 46 561.5M 0 0 46 261.7M 0 147.3k 1:05:01 30:18 34:43 143.5k 46 561.5M 0 0 46 261.9M 0 147.3k 1:05:01 30:19 34:42 141.7k 46 561.5M 0 0 46 262.1M 0 147.3k 1:05:01 30:21 34:40 141.8k 46 561.5M 0 0 46 262.2M 0 147.3k 1:05:01 30:22 34:39 140.4k 46 561.5M 0 0 46 262.3M 0 147.3k 1:05:02 30:23 34:39 140.9k 46 561.5M 0 0 46 262.5M 0 147.3k 1:05:02 30:24 34:38 138.0k 46 561.5M 0 0 46 262.6M 0 147.3k 1:05:02 30:25 34:37 136.0k 46 561.5M 0 0 46 262.8M 0 147.3k 1:05:03 30:26 34:37 124.7k 46 561.5M 0 0 46 263.0M 0 147.3k 1:05:03 30:27 34:36 130.7k 46 561.5M 0 0 46 263.1M 0 147.3k 1:05:03 30:29 34:34 135.2k 46 561.5M 0 0 46 263.3M 0 147.3k 1:05:03 30:30 34:33 137.8k 46 561.5M 0 0 46 263.5M 0 147.3k 1:05:03 30:32 34:31 138.7k 46 561.5M 0 0 46 263.8M 0 147.3k 1:05:02 30:33 34:29 155.2k 47 561.5M 0 0 47 264.0M 0 147.3k 1:05:01 30:34 34:27 160.4k 47 561.5M 0 0 47 264.1M 0 147.3k 1:05:03 30:36 34:27 149.5k 47 561.5M 0 0 47 264.3M 0 147.3k 1:05:03 30:37 34:26 142.0k 47 561.5M 0 0 47 264.4M 0 147.2k 1:05:05 30:38 34:27 130.7k 47 561.5M 0 0 47 264.5M 0 147.2k 1:05:06 30:40 34:26 107.9k 47 561.5M 0 0 47 264.6M 0 147.1k 1:05:07 30:41 34:26 91034 47 561.5M 0 0 47 264.8M 0 147.1k 1:05:08 30:43 34:25 92096 47 561.5M 0 0 47 264.9M 0 147.1k 1:05:09 30:44 34:25 95981 47 561.5M 0 0 47 265.0M 0 147.0k 1:05:09 30:45 34:24 99.62k 47 561.5M 0 0 47 265.1M 0 147.0k 1:05:10 30:46 34:24 103.0k 47 561.5M 0 0 47 265.3M 0 147.0k 1:05:10 30:47 34:23 118.6k 47 561.5M 0 0 47 265.5M 0 147.0k 1:05:10 30:49 34:21 127.4k 47 561.5M 0 0 47 265.7M 0 147.0k 1:05:10 30:50 34:20 132.1k 47 561.5M 0 0 47 266.0M 0 147.1k 1:05:09 30:51 34:18 151.5k 47 561.5M 0 0 47 266.2M 0 147.1k 1:05:08 30:53 34:15 168.7k 47 561.5M 0 0 47 266.4M 0 147.1k 1:05:08 30:54 34:14 173.0k 47 561.5M 0 0 47 266.6M 0 147.1k 1:05:08 30:55 34:13 173.2k 47 561.5M 0 0 47 266.8M 0 147.1k 1:05:07 30:56 34:11 176.3k 47 561.5M 0 0 47 267.0M 0 147.1k 1:05:06 30:57 34:09 171.8k 47 561.5M 0 0 47 267.2M 0 147.2k 1:05:06 30:58 34:08 172.4k 47 561.5M 0 0 47 267.4M 0 147.2k 1:05:06 31:00 34:06 168.7k 47 561.5M 0 0 47 267.6M 0 147.2k 1:05:06 31:01 34:05 166.4k 47 561.5M 0 0 47 267.7M 0 147.1k 1:05:06 31:02 34:04 159.8k 47 561.5M 0 0 47 267.9M 0 147.1k 1:05:06 31:04 34:02 146.9k 47 561.5M 0 0 47 268.0M 0 147.1k 1:05:07 31:05 34:02 131.2k 47 561.5M 0 0 47 268.1M 0 147.1k 1:05:08 31:06 34:02 124.1k 47 561.5M 0 0 47 268.3M 0 147.1k 1:05:08 31:07 34:01 129.7k 47 561.5M 0 0 47 268.5M 0 147.1k 1:05:09 31:09 34:00 121.3k 47 561.5M 0 0 47 268.6M 0 147.0k 1:05:11 31:10 34:01 102.7k 47 561.5M 0 0 47 268.7M 0 146.9k 1:05:12 31:12 34:00 102.1k 47 561.5M 0 0 47 268.9M 0 146.9k 1:05:12 31:13 33:59 107.0k 47 561.5M 0 0 47 269.1M 0 146.9k 1:05:12 31:14 33:58 104.5k 47 561.5M 0 0 47 269.3M 0 146.9k 1:05:12 31:16 33:56 116.9k 47 561.5M 0 0 47 269.5M 0 146.9k 1:05:12 31:17 33:55 134.6k 48 561.5M 0 0 48 269.6M 0 147.0k 1:05:11 31:18 33:53 150.5k 48 561.5M 0 0 48 269.8M 0 147.0k 1:05:11 31:19 33:52 162.2k 48 561.5M 0 0 48 269.8M 0 147.0k 1:05:11 31:19 33:52 147.0k 48 561.5M 0 0 48 270.0M 0 146.9k 1:05:12 31:20 33:52 103.0k 48 561.5M 0 0 48 270.1M 0 146.9k 1:05:12 31:22 33:50 108.7k 48 561.5M 0 0 48 270.2M 0 146.8k 1:05:14 31:23 33:51 93689 48 561.5M 0 0 48 270.3M 0 146.8k 1:05:16 31:25 33:51 91771 48 561.5M 0 0 48 270.5M 0 146.8k 1:05:16 31:26 33:50 99530 48 561.5M 0 0 48 270.7M 0 146.8k 1:05:16 31:28 33:48 105.7k 48 561.5M 0 0 48 270.8M 0 146.8k 1:05:17 31:29 33:48 104.4k 48 561.5M 0 0 48 271.0M 0 146.7k 1:05:18 31:31 33:47 106.9k 48 561.5M 0 0 48 271.1M 0 146.7k 1:05:19 31:32 33:47 108.8k 48 561.5M 0 0 48 271.3M 0 146.7k 1:05:19 31:33 33:46 113.6k 48 561.5M 0 0 48 271.5M 0 146.7k 1:05:19 31:35 33:44 112.5k 48 561.5M 0 0 48 271.6M 0 146.7k 1:05:19 31:36 33:43 125.2k 48 561.5M 0 0 48 271.8M 0 146.7k 1:05:19 31:37 33:42 144.2k 48 561.5M 0 0 48 272.0M 0 146.6k 1:05:20 31:38 33:42 142.4k 48 561.5M 0 0 48 272.1M 0 146.6k 1:05:21 31:40 33:41 131.3k 48 561.5M 0 0 48 272.3M 0 146.6k 1:05:20 31:41 33:39 134.1k 48 561.5M 0 0 48 272.5M 0 146.6k 1:05:20 31:42 33:38 134.6k 48 561.5M 0 0 48 272.7M 0 146.7k 1:05:19 31:43 33:36 143.2k 48 561.5M 0 0 48 272.9M 0 146.7k 1:05:18 31:44 33:34 164.0k 48 561.5M 0 0 48 273.1M 0 146.7k 1:05:17 31:45 33:32 189.9k 48 561.5M 0 0 48 273.4M 0 146.8k 1:05:16 31:47 33:29 197.6k 48 561.5M 0 0 48 273.6M 0 146.8k 1:05:16 31:48 33:28 195.4k 48 561.5M 0 0 48 273.8M 0 146.8k 1:05:16 31:49 33:27 182.6k 48 561.5M 0 0 48 274.0M 0 146.8k 1:05:16 31:50 33:26 177.8k 48 561.5M 0 0 48 274.1M 0 146.8k 1:05:17 31:52 33:25 151.3k 48 561.5M 0 0 48 274.2M 0 146.7k 1:05:17 31:53 33:24 136.4k 48 561.5M 0 0 48 274.4M 0 146.7k 1:05:17 31:54 33:23 132.5k 48 561.5M 0 0 48 274.6M 0 146.7k 1:05:17 31:55 33:22 131.0k 48 561.5M 0 0 48 274.7M 0 146.7k 1:05:18 31:57 33:21 117.8k 48 561.5M 0 0 48 274.8M 0 146.6k 1:05:19 31:58 33:21 114.5k 48 561.5M 0 0 48 274.9M 0 146.6k 1:05:21 31:59 33:22 106.8k 48 561.5M 0 0 48 275.0M 0 146.6k 1:05:21 32:00 33:21 99477 49 561.5M 0 0 49 275.1M 0 146.6k 1:05:22 32:02 33:20 95025 49 561.5M 0 0 49 275.3M 0 146.6k 1:05:22 32:03 33:19 103.8k 49 561.5M 0 0 49 275.5M 0 146.5k 1:05:23 32:04 33:19 108.2k 49 561.5M 0 0 49 275.6M 0 146.5k 1:05:23 32:05 33:18 114.0k 49 561.5M 0 0 49 275.8M 0 146.5k 1:05:23 32:07 33:16 126.3k 49 561.5M 0 0 49 276.0M 0 146.5k 1:05:23 32:08 33:15 136.9k 49 561.5M 0 0 49 276.2M 0 146.6k 1:05:22 32:09 33:13 148.8k 49 561.5M 0 0 49 276.4M 0 146.6k 1:05:22 32:10 33:12 158.1k 49 561.5M 0 0 49 276.5M 0 146.5k 1:05:23 32:12 33:11 154.5k 49 561.5M 0 0 49 276.6M 0 146.5k 1:05:23 32:13 33:10 147.5k 49 561.5M 0 0 49 276.8M 0 146.5k 1:05:24 32:14 33:10 133.8k 49 561.5M 0 0 49 276.9M 0 146.5k 1:05:24 32:15 33:09 117.7k 49 561.5M 0 0 49 277.0M 0 146.4k 1:05:25 32:16 33:09 108.9k 49 561.5M 0 0 49 277.1M 0 146.4k 1:05:26 32:17 33:09 110.7k 49 561.5M 0 0 49 277.3M 0 146.4k 1:05:26 32:19 33:07 112.9k 49 561.5M 0 0 49 277.5M 0 146.4k 1:05:27 32:20 33:07 113.9k 49 561.5M 0 0 49 277.6M 0 146.4k 1:05:27 32:21 33:06 114.8k 49 561.5M 0 0 49 277.7M 0 146.3k 1:05:28 32:22 33:06 115.6k 49 561.5M 0 0 49 277.8M 0 146.3k 1:05:28 32:24 33:04 115.5k 49 561.5M 0 0 49 278.0M 0 146.3k 1:05:29 32:25 33:04 109.9k 49 561.5M 0 0 49 278.1M 0 146.3k 1:05:29 32:26 33:03 114.6k 49 561.5M 0 0 49 278.3M 0 146.2k 1:05:30 32:28 33:02 110.9k 49 561.5M 0 0 49 278.5M 0 146.2k 1:05:32 32:30 33:02 104.9k 49 561.5M 0 0 49 278.6M 0 146.1k 1:05:33 32:31 33:02 99.37k 49 561.5M 0 0 49 278.7M 0 146.1k 1:05:34 32:32 33:02 100.5k 49 561.5M 0 0 49 278.8M 0 146.1k 1:05:34 32:33 33:01 98.18k 49 561.5M 0 0 49 279.0M 0 146.1k 1:05:34 32:34 33:00 98.79k 49 561.5M 0 0 49 279.1M 0 146.1k 1:05:34 32:36 32:58 114.6k 49 561.5M 0 0 49 279.3M 0 146.1k 1:05:35 32:37 32:58 126.5k 49 561.5M 0 0 49 279.4M 0 146.1k 1:05:35 32:38 32:57 124.9k 49 561.5M 0 0 49 279.5M 0 146.0k 1:05:36 32:39 32:57 120.8k 49 561.5M 0 0 49 279.7M 0 146.0k 1:05:36 32:40 32:56 128.0k 49 561.5M 0 0 49 279.9M 0 146.0k 1:05:36 32:42 32:54 128.4k 49 561.5M 0 0 49 280.0M 0 146.0k 1:05:37 32:43 32:54 118.0k 49 561.5M 0 0 49 280.2M 0 146.0k 1:05:38 32:45 32:53 122.3k 49 561.5M 0 0 49 280.3M 0 146.0k 1:05:38 32:46 32:52 125.6k 49 561.5M 0 0 49 280.5M 0 146.0k 1:05:38 32:47 32:51 120.2k 49 561.5M 0 0 49 280.6M 0 145.9k 1:05:38 32:48 32:50 119.4k 50 561.5M 0 0 50 280.8M 0 145.9k 1:05:39 32:49 32:50 124.7k 50 561.5M 0 0 50 281.0M 0 145.9k 1:05:39 32:51 32:48 130.7k 50 561.5M 0 0 50 281.1M 0 145.9k 1:05:40 32:52 32:48 122.8k 50 561.5M 0 0 50 281.3M 0 145.9k 1:05:40 32:53 32:47 129.3k 50 561.5M 0 0 50 281.5M 0 145.9k 1:05:40 32:55 32:45 131.1k 50 561.5M 0 0 50 281.6M 0 145.9k 1:05:40 32:56 32:44 135.1k 50 561.5M 0 0 50 281.7M 0 145.9k 1:05:41 32:57 32:44 122.8k 50 561.5M 0 0 50 281.9M 0 145.9k 1:05:41 32:58 32:43 137.5k 50 561.5M 0 0 50 282.1M 0 145.9k 1:05:40 32:59 32:41 145.4k 50 561.5M 0 0 50 282.3M 0 145.9k 1:05:40 33:01 32:39 144.5k 50 561.5M 0 0 50 282.5M 0 145.9k 1:05:40 33:02 32:38 149.0k 50 561.5M 0 0 50 282.7M 0 145.9k 1:05:40 33:03 32:37 160.0k 50 561.5M 0 0 50 282.9M 0 145.9k 1:05:39 33:04 32:35 163.3k 50 561.5M 0 0 50 283.1M 0 145.9k 1:05:39 33:06 32:33 152.6k 50 561.5M 0 0 50 283.2M 0 145.9k 1:05:40 33:07 32:33 144.4k 50 561.5M 0 0 50 283.3M 0 145.9k 1:05:40 33:08 32:32 141.1k 50 561.5M 0 0 50 283.5M 0 145.9k 1:05:41 33:09 32:32 132.0k 50 561.5M 0 0 50 283.6M 0 145.8k 1:05:42 33:10 32:32 116.4k 50 561.5M 0 0 50 283.7M 0 145.8k 1:05:42 33:12 32:30 106.4k 50 561.5M 0 0 50 283.9M 0 145.8k 1:05:43 33:13 32:30 112.2k 50 561.5M 0 0 50 284.0M 0 145.8k 1:05:43 33:14 32:29 111.5k 50 561.5M 0 0 50 284.1M 0 145.7k 1:05:44 33:16 32:28 109.5k 50 561.5M 0 0 50 284.3M 0 145.7k 1:05:45 33:17 32:28 109.5k 50 561.5M 0 0 50 284.5M 0 145.7k 1:05:45 33:18 32:27 116.1k 50 561.5M 0 0 50 284.6M 0 145.7k 1:05:45 33:20 32:25 118.1k 50 561.5M 0 0 50 284.8M 0 145.7k 1:05:46 33:21 32:25 110.9k 50 561.5M 0 0 50 284.9M 0 145.6k 1:05:47 33:22 32:25 113.9k 50 561.5M 0 0 50 285.0M 0 145.6k 1:05:47 33:23 32:24 115.4k 50 561.5M 0 0 50 285.1M 0 145.6k 1:05:48 33:25 32:23 110.4k 50 561.5M 0 0 50 285.3M 0 145.6k 1:05:49 33:26 32:23 104.0k 50 561.5M 0 0 50 285.3M 0 145.5k 1:05:50 33:27 32:23 101.9k 50 561.5M 0 0 50 285.5M 0 145.4k 1:05:52 33:29 32:23 90602 50 561.5M 0 0 50 285.6M 0 145.4k 1:05:53 33:30 32:23 85247 50 561.5M 0 0 50 285.7M 0 145.4k 1:05:54 33:32 32:22 84477 50 561.5M 0 0 50 285.9M 0 145.4k 1:05:54 33:33 32:21 92538 50 561.5M 0 0 50 286.1M 0 145.4k 1:05:54 33:34 32:20 103.6k 50 561.5M 0 0 50 286.3M 0 145.4k 1:05:54 33:35 32:19 125.9k 51 561.5M 0 0 51 286.5M 0 145.4k 1:05:53 33:37 32:16 142.6k 51 561.5M 0 0 51 286.6M 0 145.4k 1:05:54 33:38 32:16 148.7k 51 561.5M 0 0 51 286.7M 0 145.4k 1:05:54 33:39 32:15 140.5k 51 561.5M 0 0 51 286.8M 0 145.3k 1:05:55 33:40 32:15 134.7k 51 561.5M 0 0 51 287.0M 0 145.3k 1:05:55 33:41 32:14 132.0k 51 561.5M 0 0 51 287.1M 0 145.3k 1:05:55 33:42 32:13 127.0k 51 561.5M 0 0 51 287.3M 0 145.3k 1:05:56 33:44 32:12 117.6k 51 561.5M 0 0 51 287.4M 0 145.3k 1:05:56 33:45 32:11 119.8k 51 561.5M 0 0 51 287.6M 0 145.3k 1:05:57 33:46 32:11 122.4k 51 561.5M 0 0 51 287.7M 0 145.2k 1:05:58 33:48 32:10 103.8k 51 561.5M 0 0 51 287.8M 0 145.2k 1:05:59 33:49 32:10 98.88k 51 561.5M 0 0 51 288.0M 0 145.2k 1:05:59 33:51 32:08 111.0k 51 561.5M 0 0 51 288.2M 0 145.2k 1:05:59 33:52 32:07 118.0k 51 561.5M 0 0 51 288.4M 0 145.2k 1:05:59 33:53 32:06 123.0k 51 561.5M 0 0 51 288.5M 0 145.2k 1:06:00 33:54 32:06 129.3k 51 561.5M 0 0 51 288.7M 0 145.2k 1:06:00 33:56 32:04 138.4k 51 561.5M 0 0 51 289.0M 0 145.2k 1:05:59 33:57 32:02 150.3k 51 561.5M 0 0 51 289.1M 0 145.2k 1:05:58 33:58 32:00 153.0k 51 561.5M 0 0 51 289.3M 0 145.2k 1:05:59 34:00 31:59 145.1k 51 561.5M 0 0 51 289.5M 0 145.2k 1:05:59 34:01 31:58 153.2k 51 561.5M 0 0 51 289.6M 0 145.2k 1:05:59 34:02 31:57 152.1k 51 561.5M 0 0 51 289.8M 0 145.2k 1:06:00 34:03 31:57 134.9k 51 561.5M 0 0 51 289.9M 0 145.1k 1:06:01 34:05 31:56 113.6k 51 561.5M 0 0 51 290.1M 0 145.1k 1:06:01 34:06 31:55 120.0k 51 561.5M 0 0 51 290.3M 0 145.2k 1:05:59 34:07 31:52 141.1k 51 561.5M 0 0 51 290.6M 0 145.2k 1:05:58 34:08 31:50 157.8k 51 561.5M 0 0 51 290.8M 0 145.2k 1:05:58 34:09 31:49 168.7k 51 561.5M 0 0 51 291.0M 0 145.2k 1:05:58 34:11 31:47 189.1k 51 561.5M 0 0 51 291.1M 0 145.2k 1:05:58 34:12 31:46 183.9k 51 561.5M 0 0 51 291.3M 0 145.2k 1:05:58 34:13 31:45 158.4k 51 561.5M 0 0 51 291.3M 0 145.2k 1:05:59 34:14 31:45 131.2k 51 561.5M 0 0 51 291.5M 0 145.1k 1:06:01 34:16 31:45 110.6k 51 561.5M 0 0 51 291.6M 0 145.1k 1:06:00 34:17 31:43 111.4k 51 561.5M 0 0 51 291.8M 0 145.1k 1:06:00 34:18 31:42 116.2k 51 561.5M 0 0 51 292.0M 0 145.1k 1:06:01 34:19 31:42 115.2k 52 561.5M 0 0 52 292.1M 0 145.1k 1:06:00 34:20 31:40 132.7k 52 561.5M 0 0 52 292.3M 0 145.1k 1:06:00 34:21 31:39 153.2k 52 561.5M 0 0 52 292.5M 0 145.1k 1:06:01 34:23 31:38 141.5k 52 561.5M 0 0 52 292.6M 0 145.1k 1:06:01 34:24 31:37 137.2k 52 561.5M 0 0 52 292.8M 0 145.1k 1:06:01 34:26 31:35 138.2k 52 561.5M 0 0 52 293.0M 0 145.1k 1:06:01 34:27 31:34 135.0k 52 561.5M 0 0 52 293.2M 0 145.1k 1:06:01 34:28 31:33 134.9k 52 561.5M 0 0 52 293.3M 0 145.1k 1:06:01 34:29 31:32 138.4k 52 561.5M 0 0 52 293.5M 0 145.1k 1:06:02 34:31 31:31 130.5k 52 561.5M 0 0 52 293.6M 0 145.1k 1:06:03 34:32 31:31 128.9k 52 561.5M 0 0 52 293.8M 0 145.1k 1:06:01 34:33 31:28 142.1k 52 561.5M 0 0 52 294.0M 0 145.1k 1:06:02 34:34 31:28 133.3k 52 561.5M 0 0 52 294.1M 0 145.1k 1:06:02 34:35 31:27 131.9k 52 561.5M 0 0 52 294.3M 0 145.1k 1:06:02 34:36 31:26 145.3k 52 561.5M 0 0 52 294.5M 0 145.1k 1:06:01 34:38 31:23 158.4k 52 561.5M 0 0 52 294.6M 0 145.1k 1:06:02 34:39 31:23 137.6k 52 561.5M 0 0 52 294.8M 0 145.1k 1:06:02 34:40 31:22 136.4k 52 561.5M 0 0 52 295.0M 0 145.1k 1:06:02 34:41 31:21 147.6k 52 561.5M 0 0 52 295.1M 0 145.1k 1:06:02 34:42 31:20 152.7k 52 561.5M 0 0 52 295.3M 0 145.1k 1:06:02 34:44 31:18 140.1k 52 561.5M 0 0 52 295.5M 0 145.1k 1:06:02 34:45 31:17 143.4k 52 561.5M 0 0 52 295.6M 0 145.0k 1:06:03 34:47 31:16 136.1k 52 561.5M 0 0 52 295.8M 0 145.0k 1:06:04 34:48 31:16 125.0k 52 561.5M 0 0 52 296.0M 0 145.0k 1:06:03 34:49 31:14 129.0k 52 561.5M 0 0 52 296.2M 0 145.0k 1:06:03 34:51 31:12 127.6k 52 561.5M 0 0 52 296.3M 0 145.0k 1:06:04 34:52 31:12 125.7k 52 561.5M 0 0 52 296.5M 0 145.0k 1:06:04 34:53 31:11 131.6k 52 561.5M 0 0 52 296.6M 0 145.0k 1:06:05 34:54 31:11 134.2k 52 561.5M 0 0 52 296.8M 0 145.0k 1:06:04 34:55 31:09 131.3k 52 561.5M 0 0 52 297.0M 0 145.0k 1:06:04 34:56 31:08 139.0k 52 561.5M 0 0 52 297.2M 0 145.0k 1:06:03 34:58 31:05 152.1k 52 561.5M 0 0 52 297.3M 0 145.0k 1:06:04 34:59 31:05 152.0k 52 561.5M 0 0 52 297.5M 0 145.0k 1:06:04 35:00 31:04 149.6k 52 561.5M 0 0 52 297.6M 0 145.0k 1:06:05 35:01 31:04 137.6k 53 561.5M 0 0 53 297.8M 0 145.0k 1:06:04 35:02 31:02 140.3k 53 561.5M 0 0 53 298.0M 0 145.0k 1:06:04 35:03 31:01 135.9k 53 561.5M 0 0 53 298.1M 0 145.0k 1:06:04 35:04 31:00 137.0k 53 561.5M 0 0 53 298.3M 0 145.0k 1:06:04 35:06 30:58 148.6k 53 561.5M 0 0 53 298.5M 0 145.0k 1:06:04 35:07 30:57 160.2k 53 561.5M 0 0 53 298.6M 0 145.0k 1:06:04 35:08 30:56 154.8k 53 561.5M 0 0 53 298.8M 0 145.0k 1:06:03 35:09 30:54 153.2k 53 561.5M 0 0 53 299.0M 0 145.0k 1:06:04 35:10 30:54 151.6k 53 561.5M 0 0 53 299.1M 0 145.0k 1:06:04 35:12 30:52 146.9k 53 561.5M 0 0 53 299.3M 0 145.0k 1:06:04 35:13 30:51 136.1k 53 561.5M 0 0 53 299.5M 0 145.0k 1:06:04 35:14 30:50 134.3k 53 561.5M 0 0 53 299.7M 0 145.0k 1:06:03 35:15 30:48 144.3k 53 561.5M 0 0 53 299.9M 0 145.0k 1:06:04 35:17 30:47 149.0k 53 561.5M 0 0 53 300.1M 0 145.0k 1:06:04 35:18 30:46 149.0k 53 561.5M 0 0 53 300.2M 0 145.0k 1:06:04 35:19 30:45 149.0k 53 561.5M 0 0 53 300.3M 0 145.0k 1:06:05 35:20 30:45 141.2k 53 561.5M 0 0 53 300.5M 0 144.9k 1:06:05 35:22 30:43 120.9k 53 561.5M 0 0 53 300.6M 0 145.0k 1:06:05 35:23 30:42 126.0k 53 561.5M 0 0 53 300.9M 0 145.0k 1:06:04 35:24 30:40 144.8k 53 561.5M 0 0 53 301.1M 0 145.1k 1:06:02 35:25 30:37 169.8k 53 561.5M 0 0 53 301.4M 0 145.1k 1:06:01 35:26 30:35 199.0k 53 561.5M 0 0 53 301.8M 0 145.2k 1:05:58 35:27 30:31 244.4k 53 561.5M 0 0 53 302.0M 0 145.2k 1:05:58 35:28 30:30 246.3k 53 561.5M 0 0 53 302.1M 0 145.2k 1:05:58 35:29 30:29 228.8k 53 561.5M 0 0 53 302.3M 0 145.2k 1:05:58 35:31 30:27 208.2k 53 561.5M 0 0 53 302.6M 0 145.3k 1:05:57 35:32 30:25 202.0k 53 561.5M 0 0 53 302.8M 0 145.3k 1:05:56 35:33 30:23 170.5k 53 561.5M 0 0 53 303.0M 0 145.3k 1:05:56 35:34 30:22 171.9k 53 561.5M 0 0 53 303.2M 0 145.3k 1:05:55 35:35 30:20 178.8k 54 561.5M 0 0 54 303.4M 0 145.3k 1:05:55 35:37 30:18 178.1k 54 561.5M 0 0 54 303.5M 0 145.3k 1:05:56 35:38 30:18 146.1k 54 561.5M 0 0 54 303.6M 0 145.2k 1:05:57 35:40 30:17 135.0k 54 561.5M 0 0 54 303.8M 0 145.2k 1:05:58 35:41 30:17 122.8k 54 561.5M 0 0 54 303.9M 0 145.2k 1:05:58 35:42 30:16 108.3k 54 561.5M 0 0 54 304.1M 0 145.2k 1:05:58 35:43 30:15 109.9k 54 561.5M 0 0 54 304.3M 0 145.2k 1:05:57 35:44 30:13 134.1k 54 561.5M 0 0 54 304.4M 0 145.2k 1:05:58 35:45 30:13 142.2k 54 561.5M 0 0 54 304.5M 0 145.2k 1:05:58 35:46 30:12 141.1k 54 561.5M 0 0 54 304.7M 0 145.2k 1:05:58 35:48 30:10 150.6k 54 561.5M 0 0 54 305.0M 0 145.3k 1:05:57 35:49 30:08 163.2k 54 561.5M 0 0 54 305.1M 0 145.3k 1:05:56 35:50 30:06 160.6k 54 561.5M 0 0 54 305.3M 0 145.3k 1:05:56 35:51 30:05 169.4k 54 561.5M 0 0 54 305.5M 0 145.3k 1:05:56 35:52 30:04 172.2k 54 561.5M 0 0 54 305.6M 0 145.3k 1:05:57 35:54 30:03 159.2k 54 561.5M 0 0 54 305.8M 0 145.2k 1:05:58 35:55 30:03 132.6k 54 561.5M 0 0 54 306.0M 0 145.2k 1:05:58 35:56 30:02 128.9k 54 561.5M 0 0 54 306.1M 0 145.2k 1:05:58 35:57 30:01 120.8k 54 561.5M 0 0 54 306.3M 0 145.2k 1:05:58 35:59 29:59 122.5k 54 561.5M 0 0 54 306.5M 0 145.2k 1:05:58 36:00 29:58 128.7k 54 561.5M 0 0 54 306.6M 0 145.2k 1:05:58 36:01 29:57 138.9k 54 561.5M 0 0 54 306.8M 0 145.2k 1:05:58 36:02 29:56 134.6k 54 561.5M 0 0 54 306.9M 0 145.2k 1:05:59 36:03 29:56 132.7k 54 561.5M 0 0 54 307.0M 0 145.2k 1:06:00 36:05 29:55 123.1k 54 561.5M 0 0 54 307.1M 0 145.1k 1:06:00 36:06 29:54 116.7k 54 561.5M 0 0 54 307.3M 0 145.1k 1:06:00 36:07 29:53 120.4k 54 561.5M 0 0 54 307.6M 0 145.2k 1:05:59 36:09 29:50 133.9k 54 561.5M 0 0 54 307.8M 0 145.2k 1:05:59 36:10 29:49 144.0k 54 561.5M 0 0 54 307.9M 0 145.2k 1:05:59 36:11 29:48 152.4k 54 561.5M 0 0 54 308.1M 0 145.2k 1:06:00 36:12 29:48 150.8k 54 561.5M 0 0 54 308.2M 0 145.1k 1:06:00 36:14 29:46 138.7k 54 561.5M 0 0 54 308.4M 0 145.1k 1:06:01 36:15 29:46 128.8k 54 561.5M 0 0 54 308.5M 0 145.1k 1:06:01 36:16 29:45 116.6k 54 561.5M 0 0 54 308.6M 0 145.1k 1:06:01 36:17 29:44 116.8k 55 561.5M 0 0 55 308.8M 0 145.1k 1:06:02 36:19 29:43 120.4k 55 561.5M 0 0 55 309.0M 0 145.1k 1:06:02 36:20 29:42 129.1k 55 561.5M 0 0 55 309.1M 0 145.1k 1:06:02 36:21 29:41 124.6k 55 561.5M 0 0 55 309.3M 0 145.1k 1:06:02 36:22 29:40 138.0k 55 561.5M 0 0 55 309.5M 0 145.1k 1:06:02 36:23 29:39 135.7k 55 561.5M 0 0 55 309.6M 0 145.1k 1:06:02 36:25 29:37 141.9k 55 561.5M 0 0 55 309.8M 0 145.1k 1:06:02 36:26 29:36 139.1k 55 561.5M 0 0 55 310.0M 0 145.1k 1:06:02 36:27 29:35 141.1k 55 561.5M 0 0 55 310.1M 0 145.0k 1:06:03 36:28 29:35 132.5k 55 561.5M 0 0 55 310.2M 0 145.0k 1:06:03 36:29 29:34 130.2k 55 561.5M 0 0 55 310.4M 0 145.0k 1:06:03 36:31 29:32 129.3k 55 561.5M 0 0 55 310.6M 0 145.0k 1:06:03 36:32 29:31 134.1k 55 561.5M 0 0 55 310.7M 0 145.0k 1:06:03 36:33 29:30 133.9k 55 561.5M 0 0 55 310.9M 0 145.0k 1:06:03 36:34 29:29 134.4k 55 561.5M 0 0 55 311.0M 0 145.0k 1:06:04 36:35 29:29 138.6k 55 561.5M 0 0 55 311.2M 0 145.0k 1:06:04 36:37 29:27 132.9k 55 561.5M 0 0 55 311.2M 0 145.0k 1:06:04 36:37 29:27 145.0k 55 561.5M 0 0 55 311.4M 0 145.0k 1:06:03 36:38 29:25 168.2k 55 561.5M 0 0 55 311.6M 0 145.0k 1:06:04 36:39 29:25 154.1k 55 561.5M 0 0 55 311.8M 0 145.0k 1:06:03 36:40 29:23 152.7k 55 561.5M 0 0 55 312.0M 0 145.0k 1:06:04 36:42 29:22 147.1k 55 561.5M 0 0 55 312.1M 0 145.0k 1:06:04 36:43 29:21 143.0k 55 561.5M 0 0 55 312.3M 0 145.0k 1:06:05 36:45 29:20 131.3k 55 561.5M 0 0 55 312.5M 0 145.0k 1:06:05 36:46 29:19 132.6k 55 561.5M 0 0 55 312.7M 0 145.0k 1:06:03 36:47 29:16 145.0k 55 561.5M 0 0 55 312.9M 0 145.0k 1:06:03 36:48 29:15 153.1k 55 561.5M 0 0 55 313.1M 0 145.0k 1:06:03 36:50 29:13 157.3k 55 561.5M 0 0 55 313.3M 0 145.0k 1:06:03 36:51 29:12 166.1k 55 561.5M 0 0 55 313.5M 0 145.0k 1:06:03 36:52 29:11 167.8k 55 561.5M 0 0 55 313.6M 0 145.1k 1:06:02 36:53 29:09 157.8k 55 561.5M 0 0 55 313.8M 0 145.0k 1:06:03 36:55 29:08 148.5k 55 561.5M 0 0 55 314.0M 0 145.0k 1:06:03 36:56 29:07 143.8k 55 561.5M 0 0 55 314.1M 0 145.0k 1:06:03 36:57 29:06 145.5k 55 561.5M 0 0 55 314.3M 0 145.0k 1:06:03 36:58 29:05 144.8k 56 561.5M 0 0 56 314.5M 0 145.1k 1:06:02 36:59 29:03 146.9k 56 561.5M 0 0 56 314.8M 0 145.1k 1:06:01 37:00 29:01 165.1k 56 561.5M 0 0 56 315.0M 0 145.1k 1:06:00 37:02 28:58 185.4k 56 561.5M 0 0 56 315.2M 0 145.2k 1:06:00 37:03 28:57 191.5k 56 561.5M 0 0 56 315.4M 0 145.2k 1:06:00 37:04 28:56 190.5k 56 561.5M 0 0 56 315.6M 0 145.2k 1:05:59 37:05 28:54 194.9k 56 561.5M 0 0 56 315.8M 0 145.2k 1:05:58 37:06 28:52 186.3k 56 561.5M 0 0 56 316.1M 0 145.2k 1:05:57 37:07 28:50 186.4k 56 561.5M 0 0 56 316.3M 0 145.3k 1:05:56 37:08 28:48 197.5k 56 561.5M 0 0 56 316.6M 0 145.3k 1:05:55 37:10 28:45 208.6k 56 561.5M 0 0 56 316.7M 0 145.3k 1:05:55 37:11 28:44 194.1k 56 561.5M 0 0 56 316.9M 0 145.3k 1:05:55 37:12 28:43 188.4k 56 561.5M 0 0 56 317.1M 0 145.3k 1:05:55 37:13 28:42 175.3k 56 561.5M 0 0 56 317.2M 0 145.3k 1:05:56 37:14 28:42 149.7k 56 561.5M 0 0 56 317.3M 0 145.3k 1:05:56 37:16 28:40 127.5k 56 561.5M 0 0 56 317.5M 0 145.3k 1:05:57 37:17 28:40 126.3k 56 561.5M 0 0 56 317.6M 0 145.2k 1:05:57 37:18 28:39 118.5k 56 561.5M 0 0 56 317.7M 0 145.2k 1:05:58 37:19 28:39 108.9k 56 561.5M 0 0 56 317.8M 0 145.2k 1:05:58 37:20 28:38 110.7k 56 561.5M 0 0 56 318.0M 0 145.2k 1:05:58 37:21 28:37 116.0k 56 561.5M 0 0 56 318.1M 0 145.2k 1:05:58 37:22 28:36 127.8k 56 561.5M 0 0 56 318.3M 0 145.2k 1:05:58 37:24 28:34 129.1k 56 561.5M 0 0 56 318.5M 0 145.2k 1:05:58 37:25 28:33 140.9k 56 561.5M 0 0 56 318.6M 0 145.2k 1:05:58 37:26 28:32 143.0k 56 561.5M 0 0 56 318.8M 0 145.2k 1:05:59 37:27 28:32 142.2k 56 561.5M 0 0 56 319.0M 0 145.2k 1:05:59 37:29 28:30 131.3k 56 561.5M 0 0 56 319.1M 0 145.2k 1:06:00 37:30 28:30 126.4k 56 561.5M 0 0 56 319.3M 0 145.2k 1:05:59 37:31 28:28 128.4k 56 561.5M 0 0 56 319.5M 0 145.2k 1:05:58 37:32 28:26 143.0k 56 561.5M 0 0 56 319.6M 0 145.2k 1:05:59 37:33 28:26 144.9k 56 561.5M 0 0 56 319.8M 0 145.2k 1:05:58 37:34 28:24 155.7k 57 561.5M 0 0 57 320.1M 0 145.3k 1:05:57 37:35 28:22 188.4k 57 561.5M 0 0 57 320.3M 0 145.3k 1:05:56 37:37 28:19 193.3k 57 561.5M 0 0 57 320.5M 0 145.3k 1:05:56 37:38 28:18 182.2k 57 561.5M 0 0 57 320.6M 0 145.3k 1:05:56 37:39 28:17 179.5k 57 561.5M 0 0 57 320.8M 0 145.2k 1:05:58 37:41 28:17 155.8k 57 561.5M 0 0 57 320.9M 0 145.2k 1:05:59 37:42 28:17 124.0k 57 561.5M 0 0 57 321.0M 0 145.2k 1:05:59 37:43 28:16 104.9k 57 561.5M 0 0 57 321.2M 0 145.2k 1:06:00 37:45 28:15 100.7k 57 561.5M 0 0 57 321.3M 0 145.1k 1:06:01 37:46 28:15 99777 57 561.5M 0 0 57 321.5M 0 145.1k 1:06:01 37:47 28:14 102.6k 57 561.5M 0 0 57 321.6M 0 145.1k 1:06:02 37:49 28:13 101.2k 57 561.5M 0 0 57 321.7M 0 145.0k 1:06:03 37:50 28:13 101.4k 57 561.5M 0 0 57 321.9M 0 145.1k 1:06:03 37:51 28:12 107.9k 57 561.5M 0 0 57 322.1M 0 145.0k 1:06:03 37:53 28:10 112.0k 57 561.5M 0 0 57 322.2M 0 145.0k 1:06:04 37:54 28:10 112.8k 57 561.5M 0 0 57 322.3M 0 145.0k 1:06:05 37:56 28:09 117.4k 57 561.5M 0 0 57 322.5M 0 145.0k 1:06:04 37:57 28:07 125.7k 57 561.5M 0 0 57 322.7M 0 145.0k 1:06:05 37:59 28:06 117.6k 57 561.5M 0 0 57 322.9M 0 145.0k 1:06:05 38:00 28:05 122.6k 57 561.5M 0 0 57 323.0M 0 144.9k 1:06:06 38:01 28:05 122.0k 57 561.5M 0 0 57 323.1M 0 144.9k 1:06:07 38:03 28:04 118.2k 57 561.5M 0 0 57 323.3M 0 144.9k 1:06:07 38:04 28:03 119.2k 57 561.5M 0 0 57 323.5M 0 144.9k 1:06:06 38:05 28:01 125.8k 57 561.5M 0 0 57 323.7M 0 144.9k 1:06:06 38:06 28:00 127.5k 57 561.5M 0 0 57 323.9M 0 144.9k 1:06:06 38:08 27:58 137.9k 57 561.5M 0 0 57 324.1M 0 145.0k 1:06:05 38:09 27:56 164.7k 57 561.5M 0 0 57 324.3M 0 144.9k 1:06:06 38:10 27:56 153.8k 57 561.5M 0 0 57 324.4M 0 144.9k 1:06:07 38:11 27:56 140.9k 57 561.5M 0 0 57 324.5M 0 144.9k 1:06:07 38:13 27:54 131.4k 57 561.5M 0 0 57 324.7M 0 144.9k 1:06:08 38:14 27:54 127.0k 57 561.5M 0 0 57 324.8M 0 144.9k 1:06:08 38:15 27:53 112.9k 57 561.5M 0 0 57 325.0M 0 144.9k 1:06:08 38:16 27:52 116.3k 57 561.5M 0 0 57 325.1M 0 144.8k 1:06:09 38:17 27:52 117.6k 57 561.5M 0 0 57 325.3M 0 144.8k 1:06:09 38:19 27:50 123.8k 57 561.5M 0 0 57 325.4M 0 144.8k 1:06:10 38:20 27:50 115.1k 57 561.5M 0 0 57 325.5M 0 144.8k 1:06:10 38:21 27:49 115.0k 58 561.5M 0 0 58 325.7M 0 144.8k 1:06:10 38:23 27:47 120.6k 58 561.5M 0 0 58 325.9M 0 144.8k 1:06:10 38:24 27:46 128.0k 58 561.5M 0 0 58 326.1M 0 144.8k 1:06:10 38:25 27:45 130.9k 58 561.5M 0 0 58 326.3M 0 144.8k 1:06:10 38:27 27:43 139.7k 58 561.5M 0 0 58 326.4M 0 144.8k 1:06:11 38:28 27:43 133.6k 58 561.5M 0 0 58 326.6M 0 144.7k 1:06:11 38:29 27:42 129.6k 58 561.5M 0 0 58 326.7M 0 144.7k 1:06:12 38:31 27:41 124.9k 58 561.5M 0 0 58 326.8M 0 144.7k 1:06:12 38:32 27:40 121.2k 58 561.5M 0 0 58 327.0M 0 144.7k 1:06:12 38:33 27:39 117.4k 58 561.5M 0 0 58 327.1M 0 144.7k 1:06:12 38:34 27:38 125.5k 58 561.5M 0 0 58 327.4M 0 144.7k 1:06:11 38:35 27:36 139.9k 58 561.5M 0 0 58 327.6M 0 144.7k 1:06:11 38:37 27:34 150.2k 58 561.5M 0 0 58 327.8M 0 144.7k 1:06:11 38:38 27:33 154.1k 58 561.5M 0 0 58 328.0M 0 144.7k 1:06:11 38:39 27:32 155.0k 58 561.5M 0 0 58 328.1M 0 144.7k 1:06:12 38:41 27:31 144.6k 58 561.5M 0 0 58 328.2M 0 144.7k 1:06:13 38:42 27:31 130.1k 58 561.5M 0 0 58 328.3M 0 144.7k 1:06:13 38:43 27:30 122.2k 58 561.5M 0 0 58 328.5M 0 144.7k 1:06:13 38:44 27:29 116.9k 58 561.5M 0 0 58 328.6M 0 144.7k 1:06:13 38:45 27:28 113.3k 58 561.5M 0 0 58 328.7M 0 144.6k 1:06:14 38:46 27:28 121.0k 58 561.5M 0 0 58 328.9M 0 144.6k 1:06:14 38:47 27:27 126.0k 58 561.5M 0 0 58 329.0M 0 144.6k 1:06:14 38:48 27:26 126.3k 58 561.5M 0 0 58 329.2M 0 144.6k 1:06:14 38:50 27:24 130.3k 58 561.5M 0 0 58 329.3M 0 144.6k 1:06:14 38:51 27:23 130.3k 58 561.5M 0 0 58 329.5M 0 144.6k 1:06:15 38:52 27:23 132.2k 58 561.5M 0 0 58 329.6M 0 144.6k 1:06:15 38:53 27:22 133.4k 58 561.5M 0 0 58 329.8M 0 144.6k 1:06:15 38:54 27:21 138.3k 58 561.5M 0 0 58 330.0M 0 144.6k 1:06:15 38:56 27:19 137.4k 58 561.5M 0 0 58 330.2M 0 144.6k 1:06:15 38:57 27:18 139.3k 58 561.5M 0 0 58 330.3M 0 144.6k 1:06:15 38:58 27:17 139.5k 58 561.5M 0 0 58 330.5M 0 144.6k 1:06:15 39:00 27:15 138.6k 58 561.5M 0 0 58 330.7M 0 144.6k 1:06:15 39:01 27:14 136.3k 58 561.5M 0 0 58 330.8M 0 144.6k 1:06:15 39:02 27:13 133.9k 58 561.5M 0 0 58 331.0M 0 144.6k 1:06:15 39:03 27:12 141.0k 58 561.5M 0 0 58 331.2M 0 144.6k 1:06:15 39:04 27:11 147.2k 59 561.5M 0 0 59 331.4M 0 144.6k 1:06:15 39:06 27:09 148.9k 59 561.5M 0 0 59 331.5M 0 144.6k 1:06:15 39:07 27:08 142.1k 59 561.5M 0 0 59 331.6M 0 144.5k 1:06:17 39:09 27:08 123.4k 59 561.5M 0 0 59 331.7M 0 144.5k 1:06:18 39:10 27:08 105.4k 59 561.5M 0 0 59 331.8M 0 144.5k 1:06:19 39:11 27:08 96319 59 561.5M 0 0 59 332.0M 0 144.5k 1:06:19 39:13 27:06 92998 59 561.5M 0 0 59 332.2M 0 144.5k 1:06:19 39:14 27:05 99.43k 59 561.5M 0 0 59 332.4M 0 144.5k 1:06:19 39:15 27:04 122.2k 59 561.5M 0 0 59 332.6M 0 144.5k 1:06:17 39:16 27:01 152.5k 59 561.5M 0 0 59 332.9M 0 144.5k 1:06:17 39:17 27:00 172.9k 59 561.5M 0 0 59 333.1M 0 144.6k 1:06:16 39:19 26:57 195.7k 59 561.5M 0 0 59 333.3M 0 144.6k 1:06:16 39:20 26:56 191.2k 59 561.5M 0 0 59 333.5M 0 144.5k 1:06:17 39:22 26:55 163.1k 59 561.5M 0 0 59 333.6M 0 144.5k 1:06:18 39:23 26:55 141.9k 59 561.5M 0 0 59 333.8M 0 144.5k 1:06:17 39:24 26:53 138.6k 59 561.5M 0 0 59 334.0M 0 144.5k 1:06:17 39:25 26:52 126.7k 59 561.5M 0 0 59 334.1M 0 144.5k 1:06:17 39:26 26:51 128.1k 59 561.5M 0 0 59 334.3M 0 144.5k 1:06:17 39:28 26:49 148.2k 59 561.5M 0 0 59 334.5M 0 144.5k 1:06:17 39:29 26:48 159.0k 59 561.5M 0 0 59 334.8M 0 144.6k 1:06:15 39:30 26:45 169.8k 59 561.5M 0 0 59 335.0M 0 144.6k 1:06:14 39:31 26:43 187.3k 59 561.5M 0 0 59 335.3M 0 144.7k 1:06:12 39:32 26:40 216.5k 59 561.5M 0 0 59 335.6M 0 144.7k 1:06:12 39:33 26:39 228.4k 59 561.5M 0 0 59 335.7M 0 144.7k 1:06:12 39:35 26:37 213.1k 59 561.5M 0 0 59 335.9M 0 144.7k 1:06:12 39:36 26:36 191.7k 59 561.5M 0 0 59 336.1M 0 144.7k 1:06:12 39:37 26:35 168.6k 59 561.5M 0 0 59 336.1M 0 144.7k 1:06:13 39:38 26:35 132.8k 59 561.5M 0 0 59 336.3M 0 144.7k 1:06:13 39:39 26:34 117.2k 59 561.5M 0 0 59 336.4M 0 144.6k 1:06:14 39:41 26:33 113.9k 59 561.5M 0 0 59 336.5M 0 144.6k 1:06:15 39:42 26:33 108.9k 59 561.5M 0 0 59 336.6M 0 144.6k 1:06:15 39:43 26:32 99.37k 59 561.5M 0 0 59 336.8M 0 144.6k 1:06:15 39:44 26:31 115.7k 60 561.5M 0 0 60 337.1M 0 144.6k 1:06:15 39:46 26:29 129.4k 60 561.5M 0 0 60 337.3M 0 144.6k 1:06:14 39:47 26:27 146.5k 60 561.5M 0 0 60 337.5M 0 144.6k 1:06:14 39:48 26:26 153.8k 60 561.5M 0 0 60 337.6M 0 144.6k 1:06:14 39:49 26:25 157.9k 60 561.5M 0 0 60 337.7M 0 144.6k 1:06:15 39:50 26:25 154.4k 60 561.5M 0 0 60 337.9M 0 144.6k 1:06:14 39:51 26:23 147.7k 60 561.5M 0 0 60 338.0M 0 144.6k 1:06:15 39:53 26:22 130.2k 60 561.5M 0 0 60 338.1M 0 144.6k 1:06:16 39:54 26:22 118.1k 60 561.5M 0 0 60 338.3M 0 144.6k 1:06:16 39:55 26:21 128.1k 60 561.5M 0 0 60 338.6M 0 144.6k 1:06:15 39:56 26:19 144.1k 60 561.5M 0 0 60 338.8M 0 144.6k 1:06:15 39:58 26:17 140.2k 60 561.5M 0 0 60 339.0M 0 144.6k 1:06:14 39:59 26:15 164.4k 60 561.5M 0 0 60 339.3M 0 144.7k 1:06:13 40:00 26:13 185.5k 60 561.5M 0 0 60 339.4M 0 144.6k 1:06:14 40:02 26:12 168.9k 60 561.5M 0 0 60 339.5M 0 144.6k 1:06:15 40:03 26:12 141.6k 60 561.5M 0 0 60 339.7M 0 144.6k 1:06:15 40:05 26:10 143.6k 60 561.5M 0 0 60 339.9M 0 144.6k 1:06:15 40:06 26:09 131.8k 60 561.5M 0 0 60 340.1M 0 144.6k 1:06:15 40:07 26:08 121.2k 60 561.5M 0 0 60 340.3M 0 144.6k 1:06:14 40:08 26:06 136.2k 60 561.5M 0 0 60 340.5M 0 144.6k 1:06:14 40:10 26:04 151.4k 60 561.5M 0 0 60 340.7M 0 144.7k 1:06:13 40:11 26:02 163.8k 60 561.5M 0 0 60 341.0M 0 144.7k 1:06:13 40:12 26:01 175.8k 60 561.5M 0 0 60 341.1M 0 144.7k 1:06:13 40:13 26:00 171.4k 60 561.5M 0 0 60 341.3M 0 144.7k 1:06:13 40:15 25:58 163.9k 60 561.5M 0 0 60 341.5M 0 144.7k 1:06:13 40:16 25:57 163.5k 60 561.5M 0 0 60 341.6M 0 144.7k 1:06:13 40:17 25:56 146.1k 60 561.5M 0 0 60 341.8M 0 144.6k 1:06:14 40:18 25:56 129.1k 60 561.5M 0 0 60 341.9M 0 144.6k 1:06:14 40:20 25:54 124.9k 60 561.5M 0 0 60 342.0M 0 144.6k 1:06:15 40:21 25:54 113.0k 60 561.5M 0 0 60 342.1M 0 144.6k 1:06:16 40:22 25:54 103.7k 60 561.5M 0 0 60 342.3M 0 144.5k 1:06:17 40:24 25:53 99.45k 60 561.5M 0 0 60 342.4M 0 144.5k 1:06:17 40:25 25:52 99613 61 561.5M 0 0 61 342.6M 0 144.5k 1:06:17 40:26 25:51 105.5k 61 561.5M 0 0 61 342.8M 0 144.5k 1:06:17 40:27 25:50 123.4k 61 561.5M 0 0 61 343.0M 0 144.6k 1:06:16 40:28 25:48 137.9k 61 561.5M 0 0 61 343.1M 0 144.6k 1:06:16 40:29 25:47 158.1k 61 561.5M 0 0 61 343.3M 0 144.6k 1:06:15 40:31 25:44 173.6k 61 561.5M 0 0 61 343.5M 0 144.6k 1:06:15 40:32 25:43 172.6k 61 561.5M 0 0 61 343.6M 0 144.6k 1:06:15 40:33 25:42 163.7k 61 561.5M 0 0 61 343.8M 0 144.6k 1:06:16 40:34 25:42 148.6k 61 561.5M 0 0 61 344.0M 0 144.5k 1:06:16 40:36 25:40 135.8k 61 561.5M 0 0 61 344.1M 0 144.6k 1:06:16 40:37 25:39 137.3k 61 561.5M 0 0 61 344.3M 0 144.6k 1:06:16 40:38 25:38 139.9k 61 561.5M 0 0 61 344.5M 0 144.6k 1:06:15 40:39 25:36 148.8k 61 561.5M 0 0 61 344.7M 0 144.6k 1:06:15 40:40 25:35 163.8k 61 561.5M 0 0 61 344.9M 0 144.6k 1:06:15 40:41 25:34 164.4k 61 561.5M 0 0 61 345.0M 0 144.6k 1:06:15 40:42 25:33 154.1k 61 561.5M 0 0 61 345.1M 0 144.6k 1:06:15 40:43 25:32 145.8k 61 561.5M 0 0 61 345.3M 0 144.6k 1:06:16 40:45 25:31 132.3k 61 561.5M 0 0 61 345.5M 0 144.6k 1:06:16 40:46 25:30 131.9k 61 561.5M 0 0 61 345.7M 0 144.6k 1:06:15 40:47 25:28 146.1k 61 561.5M 0 0 61 345.8M 0 144.6k 1:06:15 40:48 25:27 146.1k 61 561.5M 0 0 61 346.0M 0 144.6k 1:06:16 40:50 25:26 143.3k 61 561.5M 0 0 61 346.1M 0 144.5k 1:06:17 40:51 25:26 133.3k 61 561.5M 0 0 61 346.3M 0 144.5k 1:06:17 40:52 25:25 124.2k 61 561.5M 0 0 61 346.5M 0 144.5k 1:06:17 40:54 25:23 114.0k 61 561.5M 0 0 61 346.6M 0 144.5k 1:06:19 40:56 25:23 103.0k 61 561.5M 0 0 61 346.6M 0 144.4k 1:06:20 40:57 25:23 95200 61 561.5M 0 0 61 346.8M 0 144.4k 1:06:20 40:58 25:22 99826 61 561.5M 0 0 61 347.0M 0 144.4k 1:06:20 40:59 25:21 105.7k 61 561.5M 0 0 61 347.1M 0 144.4k 1:06:20 41:00 25:20 101.7k 61 561.5M 0 0 61 347.2M 0 144.4k 1:06:21 41:01 25:20 109.4k 61 561.5M 0 0 61 347.4M 0 144.4k 1:06:21 41:03 25:18 123.3k 61 561.5M 0 0 61 347.5M 0 144.3k 1:06:22 41:04 25:18 117.4k 61 561.5M 0 0 61 347.6M 0 144.3k 1:06:23 41:06 25:17 107.7k 61 561.5M 0 0 61 347.8M 0 144.3k 1:06:23 41:07 25:16 102.5k 61 561.5M 0 0 61 347.9M 0 144.3k 1:06:24 41:08 25:16 105.3k 61 561.5M 0 0 61 348.0M 0 144.3k 1:06:24 41:09 25:15 100.6k 62 561.5M 0 0 62 348.2M 0 144.3k 1:06:24 41:10 25:14 122.3k 62 561.5M 0 0 62 348.3M 0 144.3k 1:06:24 41:11 25:13 126.6k 62 561.5M 0 0 62 348.5M 0 144.3k 1:06:24 41:12 25:12 133.7k 62 561.5M 0 0 62 348.6M 0 144.3k 1:06:24 41:14 25:10 139.2k 62 561.5M 0 0 62 348.8M 0 144.3k 1:06:24 41:15 25:09 147.2k 62 561.5M 0 0 62 349.0M 0 144.3k 1:06:23 41:16 25:07 148.0k 62 561.5M 0 0 62 349.3M 0 144.3k 1:06:23 41:17 25:06 155.3k 62 561.5M 0 0 62 349.5M 0 144.3k 1:06:24 41:19 25:05 151.8k 62 561.5M 0 0 62 349.6M 0 144.3k 1:06:24 41:20 25:04 141.7k 62 561.5M 0 0 62 349.7M 0 144.2k 1:06:25 41:22 25:03 127.1k 62 561.5M 0 0 62 349.8M 0 144.2k 1:06:26 41:23 25:03 110.2k 62 561.5M 0 0 62 350.0M 0 144.2k 1:06:27 41:25 25:02 98.07k 62 561.5M 0 0 62 350.1M 0 144.1k 1:06:28 41:26 25:02 94201 62 561.5M 0 0 62 350.2M 0 144.1k 1:06:28 41:27 25:01 97596 62 561.5M 0 0 62 350.4M 0 144.1k 1:06:28 41:28 25:00 111.0k 62 561.5M 0 0 62 350.5M 0 144.1k 1:06:28 41:29 24:59 116.2k 62 561.5M 0 0 62 350.6M 0 144.1k 1:06:29 41:31 24:58 113.9k 62 561.5M 0 0 62 350.8M 0 144.1k 1:06:29 41:32 24:57 128.1k 62 561.5M 0 0 62 351.0M 0 144.1k 1:06:28 41:33 24:55 139.7k 62 561.5M 0 0 62 351.2M 0 144.1k 1:06:28 41:34 24:54 137.6k 62 561.5M 0 0 62 351.4M 0 144.1k 1:06:28 41:36 24:52 144.8k 62 561.5M 0 0 62 351.6M 0 144.1k 1:06:28 41:37 24:51 162.1k 62 561.5M 0 0 62 351.8M 0 144.2k 1:06:27 41:38 24:49 167.7k 62 561.5M 0 0 62 352.0M 0 144.2k 1:06:27 41:39 24:48 158.5k 62 561.5M 0 0 62 352.1M 0 144.1k 1:06:28 41:40 24:48 147.4k 62 561.5M 0 0 62 352.3M 0 144.1k 1:06:28 41:42 24:46 150.7k 62 561.5M 0 0 62 352.5M 0 144.2k 1:06:27 41:43 24:44 151.6k 62 561.5M 0 0 62 352.6M 0 144.1k 1:06:28 41:44 24:44 136.9k 62 561.5M 0 0 62 352.7M 0 144.1k 1:06:28 41:45 24:43 127.3k 62 561.5M 0 0 62 352.8M 0 144.1k 1:06:30 41:47 24:43 120.5k 62 561.5M 0 0 62 353.0M 0 144.0k 1:06:30 41:48 24:42 107.8k 62 561.5M 0 0 62 353.1M 0 144.0k 1:06:31 41:49 24:42 95714 62 561.5M 0 0 62 353.3M 0 144.0k 1:06:31 41:51 24:40 98.82k 62 561.5M 0 0 62 353.5M 0 144.0k 1:06:31 41:52 24:39 110.3k 62 561.5M 0 0 62 353.6M 0 144.0k 1:06:31 41:53 24:38 124.2k 63 561.5M 0 0 63 353.8M 0 144.0k 1:06:31 41:54 24:37 138.0k 63 561.5M 0 0 63 353.8M 0 144.0k 1:06:31 41:54 24:37 144.0k 63 561.5M 0 0 63 354.0M 0 144.0k 1:06:31 41:56 24:35 160.5k 63 561.5M 0 0 63 354.1M 0 144.0k 1:06:31 41:57 24:34 173.9k 63 561.5M 0 0 63 354.3M 0 144.1k 1:06:30 41:58 24:32 178.9k 63 561.5M 0 0 63 354.5M 0 144.1k 1:06:30 41:59 24:31 167.4k 63 561.5M 0 0 63 354.7M 0 144.1k 1:06:30 42:00 24:30 163.3k 63 561.5M 0 0 63 354.9M 0 144.0k 1:06:30 42:02 24:28 158.4k 63 561.5M 0 0 63 355.1M 0 144.1k 1:06:30 42:03 24:27 157.1k 63 561.5M 0 0 63 355.3M 0 144.1k 1:06:29 42:04 24:25 154.5k 63 561.5M 0 0 63 355.5M 0 144.1k 1:06:30 42:05 24:25 152.9k 63 561.5M 0 0 63 355.6M 0 144.1k 1:06:29 42:06 24:23 158.9k 63 561.5M 0 0 63 355.8M 0 144.1k 1:06:29 42:08 24:21 163.3k 63 561.5M 0 0 63 356.0M 0 144.1k 1:06:29 42:09 24:20 158.2k 63 561.5M 0 0 63 356.2M 0 144.1k 1:06:29 42:10 24:19 156.9k 63 561.5M 0 0 63 356.4M 0 144.1k 1:06:28 42:11 24:17 164.7k 63 561.5M 0 0 63 356.6M 0 144.1k 1:06:28 42:13 24:15 156.9k 63 561.5M 0 0 63 356.8M 0 144.1k 1:06:28 42:14 24:14 159.8k 63 561.5M 0 0 63 357.0M 0 144.2k 1:06:27 42:15 24:12 173.0k 63 561.5M 0 0 63 357.3M 0 144.2k 1:06:25 42:16 24:09 194.8k 63 561.5M 0 0 63 357.6M 0 144.3k 1:06:24 42:17 24:07 200.9k 63 561.5M 0 0 63 357.8M 0 144.3k 1:06:24 42:18 24:06 209.5k 63 561.5M 0 0 63 358.0M 0 144.3k 1:06:24 42:19 24:05 209.6k 63 561.5M 0 0 63 358.2M 0 144.3k 1:06:23 42:21 24:02 208.0k 63 561.5M 0 0 63 358.4M 0 144.3k 1:06:23 42:22 24:01 183.7k 63 561.5M 0 0 63 358.6M 0 144.3k 1:06:23 42:23 24:00 168.8k 63 561.5M 0 0 63 358.8M 0 144.3k 1:06:22 42:24 23:58 169.9k 63 561.5M 0 0 63 359.0M 0 144.4k 1:06:22 42:26 23:56 177.8k 63 561.5M 0 0 63 359.3M 0 144.4k 1:06:20 42:27 23:53 182.7k 64 561.5M 0 0 64 359.5M 0 144.4k 1:06:20 42:28 23:52 189.7k 64 561.5M 0 0 64 359.6M 0 144.4k 1:06:20 42:29 23:51 185.1k 64 561.5M 0 0 64 359.8M 0 144.4k 1:06:21 42:30 23:51 174.1k 64 561.5M 0 0 64 360.0M 0 144.4k 1:06:20 42:31 23:49 162.1k 64 561.5M 0 0 64 360.1M 0 144.4k 1:06:20 42:33 23:47 147.3k 64 561.5M 0 0 64 360.3M 0 144.4k 1:06:20 42:34 23:46 138.8k 64 561.5M 0 0 64 360.5M 0 144.4k 1:06:20 42:35 23:45 144.3k 64 561.5M 0 0 64 360.6M 0 144.4k 1:06:20 42:36 23:44 147.0k 64 561.5M 0 0 64 360.8M 0 144.4k 1:06:21 42:37 23:44 139.0k 64 561.5M 0 0 64 360.9M 0 144.4k 1:06:21 42:39 23:42 128.5k 64 561.5M 0 0 64 361.1M 0 144.4k 1:06:21 42:40 23:41 131.6k 64 561.5M 0 0 64 361.3M 0 144.4k 1:06:21 42:41 23:40 140.1k 64 561.5M 0 0 64 361.5M 0 144.4k 1:06:20 42:42 23:38 147.9k 64 561.5M 0 0 64 361.7M 0 144.4k 1:06:20 42:43 23:37 163.2k 64 561.5M 0 0 64 361.9M 0 144.4k 1:06:20 42:45 23:35 166.7k 64 561.5M 0 0 64 362.0M 0 144.4k 1:06:20 42:46 23:34 157.8k 64 561.5M 0 0 64 362.2M 0 144.4k 1:06:20 42:47 23:33 157.0k 64 561.5M 0 0 64 362.4M 0 144.4k 1:06:19 42:48 23:31 156.3k 64 561.5M 0 0 64 362.6M 0 144.4k 1:06:20 42:50 23:30 141.1k 64 561.5M 0 0 64 362.7M 0 144.4k 1:06:20 42:51 23:29 133.6k 64 561.5M 0 0 64 362.9M 0 144.4k 1:06:20 42:52 23:28 142.7k 64 561.5M 0 0 64 363.1M 0 144.4k 1:06:19 42:53 23:26 150.4k 64 561.5M 0 0 64 363.4M 0 144.5k 1:06:18 42:55 23:23 158.6k 64 561.5M 0 0 64 363.6M 0 144.5k 1:06:18 42:56 23:22 164.0k 64 561.5M 0 0 64 363.8M 0 144.5k 1:06:18 42:57 23:21 178.1k 64 561.5M 0 0 64 364.0M 0 144.5k 1:06:17 42:58 23:19 184.0k 64 561.5M 0 0 64 364.3M 0 144.5k 1:06:17 43:00 23:17 180.0k 64 561.5M 0 0 64 364.5M 0 144.6k 1:06:16 43:01 23:15 179.0k 64 561.5M 0 0 64 364.8M 0 144.6k 1:06:15 43:02 23:13 203.9k 65 561.5M 0 0 65 365.1M 0 144.6k 1:06:14 43:04 23:10 204.8k 65 561.5M 0 0 65 365.3M 0 144.6k 1:06:14 43:05 23:09 194.5k 65 561.5M 0 0 65 365.4M 0 144.6k 1:06:14 43:06 23:08 179.9k 65 561.5M 0 0 65 365.5M 0 144.6k 1:06:15 43:08 23:07 154.4k 65 561.5M 0 0 65 365.6M 0 144.6k 1:06:16 43:09 23:07 127.2k 65 561.5M 0 0 65 365.8M 0 144.6k 1:06:16 43:10 23:06 117.5k 65 561.5M 0 0 65 366.0M 0 144.6k 1:06:16 43:11 23:05 110.9k 65 561.5M 0 0 65 366.1M 0 144.5k 1:06:16 43:13 23:03 117.1k 65 561.5M 0 0 65 366.3M 0 144.6k 1:06:16 43:14 23:02 133.4k 65 561.5M 0 0 65 366.5M 0 144.6k 1:06:16 43:15 23:01 146.4k 65 561.5M 0 0 65 366.6M 0 144.6k 1:06:16 43:16 23:00 143.5k 65 561.5M 0 0 65 366.8M 0 144.5k 1:06:17 43:17 23:00 138.0k 65 561.5M 0 0 65 366.9M 0 144.5k 1:06:17 43:19 22:58 128.0k 65 561.5M 0 0 65 367.0M 0 144.5k 1:06:18 43:20 22:58 119.3k 65 561.5M 0 0 65 367.2M 0 144.5k 1:06:17 43:21 22:56 115.8k 65 561.5M 0 0 65 367.4M 0 144.5k 1:06:17 43:22 22:55 125.4k 65 561.5M 0 0 65 367.6M 0 144.5k 1:06:17 43:23 22:54 142.9k 65 561.5M 0 0 65 367.8M 0 144.6k 1:06:16 43:24 22:52 171.3k 65 561.5M 0 0 65 368.1M 0 144.6k 1:06:14 43:26 22:48 199.0k 65 561.5M 0 0 65 368.4M 0 144.7k 1:06:14 43:27 22:47 208.3k 65 561.5M 0 0 65 368.6M 0 144.7k 1:06:13 43:28 22:45 211.3k 65 561.5M 0 0 65 368.8M 0 144.7k 1:06:12 43:29 22:43 218.4k 65 561.5M 0 0 65 369.1M 0 144.7k 1:06:11 43:30 22:41 222.5k 65 561.5M 0 0 65 369.3M 0 144.7k 1:06:11 43:31 22:40 198.7k 65 561.5M 0 0 65 369.5M 0 144.7k 1:06:11 43:33 22:38 183.1k 65 561.5M 0 0 65 369.6M 0 144.7k 1:06:11 43:34 22:37 180.5k 65 561.5M 0 0 65 369.9M 0 144.8k 1:06:10 43:35 22:35 172.3k 65 561.5M 0 0 65 370.1M 0 144.8k 1:06:10 43:37 22:33 158.5k 65 561.5M 0 0 65 370.2M 0 144.8k 1:06:11 43:38 22:33 149.7k 65 561.5M 0 0 65 370.4M 0 144.8k 1:06:11 43:39 22:32 148.6k 65 561.5M 0 0 65 370.5M 0 144.7k 1:06:11 43:40 22:31 142.0k 66 561.5M 0 0 66 370.6M 0 144.7k 1:06:11 43:41 22:30 129.6k 66 561.5M 0 0 66 370.8M 0 144.7k 1:06:12 43:42 22:30 118.0k 66 561.5M 0 0 66 371.0M 0 144.7k 1:06:12 43:44 22:28 122.4k 66 561.5M 0 0 66 371.1M 0 144.7k 1:06:12 43:45 22:27 125.7k 66 561.5M 0 0 66 371.3M 0 144.7k 1:06:12 43:46 22:26 123.7k 66 561.5M 0 0 66 371.4M 0 144.7k 1:06:13 43:48 22:25 118.3k 66 561.5M 0 0 66 371.5M 0 144.6k 1:06:14 43:49 22:25 119.1k 66 561.5M 0 0 66 371.6M 0 144.6k 1:06:14 43:50 22:24 116.4k 66 561.5M 0 0 66 371.8M 0 144.6k 1:06:14 43:51 22:23 106.8k 66 561.5M 0 0 66 371.9M 0 144.6k 1:06:15 43:52 22:23 109.3k 66 561.5M 0 0 66 372.0M 0 144.6k 1:06:15 43:53 22:22 115.3k 66 561.5M 0 0 66 372.2M 0 144.6k 1:06:15 43:55 22:20 122.9k 66 561.5M 0 0 66 372.3M 0 144.6k 1:06:16 43:56 22:20 117.5k 66 561.5M 0 0 66 372.5M 0 144.6k 1:06:16 43:57 22:19 121.3k 66 561.5M 0 0 66 372.6M 0 144.6k 1:06:16 43:58 22:18 121.5k 66 561.5M 0 0 66 372.7M 0 144.6k 1:06:16 43:59 22:17 121.6k 66 561.5M 0 0 66 372.8M 0 144.5k 1:06:17 44:00 22:17 116.2k 66 561.5M 0 0 66 373.0M 0 144.5k 1:06:17 44:01 22:16 118.0k 66 561.5M 0 0 66 373.1M 0 144.5k 1:06:18 44:03 22:15 114.4k 66 561.5M 0 0 66 373.2M 0 144.5k 1:06:18 44:04 22:14 113.8k 66 561.5M 0 0 66 373.4M 0 144.5k 1:06:18 44:05 22:13 117.4k 66 561.5M 0 0 66 373.6M 0 144.5k 1:06:18 44:07 22:11 119.7k 66 561.5M 0 0 66 373.8M 0 144.5k 1:06:18 44:08 22:10 126.8k 66 561.5M 0 0 66 373.9M 0 144.5k 1:06:19 44:09 22:10 130.3k 66 561.5M 0 0 66 374.0M 0 144.5k 1:06:19 44:10 22:09 129.1k 66 561.5M 0 0 66 374.1M 0 144.4k 1:06:19 44:11 22:08 124.4k 66 561.5M 0 0 66 374.4M 0 144.5k 1:06:18 44:12 22:06 140.9k 66 561.5M 0 0 66 374.6M 0 144.5k 1:06:18 44:14 22:04 144.7k 66 561.5M 0 0 66 374.8M 0 144.5k 1:06:18 44:15 22:03 152.7k 66 561.5M 0 0 66 375.0M 0 144.5k 1:06:18 44:16 22:02 156.1k 66 561.5M 0 0 66 375.1M 0 144.5k 1:06:18 44:17 22:01 158.9k 66 561.5M 0 0 66 375.2M 0 144.5k 1:06:19 44:18 22:01 141.3k 66 561.5M 0 0 66 375.3M 0 144.5k 1:06:19 44:19 22:00 135.3k 66 561.5M 0 0 66 375.5M 0 144.4k 1:06:19 44:21 21:58 127.1k 66 561.5M 0 0 66 375.7M 0 144.4k 1:06:19 44:22 21:57 125.5k 66 561.5M 0 0 66 375.9M 0 144.4k 1:06:19 44:24 21:55 128.5k 66 561.5M 0 0 66 376.0M 0 144.4k 1:06:20 44:25 21:55 130.4k 66 561.5M 0 0 66 376.1M 0 144.4k 1:06:20 44:26 21:54 129.2k 67 561.5M 0 0 67 376.3M 0 144.4k 1:06:20 44:27 21:53 128.9k 67 561.5M 0 0 67 376.5M 0 144.4k 1:06:20 44:28 21:52 136.9k 67 561.5M 0 0 67 376.7M 0 144.5k 1:06:19 44:29 21:50 155.5k 67 561.5M 0 0 67 376.9M 0 144.5k 1:06:18 44:30 21:48 164.2k 67 561.5M 0 0 67 377.1M 0 144.5k 1:06:18 44:31 21:47 175.5k 67 561.5M 0 0 67 377.3M 0 144.5k 1:06:18 44:32 21:46 184.1k 67 561.5M 0 0 67 377.5M 0 144.5k 1:06:18 44:34 21:44 178.8k 67 561.5M 0 0 67 377.6M 0 144.5k 1:06:18 44:35 21:43 149.6k 67 561.5M 0 0 67 377.7M 0 144.5k 1:06:19 44:36 21:43 137.0k 67 561.5M 0 0 67 377.9M 0 144.5k 1:06:19 44:37 21:42 135.3k 67 561.5M 0 0 67 378.1M 0 144.5k 1:06:19 44:39 21:40 133.7k 67 561.5M 0 0 67 378.3M 0 144.5k 1:06:18 44:40 21:38 133.0k 67 561.5M 0 0 67 378.5M 0 144.5k 1:06:18 44:41 21:37 149.9k 67 561.5M 0 0 67 378.6M 0 144.5k 1:06:18 44:43 21:35 153.1k 67 561.5M 0 0 67 378.8M 0 144.5k 1:06:18 44:44 21:34 153.5k 67 561.5M 0 0 67 379.0M 0 144.5k 1:06:18 44:45 21:33 157.3k 67 561.5M 0 0 67 379.2M 0 144.5k 1:06:18 44:46 21:32 147.6k 67 561.5M 0 0 67 379.3M 0 144.4k 1:06:19 44:48 21:31 129.6k 67 561.5M 0 0 67 379.5M 0 144.4k 1:06:19 44:49 21:30 128.6k 67 561.5M 0 0 67 379.6M 0 144.4k 1:06:19 44:50 21:29 128.6k 67 561.5M 0 0 67 379.8M 0 144.5k 1:06:19 44:51 21:28 126.5k 67 561.5M 0 0 67 380.0M 0 144.5k 1:06:19 44:52 21:27 130.2k 67 561.5M 0 0 67 380.1M 0 144.4k 1:06:19 44:54 21:25 142.9k 67 561.5M 0 0 67 380.3M 0 144.4k 1:06:19 44:55 21:24 148.8k 67 561.5M 0 0 67 380.5M 0 144.4k 1:06:20 44:57 21:23 131.6k 67 561.5M 0 0 67 380.6M 0 144.4k 1:06:20 44:58 21:22 121.8k 67 561.5M 0 0 67 380.8M 0 144.4k 1:06:21 44:59 21:22 123.0k 67 561.5M 0 0 67 380.9M 0 144.4k 1:06:21 45:00 21:21 120.3k 67 561.5M 0 0 67 381.0M 0 144.4k 1:06:21 45:01 21:20 114.7k 67 561.5M 0 0 67 381.2M 0 144.4k 1:06:21 45:03 21:18 123.2k 67 561.5M 0 0 67 381.4M 0 144.4k 1:06:21 45:04 21:17 129.6k 67 561.5M 0 0 67 381.5M 0 144.4k 1:06:22 45:05 21:17 127.0k 67 561.5M 0 0 67 381.6M 0 144.3k 1:06:22 45:06 21:16 127.2k 68 561.5M 0 0 68 381.8M 0 144.3k 1:06:22 45:08 21:14 129.3k 68 561.5M 0 0 68 382.0M 0 144.3k 1:06:22 45:09 21:13 127.5k 68 561.5M 0 0 68 382.2M 0 144.3k 1:06:23 45:11 21:12 125.6k 68 561.5M 0 0 68 382.4M 0 144.3k 1:06:23 45:12 21:11 128.3k 68 561.5M 0 0 68 382.6M 0 144.3k 1:06:22 45:13 21:09 136.2k 68 561.5M 0 0 68 382.8M 0 144.4k 1:06:22 45:14 21:08 148.7k 68 561.5M 0 0 68 383.0M 0 144.4k 1:06:21 45:16 21:05 160.4k 68 561.5M 0 0 68 383.2M 0 144.4k 1:06:21 45:17 21:04 166.8k 68 561.5M 0 0 68 383.5M 0 144.4k 1:06:20 45:18 21:02 191.1k 68 561.5M 0 0 68 383.6M 0 144.4k 1:06:20 45:19 21:01 191.5k 68 561.5M 0 0 68 383.8M 0 144.4k 1:06:19 45:20 20:59 184.5k 68 561.5M 0 0 68 384.0M 0 144.4k 1:06:19 45:21 20:58 185.6k 68 561.5M 0 0 68 384.2M 0 144.5k 1:06:19 45:22 20:57 184.1k 68 561.5M 0 0 68 384.4M 0 144.5k 1:06:19 45:24 20:55 163.1k 68 561.5M 0 0 68 384.5M 0 144.4k 1:06:19 45:25 20:54 151.8k 68 561.5M 0 0 68 384.6M 0 144.4k 1:06:20 45:26 20:54 142.7k 68 561.5M 0 0 68 384.8M 0 144.4k 1:06:19 45:27 20:52 144.7k 68 561.5M 0 0 68 385.0M 0 144.4k 1:06:20 45:28 20:52 133.5k 68 561.5M 0 0 68 385.1M 0 144.4k 1:06:20 45:29 20:51 134.4k 68 561.5M 0 0 68 385.3M 0 144.4k 1:06:20 45:31 20:49 127.6k 68 561.5M 0 0 68 385.4M 0 144.4k 1:06:21 45:32 20:49 124.0k 68 561.5M 0 0 68 385.5M 0 144.4k 1:06:21 45:33 20:48 111.0k 68 561.5M 0 0 68 385.6M 0 144.4k 1:06:22 45:34 20:48 112.4k 68 561.5M 0 0 68 385.8M 0 144.3k 1:06:22 45:36 20:46 102.4k 68 561.5M 0 0 68 386.0M 0 144.3k 1:06:22 45:37 20:45 113.0k 68 561.5M 0 0 68 386.1M 0 144.3k 1:06:23 45:38 20:45 113.4k 68 561.5M 0 0 68 386.2M 0 144.3k 1:06:24 45:40 20:44 109.2k 68 561.5M 0 0 68 386.3M 0 144.2k 1:06:25 45:41 20:44 100.8k 68 561.5M 0 0 68 386.5M 0 144.2k 1:06:26 45:43 20:43 99488 68 561.5M 0 0 68 386.6M 0 144.2k 1:06:26 45:44 20:42 93356 68 561.5M 0 0 68 386.8M 0 144.2k 1:06:26 45:45 20:41 98.68k 68 561.5M 0 0 68 387.0M 0 144.2k 1:06:26 45:47 20:39 110.5k 68 561.5M 0 0 68 387.1M 0 144.2k 1:06:26 45:48 20:38 120.7k 68 561.5M 0 0 68 387.2M 0 144.2k 1:06:27 45:49 20:38 129.8k 68 561.5M 0 0 68 387.4M 0 144.2k 1:06:26 45:50 20:36 137.1k 69 561.5M 0 0 69 387.6M 0 144.2k 1:06:25 45:51 20:34 153.8k 69 561.5M 0 0 69 388.0M 0 144.3k 1:06:23 45:52 20:31 191.5k 69 561.5M 0 0 69 388.3M 0 144.4k 1:06:22 45:53 20:29 222.1k 69 561.5M 0 0 69 388.6M 0 144.4k 1:06:20 45:55 20:25 249.9k 69 561.5M 0 0 69 388.9M 0 144.4k 1:06:19 45:56 20:23 266.3k 69 561.5M 0 0 69 389.1M 0 144.4k 1:06:19 45:57 20:22 252.9k 69 561.5M 0 0 69 389.2M 0 144.4k 1:06:20 45:58 20:22 207.3k 69 561.5M 0 0 69 389.4M 0 144.4k 1:06:20 46:00 20:20 178.3k 69 561.5M 0 0 69 389.6M 0 144.4k 1:06:20 46:01 20:19 157.4k 69 561.5M 0 0 69 389.7M 0 144.4k 1:06:20 46:02 20:18 137.3k 69 561.5M 0 0 69 389.9M 0 144.4k 1:06:20 46:03 20:17 135.0k 69 561.5M 0 0 69 390.1M 0 144.4k 1:06:20 46:05 20:15 140.1k 69 561.5M 0 0 69 390.3M 0 144.4k 1:06:20 46:06 20:14 146.3k 69 561.5M 0 0 69 390.5M 0 144.4k 1:06:19 46:07 20:12 145.0k 69 561.5M 0 0 69 390.6M 0 144.4k 1:06:20 46:08 20:12 139.1k 69 561.5M 0 0 69 390.7M 0 144.4k 1:06:20 46:09 20:11 132.7k 69 561.5M 0 0 69 390.9M 0 144.4k 1:06:21 46:11 20:10 130.6k 69 561.5M 0 0 69 391.1M 0 144.4k 1:06:21 46:13 20:08 122.6k 69 561.5M 0 0 69 391.3M 0 144.4k 1:06:21 46:14 20:07 127.0k 69 561.5M 0 0 69 391.5M 0 144.4k 1:06:20 46:15 20:05 142.4k 69 561.5M 0 0 69 391.6M 0 144.4k 1:06:21 46:16 20:05 142.5k 69 561.5M 0 0 69 391.8M 0 144.4k 1:06:21 46:18 20:03 144.3k 69 561.5M 0 0 69 392.0M 0 144.4k 1:06:21 46:19 20:02 140.8k 69 561.5M 0 0 69 392.1M 0 144.4k 1:06:22 46:20 20:02 125.3k 69 561.5M 0 0 69 392.2M 0 144.3k 1:06:23 46:22 20:01 109.8k 69 561.5M 0 0 69 392.4M 0 144.3k 1:06:23 46:23 20:00 112.8k 69 561.5M 0 0 69 392.6M 0 144.3k 1:06:22 46:24 19:58 122.4k 69 561.5M 0 0 69 392.8M 0 144.3k 1:06:22 46:25 19:57 126.4k 69 561.5M 0 0 69 392.9M 0 144.3k 1:06:23 46:26 19:57 132.7k 69 561.5M 0 0 69 393.0M 0 144.3k 1:06:23 46:28 19:55 142.0k 70 561.5M 0 0 70 393.1M 0 144.3k 1:06:24 46:29 19:55 125.0k 70 561.5M 0 0 70 393.3M 0 144.2k 1:06:25 46:31 19:54 100.6k 70 561.5M 0 0 70 393.4M 0 144.2k 1:06:26 46:32 19:54 96832 70 561.5M 0 0 70 393.5M 0 144.2k 1:06:26 46:33 19:53 96603 70 561.5M 0 0 70 393.7M 0 144.2k 1:06:26 46:35 19:51 99187 70 561.5M 0 0 70 393.8M 0 144.2k 1:06:27 46:36 19:51 98752 70 561.5M 0 0 70 394.0M 0 144.2k 1:06:27 46:38 19:49 111.2k 70 561.5M 0 0 70 394.2M 0 144.2k 1:06:27 46:39 19:48 121.2k 70 561.5M 0 0 70 394.4M 0 144.2k 1:06:27 46:40 19:47 127.7k 70 561.5M 0 0 70 394.6M 0 144.2k 1:06:27 46:42 19:45 130.8k 70 561.5M 0 0 70 394.7M 0 144.2k 1:06:27 46:43 19:44 143.5k 70 561.5M 0 0 70 394.9M 0 144.1k 1:06:27 46:44 19:43 138.9k 70 561.5M 0 0 70 395.1M 0 144.2k 1:06:27 46:45 19:42 142.9k 70 561.5M 0 0 70 395.3M 0 144.1k 1:06:28 46:47 19:41 134.7k 70 561.5M 0 0 70 395.4M 0 144.1k 1:06:28 46:48 19:40 130.6k 70 561.5M 0 0 70 395.6M 0 144.1k 1:06:28 46:49 19:39 138.6k 70 561.5M 0 0 70 395.8M 0 144.2k 1:06:27 46:50 19:37 146.9k 70 561.5M 0 0 70 396.0M 0 144.2k 1:06:27 46:51 19:36 146.1k 70 561.5M 0 0 70 396.1M 0 144.1k 1:06:28 46:53 19:35 138.9k 70 561.5M 0 0 70 396.2M 0 144.1k 1:06:29 46:54 19:35 134.7k 70 561.5M 0 0 70 396.3M 0 144.1k 1:06:30 46:56 19:34 113.9k 70 561.5M 0 0 70 396.5M 0 144.1k 1:06:30 46:57 19:33 108.3k 70 561.5M 0 0 70 396.6M 0 144.0k 1:06:31 46:59 19:32 98483 70 561.5M 0 0 70 396.8M 0 144.0k 1:06:31 47:00 19:31 99.25k 70 561.5M 0 0 70 397.0M 0 144.0k 1:06:31 47:01 19:30 111.2k 70 561.5M 0 0 70 397.2M 0 144.0k 1:06:30 47:02 19:28 137.4k 70 561.5M 0 0 70 397.4M 0 144.1k 1:06:30 47:03 19:27 146.4k 70 561.5M 0 0 70 397.5M 0 144.1k 1:06:30 47:04 19:26 157.8k 70 561.5M 0 0 70 397.7M 0 144.1k 1:06:30 47:06 19:24 162.1k 70 561.5M 0 0 70 397.9M 0 144.1k 1:06:30 47:07 19:23 156.4k 70 561.5M 0 0 70 398.1M 0 144.1k 1:06:30 47:09 19:21 144.3k 70 561.5M 0 0 70 398.3M 0 144.1k 1:06:30 47:10 19:20 144.1k 70 561.5M 0 0 70 398.3M 0 144.1k 1:06:30 47:10 19:20 144.1k 70 561.5M 0 0 70 398.5M 0 144.0k 1:06:30 47:11 19:19 138.2k 70 561.5M 0 0 70 398.6M 0 144.0k 1:06:30 47:12 19:18 127.6k 71 561.5M 0 0 71 398.8M 0 144.0k 1:06:30 47:14 19:16 137.7k 71 561.5M 0 0 71 399.0M 0 144.1k 1:06:30 47:15 19:15 155.8k 71 561.5M 0 0 71 399.3M 0 144.1k 1:06:28 47:16 19:12 172.2k 71 561.5M 0 0 71 399.5M 0 144.1k 1:06:28 47:17 19:11 180.4k 71 561.5M 0 0 71 399.6M 0 144.1k 1:06:28 47:18 19:10 183.0k 71 561.5M 0 0 71 399.7M 0 144.1k 1:06:29 47:19 19:10 173.0k 71 561.5M 0 0 71 399.9M 0 144.1k 1:06:29 47:20 19:09 161.1k 71 561.5M 0 0 71 400.1M 0 144.1k 1:06:28 47:22 19:06 149.9k 71 561.5M 0 0 71 400.3M 0 144.1k 1:06:28 47:23 19:05 141.3k 71 561.5M 0 0 71 400.5M 0 144.1k 1:06:29 47:24 19:05 141.6k 71 561.5M 0 0 71 400.6M 0 144.1k 1:06:30 47:26 19:04 131.8k 71 561.5M 0 0 71 400.7M 0 144.1k 1:06:30 47:27 19:03 122.1k 71 561.5M 0 0 71 400.9M 0 144.1k 1:06:30 47:29 19:01 113.7k 71 561.5M 0 0 71 401.1M 0 144.1k 1:06:29 47:30 18:59 127.5k 71 561.5M 0 0 71 401.3M 0 144.1k 1:06:29 47:31 18:58 132.2k 71 561.5M 0 0 71 401.5M 0 144.1k 1:06:29 47:32 18:57 149.0k 71 561.5M 0 0 71 401.7M 0 144.1k 1:06:29 47:34 18:55 159.7k 71 561.5M 0 0 71 401.9M 0 144.1k 1:06:29 47:35 18:54 159.4k 71 561.5M 0 0 71 402.0M 0 144.1k 1:06:30 47:36 18:54 140.1k 71 561.5M 0 0 71 402.1M 0 144.0k 1:06:30 47:38 18:52 129.2k 71 561.5M 0 0 71 402.3M 0 144.0k 1:06:31 47:39 18:52 121.3k 71 561.5M 0 0 71 402.4M 0 144.0k 1:06:31 47:40 18:51 114.0k 71 561.5M 0 0 71 402.6M 0 144.0k 1:06:31 47:41 18:50 113.9k 71 561.5M 0 0 71 402.7M 0 144.0k 1:06:31 47:42 18:49 115.0k 71 561.5M 0 0 71 402.9M 0 144.0k 1:06:31 47:43 18:48 129.9k 71 561.5M 0 0 71 403.1M 0 144.0k 1:06:31 47:45 18:46 143.6k 71 561.5M 0 0 71 403.3M 0 144.0k 1:06:30 47:46 18:44 151.6k 71 561.5M 0 0 71 403.5M 0 144.0k 1:06:30 47:47 18:43 158.1k 71 561.5M 0 0 71 403.6M 0 144.1k 1:06:30 47:48 18:42 168.9k 71 561.5M 0 0 71 403.8M 0 144.1k 1:06:30 47:49 18:41 163.4k 71 561.5M 0 0 71 404.0M 0 144.0k 1:06:30 47:50 18:40 151.7k 71 561.5M 0 0 71 404.1M 0 144.0k 1:06:30 47:51 18:39 144.7k 71 561.5M 0 0 71 404.2M 0 144.0k 1:06:31 47:53 18:38 136.0k 72 561.5M 0 0 72 404.4M 0 144.0k 1:06:31 47:54 18:37 132.1k 72 561.5M 0 0 72 404.6M 0 144.1k 1:06:30 47:55 18:35 142.8k 72 561.5M 0 0 72 404.8M 0 144.1k 1:06:30 47:57 18:33 146.4k 72 561.5M 0 0 72 405.0M 0 144.1k 1:06:30 47:58 18:32 150.5k 72 561.5M 0 0 72 405.1M 0 144.0k 1:06:30 47:59 18:31 151.4k 72 561.5M 0 0 72 405.3M 0 144.0k 1:06:30 48:00 18:30 150.8k 72 561.5M 0 0 72 405.5M 0 144.0k 1:06:30 48:01 18:29 136.0k 72 561.5M 0 0 72 405.6M 0 144.0k 1:06:30 48:03 18:27 138.9k 72 561.5M 0 0 72 405.9M 0 144.1k 1:06:30 48:04 18:26 148.5k 72 561.5M 0 0 72 406.1M 0 144.1k 1:06:30 48:05 18:25 154.2k 72 561.5M 0 0 72 406.3M 0 144.1k 1:06:30 48:07 18:23 148.7k 72 561.5M 0 0 72 406.5M 0 144.1k 1:06:30 48:08 18:22 152.9k 72 561.5M 0 0 72 406.6M 0 144.0k 1:06:30 48:10 18:20 146.5k 72 561.5M 0 0 72 406.8M 0 144.1k 1:06:30 48:11 18:19 142.8k 72 561.5M 0 0 72 407.0M 0 144.1k 1:06:29 48:12 18:17 146.0k 72 561.5M 0 0 72 407.2M 0 144.1k 1:06:30 48:13 18:17 151.0k 72 561.5M 0 0 72 407.4M 0 144.1k 1:06:29 48:14 18:15 155.3k 72 561.5M 0 0 72 407.6M 0 144.1k 1:06:29 48:15 18:14 167.5k 72 561.5M 0 0 72 407.8M 0 144.1k 1:06:29 48:17 18:12 153.2k 72 561.5M 0 0 72 408.0M 0 144.1k 1:06:29 48:18 18:11 147.2k 72 561.5M 0 0 72 408.1M 0 144.1k 1:06:29 48:19 18:10 155.8k 72 561.5M 0 0 72 408.3M 0 144.1k 1:06:29 48:21 18:08 150.1k 72 561.5M 0 0 72 408.5M 0 144.1k 1:06:29 48:22 18:07 148.4k 72 561.5M 0 0 72 408.8M 0 144.1k 1:06:28 48:23 18:05 165.7k 72 561.5M 0 0 72 409.0M 0 144.1k 1:06:28 48:24 18:04 170.3k 72 561.5M 0 0 72 409.3M 0 144.2k 1:06:26 48:25 18:01 186.6k 72 561.5M 0 0 72 409.5M 0 144.2k 1:06:26 48:27 17:59 191.8k 72 561.5M 0 0 72 409.6M 0 144.2k 1:06:26 48:28 17:58 185.4k 72 561.5M 0 0 72 409.8M 0 144.2k 1:06:26 48:29 17:57 172.1k 72 561.5M 0 0 72 409.9M 0 144.2k 1:06:27 48:30 17:57 161.6k 73 561.5M 0 0 73 410.0M 0 144.2k 1:06:27 48:31 17:56 128.7k 73 561.5M 0 0 73 410.2M 0 144.2k 1:06:27 48:33 17:54 125.5k 73 561.5M 0 0 73 410.3M 0 144.1k 1:06:27 48:34 17:53 122.4k 73 561.5M 0 0 73 410.5M 0 144.1k 1:06:27 48:35 17:52 126.2k 73 561.5M 0 0 73 410.7M 0 144.2k 1:06:27 48:36 17:51 137.1k 73 561.5M 0 0 73 411.0M 0 144.2k 1:06:26 48:37 17:49 163.4k 73 561.5M 0 0 73 411.1M 0 144.2k 1:06:26 48:38 17:48 169.4k 73 561.5M 0 0 73 411.3M 0 144.2k 1:06:26 48:40 17:46 171.3k 73 561.5M 0 0 73 411.5M 0 144.2k 1:06:26 48:41 17:45 172.1k 73 561.5M 0 0 73 411.7M 0 144.2k 1:06:26 48:42 17:44 171.3k 73 561.5M 0 0 73 411.9M 0 144.2k 1:06:25 48:43 17:42 155.8k 73 561.5M 0 0 73 412.1M 0 144.2k 1:06:25 48:44 17:41 158.1k 73 561.5M 0 0 73 412.3M 0 144.2k 1:06:25 48:46 17:39 161.3k 73 561.5M 0 0 73 412.4M 0 144.2k 1:06:25 48:47 17:38 159.6k 73 561.5M 0 0 73 412.5M 0 144.2k 1:06:25 48:48 17:37 151.1k 73 561.5M 0 0 73 412.6M 0 144.2k 1:06:26 48:49 17:37 137.3k 73 561.5M 0 0 73 412.8M 0 144.2k 1:06:27 48:50 17:37 118.0k 73 561.5M 0 0 73 412.9M 0 144.2k 1:06:27 48:52 17:35 104.8k 73 561.5M 0 0 73 413.1M 0 144.2k 1:06:27 48:53 17:34 110.1k 73 561.5M 0 0 73 413.3M 0 144.2k 1:06:27 48:54 17:33 114.5k 73 561.5M 0 0 73 413.4M 0 144.1k 1:06:28 48:56 17:32 116.9k 73 561.5M 0 0 73 413.5M 0 144.1k 1:06:28 48:57 17:31 118.6k 73 561.5M 0 0 73 413.6M 0 144.1k 1:06:30 48:59 17:31 108.7k 73 561.5M 0 0 73 413.8M 0 144.0k 1:06:30 49:00 17:30 99681 73 561.5M 0 0 73 414.0M 0 144.0k 1:06:30 49:02 17:28 99543 73 561.5M 0 0 73 414.1M 0 144.0k 1:06:31 49:03 17:28 99.42k 73 561.5M 0 0 73 414.3M 0 144.0k 1:06:32 49:05 17:27 99485 73 561.5M 0 0 73 414.5M 0 144.0k 1:06:32 49:06 17:26 112.5k 73 561.5M 0 0 73 414.6M 0 144.0k 1:06:32 49:08 17:24 114.2k 73 561.5M 0 0 73 414.7M 0 143.9k 1:06:33 49:09 17:24 101.7k 73 561.5M 0 0 73 414.8M 0 143.9k 1:06:34 49:11 17:23 97221 73 561.5M 0 0 73 415.0M 0 143.9k 1:06:34 49:12 17:22 100.3k 73 561.5M 0 0 73 415.1M 0 143.9k 1:06:34 49:13 17:21 103.5k 73 561.5M 0 0 73 415.3M 0 143.9k 1:06:35 49:14 17:21 108.7k 73 561.5M 0 0 73 415.5M 0 143.9k 1:06:34 49:15 17:19 126.3k 74 561.5M 0 0 74 415.6M 0 143.9k 1:06:34 49:17 17:17 139.5k 74 561.5M 0 0 74 415.8M 0 143.9k 1:06:34 49:18 17:16 147.4k 74 561.5M 0 0 74 416.0M 0 143.9k 1:06:34 49:19 17:15 146.7k 74 561.5M 0 0 74 416.1M 0 143.9k 1:06:34 49:20 17:14 144.2k 74 561.5M 0 0 74 416.3M 0 143.9k 1:06:35 49:21 17:14 136.5k 74 561.5M 0 0 74 416.4M 0 143.9k 1:06:35 49:23 17:12 130.4k 74 561.5M 0 0 74 416.5M 0 143.9k 1:06:35 49:24 17:11 123.7k 74 561.5M 0 0 74 416.6M 0 143.8k 1:06:36 49:25 17:11 114.0k 74 561.5M 0 0 74 416.8M 0 143.8k 1:06:36 49:26 17:10 114.4k 74 561.5M 0 0 74 416.9M 0 143.8k 1:06:36 49:27 17:09 113.7k 74 561.5M 0 0 74 417.0M 0 143.8k 1:06:37 49:28 17:09 117.0k 74 561.5M 0 0 74 417.2M 0 143.8k 1:06:36 49:29 17:07 122.9k 74 561.5M 0 0 74 417.4M 0 143.8k 1:06:36 49:31 17:05 130.6k 74 561.5M 0 0 74 417.6M 0 143.8k 1:06:37 49:32 17:05 134.3k 74 561.5M 0 0 74 417.7M 0 143.8k 1:06:37 49:33 17:04 129.4k 74 561.5M 0 0 74 417.8M 0 143.8k 1:06:38 49:35 17:03 124.4k 74 561.5M 0 0 74 418.0M 0 143.8k 1:06:38 49:36 17:02 119.4k 74 561.5M 0 0 74 418.1M 0 143.7k 1:06:39 49:38 17:01 107.5k 74 561.5M 0 0 74 418.3M 0 143.7k 1:06:39 49:39 17:00 101.5k 74 561.5M 0 0 74 418.4M 0 143.7k 1:06:40 49:40 17:00 106.6k 74 561.5M 0 0 74 418.6M 0 143.7k 1:06:39 49:41 16:58 116.6k 74 561.5M 0 0 74 418.8M 0 143.7k 1:06:39 49:43 16:56 130.5k 74 561.5M 0 0 74 419.0M 0 143.7k 1:06:39 49:44 16:55 137.9k 74 561.5M 0 0 74 419.1M 0 143.7k 1:06:40 49:46 16:54 134.4k 74 561.5M 0 0 74 419.3M 0 143.7k 1:06:41 49:47 16:54 126.0k 74 561.5M 0 0 74 419.5M 0 143.7k 1:06:41 49:48 16:53 127.0k 74 561.5M 0 0 74 419.6M 0 143.7k 1:06:40 49:49 16:51 120.6k 74 561.5M 0 0 74 419.8M 0 143.7k 1:06:40 49:51 16:49 132.0k 74 561.5M 0 0 74 420.0M 0 143.7k 1:06:40 49:52 16:48 142.1k 74 561.5M 0 0 74 420.1M 0 143.7k 1:06:40 49:53 16:47 147.8k 74 561.5M 0 0 74 420.3M 0 143.7k 1:06:41 49:55 16:46 144.1k 74 561.5M 0 0 74 420.5M 0 143.7k 1:06:41 49:56 16:45 141.0k 74 561.5M 0 0 74 420.7M 0 143.7k 1:06:41 49:57 16:44 130.8k 74 561.5M 0 0 74 420.9M 0 143.7k 1:06:41 49:59 16:42 129.1k 74 561.5M 0 0 74 421.1M 0 143.7k 1:06:41 50:00 16:41 132.9k 75 561.5M 0 0 75 421.2M 0 143.6k 1:06:42 50:02 16:40 124.0k 75 561.5M 0 0 75 421.4M 0 143.6k 1:06:42 50:03 16:39 127.0k 75 561.5M 0 0 75 421.6M 0 143.6k 1:06:42 50:04 16:38 127.6k 75 561.5M 0 0 75 421.7M 0 143.6k 1:06:42 50:05 16:37 126.9k 75 561.5M 0 0 75 421.9M 0 143.6k 1:06:42 50:07 16:35 131.8k 75 561.5M 0 0 75 422.1M 0 143.7k 1:06:41 50:08 16:33 156.0k 75 561.5M 0 0 75 422.4M 0 143.7k 1:06:40 50:09 16:31 163.1k 75 561.5M 0 0 75 422.6M 0 143.7k 1:06:40 50:10 16:30 171.6k 75 561.5M 0 0 75 422.8M 0 143.7k 1:06:39 50:12 16:27 187.2k 75 561.5M 0 0 75 423.0M 0 143.7k 1:06:39 50:13 16:26 195.8k 75 561.5M 0 0 75 423.2M 0 143.7k 1:06:39 50:14 16:25 184.0k 75 561.5M 0 0 75 423.3M 0 143.7k 1:06:39 50:15 16:24 163.6k 75 561.5M 0 0 75 423.5M 0 143.7k 1:06:39 50:16 16:23 157.1k 75 561.5M 0 0 75 423.6M 0 143.7k 1:06:40 50:18 16:22 136.6k 75 561.5M 0 0 75 423.8M 0 143.7k 1:06:40 50:19 16:21 126.5k 75 561.5M 0 0 75 424.0M 0 143.7k 1:06:40 50:20 16:20 125.0k 75 561.5M 0 0 75 424.1M 0 143.7k 1:06:40 50:21 16:19 134.6k 75 561.5M 0 0 75 424.3M 0 143.7k 1:06:40 50:23 16:17 134.9k 75 561.5M 0 0 75 424.5M 0 143.7k 1:06:40 50:24 16:16 134.6k 75 561.5M 0 0 75 424.6M 0 143.7k 1:06:41 50:25 16:16 130.3k 75 561.5M 0 0 75 424.7M 0 143.6k 1:06:41 50:26 16:15 120.3k 75 561.5M 0 0 75 424.8M 0 143.6k 1:06:42 50:28 16:14 110.8k 75 561.5M 0 0 75 425.0M 0 143.6k 1:06:42 50:29 16:13 104.0k 75 561.5M 0 0 75 425.1M 0 143.6k 1:06:42 50:30 16:12 112.7k 75 561.5M 0 0 75 425.3M 0 143.6k 1:06:42 50:31 16:11 126.7k 75 561.5M 0 0 75 425.5M 0 143.6k 1:06:42 50:32 16:10 138.5k 75 561.5M 0 0 75 425.7M 0 143.6k 1:06:41 50:33 16:08 152.7k 75 561.5M 0 0 75 425.9M 0 143.7k 1:06:41 50:34 16:07 168.5k 75 561.5M 0 0 75 426.1M 0 143.7k 1:06:41 50:36 16:05 165.1k 75 561.5M 0 0 75 426.3M 0 143.7k 1:06:41 50:37 16:04 155.6k 75 561.5M 0 0 75 426.5M 0 143.7k 1:06:41 50:39 16:02 152.3k 75 561.5M 0 0 75 426.6M 0 143.7k 1:06:41 50:40 16:01 152.8k 76 561.5M 0 0 76 426.8M 0 143.7k 1:06:41 50:41 16:00 147.4k 76 561.5M 0 0 76 427.0M 0 143.7k 1:06:41 50:42 15:59 144.9k 76 561.5M 0 0 76 427.1M 0 143.7k 1:06:41 50:43 15:58 140.5k 76 561.5M 0 0 76 427.2M 0 143.6k 1:06:42 50:45 15:57 126.3k 76 561.5M 0 0 76 427.3M 0 143.6k 1:06:43 50:46 15:57 104.9k 76 561.5M 0 0 76 427.5M 0 143.6k 1:06:43 50:48 15:55 105.6k 76 561.5M 0 0 76 427.7M 0 143.6k 1:06:43 50:49 15:54 110.3k 76 561.5M 0 0 76 427.9M 0 143.6k 1:06:44 50:51 15:53 109.7k 76 561.5M 0 0 76 428.0M 0 143.6k 1:06:44 50:52 15:52 114.9k 76 561.5M 0 0 76 428.2M 0 143.6k 1:06:44 50:53 15:51 134.7k 76 561.5M 0 0 76 428.4M 0 143.6k 1:06:43 50:54 15:49 136.8k 76 561.5M 0 0 76 428.6M 0 143.6k 1:06:43 50:55 15:48 140.1k 76 561.5M 0 0 76 428.8M 0 143.6k 1:06:43 50:57 15:46 152.5k 76 561.5M 0 0 76 428.9M 0 143.6k 1:06:43 50:58 15:45 153.8k 76 561.5M 0 0 76 429.1M 0 143.6k 1:06:44 50:59 15:45 147.3k 76 561.5M 0 0 76 429.2M 0 143.6k 1:06:44 51:00 15:44 136.9k 76 561.5M 0 0 76 429.5M 0 143.6k 1:06:43 51:01 15:42 148.5k 76 561.5M 0 0 76 429.6M 0 143.6k 1:06:43 51:03 15:40 145.4k 76 561.5M 0 0 76 429.8M 0 143.6k 1:06:43 51:04 15:39 156.8k 76 561.5M 0 0 76 430.1M 0 143.6k 1:06:42 51:05 15:37 169.1k 76 561.5M 0 0 76 430.3M 0 143.6k 1:06:42 51:07 15:35 169.8k 76 561.5M 0 0 76 430.5M 0 143.6k 1:06:42 51:08 15:34 158.1k 76 561.5M 0 0 76 430.6M 0 143.6k 1:06:42 51:09 15:33 154.0k 76 561.5M 0 0 76 430.7M 0 143.6k 1:06:43 51:10 15:33 143.7k 76 561.5M 0 0 76 430.8M 0 143.6k 1:06:43 51:11 15:32 129.2k 76 561.5M 0 0 76 431.0M 0 143.6k 1:06:43 51:12 15:31 131.4k 76 561.5M 0 0 76 431.1M 0 143.6k 1:06:43 51:14 15:29 124.0k 76 561.5M 0 0 76 431.3M 0 143.6k 1:06:43 51:15 15:28 134.2k 76 561.5M 0 0 76 431.5M 0 143.6k 1:06:43 51:16 15:27 145.8k 76 561.5M 0 0 76 431.7M 0 143.6k 1:06:42 51:17 15:25 154.6k 76 561.5M 0 0 76 431.9M 0 143.6k 1:06:42 51:18 15:24 163.6k 76 561.5M 0 0 76 432.1M 0 143.6k 1:06:42 51:19 15:23 175.4k 76 561.5M 0 0 76 432.3M 0 143.7k 1:06:41 51:20 15:21 179.4k 77 561.5M 0 0 77 432.5M 0 143.7k 1:06:41 51:21 15:20 177.0k 77 561.5M 0 0 77 432.7M 0 143.7k 1:06:40 51:22 15:18 190.7k 77 561.5M 0 0 77 433.0M 0 143.7k 1:06:39 51:23 15:16 200.6k 77 561.5M 0 0 77 433.2M 0 143.8k 1:06:38 51:25 15:13 209.6k 77 561.5M 0 0 77 433.5M 0 143.8k 1:06:38 51:26 15:12 209.6k 77 561.5M 0 0 77 433.6M 0 143.8k 1:06:38 51:27 15:11 200.0k 77 561.5M 0 0 77 433.8M 0 143.8k 1:06:38 51:29 15:09 181.4k 77 561.5M 0 0 77 434.0M 0 143.8k 1:06:38 51:30 15:08 159.6k 77 561.5M 0 0 77 434.1M 0 143.8k 1:06:38 51:31 15:07 152.6k 77 561.5M 0 0 77 434.4M 0 143.8k 1:06:37 51:32 15:05 151.1k 77 561.5M 0 0 77 434.5M 0 143.8k 1:06:38 51:33 15:05 148.4k 77 561.5M 0 0 77 434.7M 0 143.8k 1:06:38 51:35 15:03 147.2k 77 561.5M 0 0 77 434.8M 0 143.8k 1:06:38 51:36 15:02 145.8k 77 561.5M 0 0 77 435.0M 0 143.8k 1:06:38 51:37 15:01 138.2k 77 561.5M 0 0 77 435.2M 0 143.8k 1:06:38 51:38 15:00 133.0k 77 561.5M 0 0 77 435.3M 0 143.8k 1:06:38 51:39 14:59 135.6k 77 561.5M 0 0 77 435.5M 0 143.8k 1:06:38 51:41 14:57 139.6k 77 561.5M 0 0 77 435.7M 0 143.8k 1:06:38 51:42 14:56 146.2k 77 561.5M 0 0 77 435.9M 0 143.8k 1:06:38 51:44 14:54 144.7k 77 561.5M 0 0 77 436.0M 0 143.7k 1:06:39 51:45 14:54 124.4k 77 561.5M 0 0 77 436.1M 0 143.7k 1:06:39 51:46 14:53 122.7k 77 561.5M 0 0 77 436.3M 0 143.7k 1:06:39 51:47 14:52 126.3k 77 561.5M 0 0 77 436.6M 0 143.8k 1:06:38 51:49 14:49 138.8k 77 561.5M 0 0 77 436.8M 0 143.8k 1:06:38 51:50 14:48 140.4k 77 561.5M 0 0 77 436.9M 0 143.8k 1:06:38 51:51 14:47 155.8k 77 561.5M 0 0 77 437.1M 0 143.8k 1:06:38 51:52 14:46 164.2k 77 561.5M 0 0 77 437.2M 0 143.8k 1:06:38 51:53 14:45 153.1k 77 561.5M 0 0 77 437.3M 0 143.7k 1:06:39 51:54 14:45 130.2k 77 561.5M 0 0 77 437.5M 0 143.7k 1:06:39 51:56 14:43 124.3k 77 561.5M 0 0 77 437.6M 0 143.7k 1:06:40 51:57 14:43 119.1k 77 561.5M 0 0 77 437.8M 0 143.7k 1:06:40 51:58 14:42 119.3k 77 561.5M 0 0 77 438.0M 0 143.7k 1:06:39 51:59 14:40 128.5k 78 561.5M 0 0 78 438.1M 0 143.7k 1:06:39 52:00 14:39 142.8k 78 561.5M 0 0 78 438.3M 0 143.7k 1:06:39 52:01 14:38 145.6k 78 561.5M 0 0 78 438.5M 0 143.7k 1:06:39 52:02 14:37 161.1k 78 561.5M 0 0 78 438.6M 0 143.7k 1:06:39 52:04 14:35 154.2k 78 561.5M 0 0 78 438.8M 0 143.7k 1:06:40 52:05 14:35 135.6k 78 561.5M 0 0 78 439.0M 0 143.7k 1:06:40 52:06 14:34 133.4k 78 561.5M 0 0 78 439.2M 0 143.7k 1:06:39 52:08 14:31 148.3k 78 561.5M 0 0 78 439.5M 0 143.8k 1:06:38 52:09 14:29 164.3k 78 561.5M 0 0 78 439.8M 0 143.8k 1:06:36 52:10 14:26 191.1k 78 561.5M 0 0 78 440.0M 0 143.8k 1:06:36 52:11 14:25 213.5k 78 561.5M 0 0 78 440.2M 0 143.8k 1:06:36 52:12 14:24 215.1k 78 561.5M 0 0 78 440.3M 0 143.8k 1:06:36 52:14 14:22 192.9k 78 561.5M 0 0 78 440.5M 0 143.8k 1:06:37 52:15 14:22 155.1k 78 561.5M 0 0 78 440.6M 0 143.8k 1:06:38 52:17 14:21 114.9k 78 561.5M 0 0 78 440.7M 0 143.7k 1:06:39 52:18 14:21 97.80k 78 561.5M 0 0 78 440.9M 0 143.7k 1:06:39 52:20 14:19 98698 78 561.5M 0 0 78 441.1M 0 143.7k 1:06:39 52:21 14:18 102.4k 78 561.5M 0 0 78 441.3M 0 143.7k 1:06:39 52:23 14:16 112.2k 78 561.5M 0 0 78 441.5M 0 143.7k 1:06:39 52:24 14:15 131.1k 78 561.5M 0 0 78 441.7M 0 143.8k 1:06:38 52:25 14:13 157.7k 78 561.5M 0 0 78 441.8M 0 143.8k 1:06:38 52:26 14:12 154.9k 78 561.5M 0 0 78 442.0M 0 143.7k 1:06:39 52:27 14:12 151.4k 78 561.5M 0 0 78 442.1M 0 143.8k 1:06:38 52:28 14:10 140.3k 78 561.5M 0 0 78 442.1M 0 143.8k 1:06:38 52:28 14:10 143.8k 78 561.5M 0 0 78 442.3M 0 143.7k 1:06:38 52:29 14:09 117.6k 78 561.5M 0 0 78 442.4M 0 143.7k 1:06:39 52:30 14:09 107.2k 78 561.5M 0 0 78 442.5M 0 143.7k 1:06:39 52:32 14:07 107.8k 78 561.5M 0 0 78 442.6M 0 143.7k 1:06:40 52:33 14:07 105.9k 78 561.5M 0 0 78 442.8M 0 143.7k 1:06:40 52:34 14:06 116.7k 78 561.5M 0 0 78 443.0M 0 143.7k 1:06:40 52:36 14:04 121.8k 78 561.5M 0 0 78 443.2M 0 143.7k 1:06:40 52:37 14:03 127.9k 78 561.5M 0 0 78 443.4M 0 143.7k 1:06:40 52:38 14:02 137.0k 78 561.5M 0 0 78 443.6M 0 143.7k 1:06:40 52:39 14:01 148.0k 79 561.5M 0 0 79 443.8M 0 143.7k 1:06:39 52:41 13:58 148.3k 79 561.5M 0 0 79 444.0M 0 143.7k 1:06:39 52:42 13:57 147.7k 79 561.5M 0 0 79 444.1M 0 143.7k 1:06:40 52:43 13:57 139.4k 79 561.5M 0 0 79 444.2M 0 143.7k 1:06:40 52:45 13:55 131.3k 79 561.5M 0 0 79 444.4M 0 143.7k 1:06:40 52:46 13:54 135.5k 79 561.5M 0 0 79 444.6M 0 143.7k 1:06:40 52:47 13:53 130.9k 79 561.5M 0 0 79 444.8M 0 143.7k 1:06:40 52:48 13:52 132.9k 79 561.5M 0 0 79 445.0M 0 143.7k 1:06:40 52:49 13:51 150.6k 79 561.5M 0 0 79 445.1M 0 143.7k 1:06:40 52:51 13:49 156.3k 79 561.5M 0 0 79 445.3M 0 143.7k 1:06:40 52:52 13:48 140.8k 79 561.5M 0 0 79 445.5M 0 143.7k 1:06:40 52:53 13:47 141.2k 79 561.5M 0 0 79 445.6M 0 143.7k 1:06:41 52:55 13:46 128.8k 79 561.5M 0 0 79 445.8M 0 143.7k 1:06:41 52:56 13:45 126.5k 79 561.5M 0 0 79 446.0M 0 143.7k 1:06:41 52:57 13:44 126.7k 79 561.5M 0 0 79 446.1M 0 143.7k 1:06:41 52:58 13:43 128.3k 79 561.5M 0 0 79 446.3M 0 143.7k 1:06:41 53:00 13:41 128.1k 79 561.5M 0 0 79 446.5M 0 143.7k 1:06:41 53:01 13:40 141.5k 79 561.5M 0 0 79 446.6M 0 143.7k 1:06:41 53:02 13:39 141.4k 79 561.5M 0 0 79 446.8M 0 143.7k 1:06:41 53:04 13:37 141.5k 79 561.5M 0 0 79 447.1M 0 143.7k 1:06:40 53:05 13:35 158.7k 79 561.5M 0 0 79 447.3M 0 143.7k 1:06:40 53:06 13:34 161.0k 79 561.5M 0 0 79 447.5M 0 143.7k 1:06:40 53:07 13:33 164.5k 79 561.5M 0 0 79 447.6M 0 143.7k 1:06:40 53:09 13:31 164.6k 79 561.5M 0 0 79 447.8M 0 143.7k 1:06:40 53:10 13:30 168.9k 79 561.5M 0 0 79 448.0M 0 143.7k 1:06:40 53:11 13:29 152.0k 79 561.5M 0 0 79 448.1M 0 143.7k 1:06:40 53:12 13:28 141.4k 79 561.5M 0 0 79 448.3M 0 143.7k 1:06:40 53:13 13:27 134.9k 79 561.5M 0 0 79 448.5M 0 143.7k 1:06:40 53:15 13:25 137.0k 79 561.5M 0 0 79 448.6M 0 143.7k 1:06:40 53:16 13:24 128.8k 79 561.5M 0 0 79 448.7M 0 143.7k 1:06:41 53:17 13:24 123.0k 79 561.5M 0 0 79 448.8M 0 143.7k 1:06:41 53:18 13:23 128.8k 79 561.5M 0 0 79 449.0M 0 143.7k 1:06:41 53:19 13:22 129.8k 79 561.5M 0 0 79 449.2M 0 143.7k 1:06:41 53:21 13:20 129.1k 80 561.5M 0 0 80 449.3M 0 143.7k 1:06:41 53:22 13:19 127.8k 80 561.5M 0 0 80 449.5M 0 143.6k 1:06:41 53:23 13:18 136.2k 80 561.5M 0 0 80 449.6M 0 143.6k 1:06:41 53:24 13:17 136.1k 80 561.5M 0 0 80 449.7M 0 143.6k 1:06:42 53:25 13:17 126.0k 80 561.5M 0 0 80 449.8M 0 143.6k 1:06:42 53:26 13:16 113.6k 80 561.5M 0 0 80 450.0M 0 143.6k 1:06:43 53:27 13:16 112.9k 80 561.5M 0 0 80 450.1M 0 143.6k 1:06:43 53:28 13:15 112.8k 80 561.5M 0 0 80 450.3M 0 143.6k 1:06:43 53:30 13:13 119.6k 80 561.5M 0 0 80 450.5M 0 143.6k 1:06:42 53:31 13:11 135.3k 80 561.5M 0 0 80 450.6M 0 143.6k 1:06:42 53:32 13:10 149.4k 80 561.5M 0 0 80 450.9M 0 143.6k 1:06:41 53:33 13:08 169.7k 80 561.5M 0 0 80 451.1M 0 143.7k 1:06:41 53:34 13:07 177.3k 80 561.5M 0 0 80 451.3M 0 143.7k 1:06:41 53:35 13:06 179.2k 80 561.5M 0 0 80 451.4M 0 143.6k 1:06:42 53:37 13:05 156.2k 80 561.5M 0 0 80 451.5M 0 143.6k 1:06:42 53:38 13:04 141.4k 80 561.5M 0 0 80 451.6M 0 143.6k 1:06:43 53:39 13:04 117.2k 80 561.5M 0 0 80 451.8M 0 143.6k 1:06:43 53:41 13:02 105.4k 80 561.5M 0 0 80 452.0M 0 143.6k 1:06:43 53:42 13:01 103.4k 80 561.5M 0 0 80 452.1M 0 143.6k 1:06:43 53:43 13:00 116.6k 80 561.5M 0 0 80 452.3M 0 143.6k 1:06:43 53:44 12:59 131.0k 80 561.5M 0 0 80 452.5M 0 143.6k 1:06:43 53:46 12:57 148.2k 80 561.5M 0 0 80 452.7M 0 143.6k 1:06:42 53:47 12:55 165.0k 80 561.5M 0 0 80 452.9M 0 143.6k 1:06:42 53:48 12:54 172.4k 80 561.5M 0 0 80 453.0M 0 143.6k 1:06:43 53:49 12:54 150.2k 80 561.5M 0 0 80 453.1M 0 143.6k 1:06:43 53:51 12:52 132.8k 80 561.5M 0 0 80 453.3M 0 143.6k 1:06:44 53:52 12:52 120.6k 80 561.5M 0 0 80 453.4M 0 143.5k 1:06:44 53:53 12:51 109.4k 80 561.5M 0 0 80 453.6M 0 143.6k 1:06:44 53:54 12:50 107.9k 80 561.5M 0 0 80 453.8M 0 143.5k 1:06:44 53:56 12:48 121.6k 80 561.5M 0 0 80 453.9M 0 143.5k 1:06:44 53:57 12:47 127.3k 80 561.5M 0 0 80 454.0M 0 143.5k 1:06:45 53:58 12:47 130.2k 80 561.5M 0 0 80 454.2M 0 143.5k 1:06:45 53:59 12:46 135.3k 80 561.5M 0 0 80 454.4M 0 143.5k 1:06:44 54:00 12:44 134.3k 80 561.5M 0 0 80 454.6M 0 143.6k 1:06:44 54:01 12:43 145.4k 80 561.5M 0 0 80 454.8M 0 143.6k 1:06:44 54:03 12:41 149.8k 81 561.5M 0 0 81 455.0M 0 143.6k 1:06:44 54:04 12:40 158.7k 81 561.5M 0 0 81 455.1M 0 143.6k 1:06:43 54:05 12:38 167.8k 81 561.5M 0 0 81 455.3M 0 143.6k 1:06:43 54:06 12:37 172.7k 81 561.5M 0 0 81 455.5M 0 143.6k 1:06:43 54:07 12:36 158.4k 81 561.5M 0 0 81 455.7M 0 143.6k 1:06:43 54:09 12:34 164.6k 81 561.5M 0 0 81 456.0M 0 143.6k 1:06:42 54:10 12:32 170.5k 81 561.5M 0 0 81 456.1M 0 143.6k 1:06:42 54:11 12:31 171.4k 81 561.5M 0 0 81 456.3M 0 143.6k 1:06:42 54:12 12:30 169.9k 81 561.5M 0 0 81 456.5M 0 143.6k 1:06:42 54:13 12:29 173.8k 81 561.5M 0 0 81 456.6M 0 143.6k 1:06:42 54:14 12:28 165.8k 81 561.5M 0 0 81 456.8M 0 143.6k 1:06:42 54:15 12:27 148.1k 81 561.5M 0 0 81 456.9M 0 143.6k 1:06:42 54:17 12:25 133.6k 81 561.5M 0 0 81 457.1M 0 143.6k 1:06:42 54:18 12:24 127.3k 81 561.5M 0 0 81 457.2M 0 143.6k 1:06:43 54:19 12:24 127.0k 81 561.5M 0 0 81 457.3M 0 143.6k 1:06:43 54:20 12:23 116.3k 81 561.5M 0 0 81 457.5M 0 143.6k 1:06:43 54:21 12:22 119.0k 81 561.5M 0 0 81 457.6M 0 143.6k 1:06:44 54:22 12:22 120.4k 81 561.5M 0 0 81 457.7M 0 143.6k 1:06:44 54:24 12:20 112.5k 81 561.5M 0 0 81 457.8M 0 143.5k 1:06:44 54:25 12:19 112.6k 81 561.5M 0 0 81 458.0M 0 143.6k 1:06:44 54:26 12:18 127.3k 81 561.5M 0 0 81 458.3M 0 143.6k 1:06:43 54:27 12:16 148.0k 81 561.5M 0 0 81 458.5M 0 143.6k 1:06:43 54:28 12:15 155.6k 81 561.5M 0 0 81 458.6M 0 143.6k 1:06:43 54:30 12:13 161.4k 81 561.5M 0 0 81 458.8M 0 143.6k 1:06:43 54:31 12:12 158.7k 81 561.5M 0 0 81 458.9M 0 143.6k 1:06:44 54:32 12:12 153.8k 81 561.5M 0 0 81 459.1M 0 143.6k 1:06:43 54:33 12:10 144.0k 81 561.5M 0 0 81 459.3M 0 143.6k 1:06:43 54:34 12:09 144.1k 81 561.5M 0 0 81 459.5M 0 143.6k 1:06:43 54:35 12:08 143.9k 81 561.5M 0 0 81 459.6M 0 143.6k 1:06:43 54:37 12:06 142.7k 81 561.5M 0 0 81 459.7M 0 143.6k 1:06:44 54:38 12:06 141.6k 81 561.5M 0 0 81 459.9M 0 143.6k 1:06:43 54:39 12:04 140.3k 81 561.5M 0 0 81 460.1M 0 143.6k 1:06:43 54:40 12:03 143.2k 81 561.5M 0 0 81 460.3M 0 143.6k 1:06:43 54:41 12:02 151.9k 82 561.5M 0 0 82 460.5M 0 143.6k 1:06:43 54:42 12:01 156.8k 82 561.5M 0 0 82 460.6M 0 143.6k 1:06:43 54:44 11:59 160.2k 82 561.5M 0 0 82 460.8M 0 143.6k 1:06:43 54:45 11:58 152.4k 82 561.5M 0 0 82 460.9M 0 143.6k 1:06:43 54:46 11:57 140.4k 82 561.5M 0 0 82 461.0M 0 143.6k 1:06:44 54:47 11:57 126.5k 82 561.5M 0 0 82 461.1M 0 143.6k 1:06:44 54:48 11:56 120.8k 82 561.5M 0 0 82 461.3M 0 143.6k 1:06:44 54:49 11:55 124.3k 82 561.5M 0 0 82 461.5M 0 143.6k 1:06:44 54:50 11:54 130.7k 82 561.5M 0 0 82 461.6M 0 143.6k 1:06:44 54:52 11:52 129.1k 82 561.5M 0 0 82 461.8M 0 143.6k 1:06:44 54:53 11:51 144.4k 82 561.5M 0 0 82 462.1M 0 143.6k 1:06:43 54:54 11:49 165.4k 82 561.5M 0 0 82 462.3M 0 143.6k 1:06:42 54:55 11:47 174.4k 82 561.5M 0 0 82 462.5M 0 143.6k 1:06:42 54:56 11:46 178.1k 82 561.5M 0 0 82 462.7M 0 143.6k 1:06:41 54:57 11:44 195.0k 82 561.5M 0 0 82 462.9M 0 143.7k 1:06:41 54:58 11:43 191.2k 82 561.5M 0 0 82 463.0M 0 143.6k 1:06:42 55:00 11:42 158.2k 82 561.5M 0 0 82 463.2M 0 143.6k 1:06:42 55:01 11:41 148.2k 82 561.5M 0 0 82 463.4M 0 143.6k 1:06:42 55:02 11:40 146.5k 82 561.5M 0 0 82 463.5M 0 143.6k 1:06:42 55:04 11:38 131.4k 82 561.5M 0 0 82 463.6M 0 143.6k 1:06:43 55:05 11:38 113.5k 82 561.5M 0 0 82 463.7M 0 143.6k 1:06:44 55:06 11:38 112.3k 82 561.5M 0 0 82 463.8M 0 143.5k 1:06:44 55:07 11:37 101.4k 82 561.5M 0 0 82 464.0M 0 143.5k 1:06:45 55:09 11:36 88828 82 561.5M 0 0 82 464.1M 0 143.5k 1:06:45 55:10 11:35 89070 82 561.5M 0 0 82 464.2M 0 143.5k 1:06:45 55:11 11:34 98491 82 561.5M 0 0 82 464.4M 0 143.5k 1:06:45 55:12 11:33 113.0k 82 561.5M 0 0 82 464.6M 0 143.5k 1:06:45 55:14 11:31 120.5k 82 561.5M 0 0 82 464.8M 0 143.5k 1:06:45 55:15 11:30 141.0k 82 561.5M 0 0 82 465.0M 0 143.5k 1:06:44 55:16 11:28 163.0k 82 561.5M 0 0 82 465.3M 0 143.6k 1:06:44 55:17 11:27 182.1k 82 561.5M 0 0 82 465.5M 0 143.6k 1:06:43 55:18 11:25 192.6k 82 561.5M 0 0 82 465.7M 0 143.6k 1:06:43 55:20 11:23 196.5k 82 561.5M 0 0 82 465.9M 0 143.6k 1:06:43 55:21 11:22 189.2k 82 561.5M 0 0 82 466.0M 0 143.6k 1:06:43 55:22 11:21 172.4k 83 561.5M 0 0 83 466.2M 0 143.6k 1:06:43 55:23 11:20 157.5k 83 561.5M 0 0 83 466.4M 0 143.6k 1:06:42 55:24 11:18 152.2k 83 561.5M 0 0 83 466.6M 0 143.6k 1:06:42 55:25 11:17 158.6k 83 561.5M 0 0 83 466.8M 0 143.6k 1:06:42 55:27 11:15 157.6k 83 561.5M 0 0 83 466.9M 0 143.6k 1:06:42 55:28 11:14 158.5k 83 561.5M 0 0 83 467.0M 0 143.6k 1:06:43 55:29 11:14 150.1k 83 561.5M 0 0 83 467.2M 0 143.6k 1:06:42 55:30 11:12 142.7k 83 561.5M 0 0 83 467.4M 0 143.6k 1:06:42 55:31 11:11 140.2k 83 561.5M 0 0 83 467.6M 0 143.6k 1:06:42 55:32 11:10 145.0k 83 561.5M 0 0 83 467.8M 0 143.6k 1:06:42 55:33 11:09 153.5k 83 561.5M 0 0 83 468.0M 0 143.6k 1:06:42 55:35 11:07 160.5k 83 561.5M 0 0 83 468.1M 0 143.6k 1:06:42 55:36 11:06 153.3k 83 561.5M 0 0 83 468.3M 0 143.6k 1:06:42 55:37 11:05 145.8k 83 561.5M 0 0 83 468.4M 0 143.6k 1:06:42 55:38 11:04 136.5k 83 561.5M 0 0 83 468.5M 0 143.6k 1:06:43 55:40 11:03 121.0k 83 561.5M 0 0 83 468.7M 0 143.6k 1:06:43 55:41 11:02 122.2k 83 561.5M 0 0 83 468.9M 0 143.6k 1:06:43 55:42 11:01 126.1k 83 561.5M 0 0 83 469.1M 0 143.6k 1:06:43 55:44 10:59 130.5k 83 561.5M 0 0 83 469.3M 0 143.6k 1:06:43 55:45 10:58 135.5k 83 561.5M 0 0 83 469.5M 0 143.6k 1:06:43 55:46 10:57 150.6k 83 561.5M 0 0 83 469.6M 0 143.6k 1:06:42 55:47 10:55 151.6k 83 561.5M 0 0 83 469.8M 0 143.6k 1:06:43 55:49 10:54 149.8k 83 561.5M 0 0 83 470.0M 0 143.6k 1:06:42 55:50 10:52 154.1k 83 561.5M 0 0 83 470.2M 0 143.6k 1:06:42 55:51 10:51 160.8k 83 561.5M 0 0 83 470.5M 0 143.6k 1:06:41 55:52 10:49 167.2k 83 561.5M 0 0 83 470.6M 0 143.6k 1:06:41 55:53 10:48 162.1k 83 561.5M 0 0 83 470.8M 0 143.6k 1:06:42 55:55 10:47 164.1k 83 561.5M 0 0 83 471.0M 0 143.6k 1:06:41 55:56 10:45 163.4k 83 561.5M 0 0 83 471.2M 0 143.7k 1:06:41 55:57 10:44 168.1k 83 561.5M 0 0 83 471.5M 0 143.7k 1:06:40 55:58 10:42 170.1k 83 561.5M 0 0 83 471.6M 0 143.7k 1:06:40 55:59 10:41 176.9k 84 561.5M 0 0 84 471.8M 0 143.7k 1:06:39 56:00 10:39 188.4k 84 561.5M 0 0 84 472.0M 0 143.7k 1:06:39 56:02 10:37 188.4k 84 561.5M 0 0 84 472.2M 0 143.7k 1:06:39 56:03 10:36 184.1k 84 561.5M 0 0 84 472.4M 0 143.7k 1:06:39 56:04 10:35 166.2k 84 561.5M 0 0 84 472.5M 0 143.7k 1:06:39 56:05 10:34 157.8k 84 561.5M 0 0 84 472.7M 0 143.7k 1:06:39 56:06 10:33 151.9k 84 561.5M 0 0 84 472.9M 0 143.7k 1:06:39 56:08 10:31 146.8k 84 561.5M 0 0 84 473.0M 0 143.7k 1:06:39 56:09 10:30 136.3k 84 561.5M 0 0 84 473.2M 0 143.7k 1:06:39 56:10 10:29 135.1k 84 561.5M 0 0 84 473.3M 0 143.7k 1:06:40 56:11 10:29 130.7k 84 561.5M 0 0 84 473.5M 0 143.7k 1:06:40 56:13 10:27 123.3k 84 561.5M 0 0 84 473.6M 0 143.7k 1:06:41 56:14 10:27 113.5k 84 561.5M 0 0 84 473.7M 0 143.7k 1:06:41 56:15 10:26 111.7k 84 561.5M 0 0 84 473.9M 0 143.7k 1:06:41 56:16 10:25 113.1k 84 561.5M 0 0 84 474.1M 0 143.7k 1:06:41 56:18 10:23 125.7k 84 561.5M 0 0 84 474.3M 0 143.7k 1:06:40 56:19 10:21 135.2k 84 561.5M 0 0 84 474.5M 0 143.7k 1:06:40 56:20 10:20 147.7k 84 561.5M 0 0 84 474.6M 0 143.7k 1:06:40 56:21 10:19 153.6k 84 561.5M 0 0 84 474.8M 0 143.7k 1:06:41 56:23 10:18 145.1k 84 561.5M 0 0 84 474.9M 0 143.6k 1:06:41 56:24 10:17 130.9k 84 561.5M 0 0 84 475.1M 0 143.7k 1:06:41 56:25 10:16 129.0k 84 561.5M 0 0 84 475.3M 0 143.7k 1:06:41 56:26 10:15 140.7k 84 561.5M 0 0 84 475.5M 0 143.7k 1:06:40 56:28 10:12 143.8k 84 561.5M 0 0 84 475.6M 0 143.7k 1:06:40 56:29 10:11 151.5k 84 561.5M 0 0 84 475.8M 0 143.7k 1:06:41 56:30 10:11 157.2k 84 561.5M 0 0 84 475.9M 0 143.7k 1:06:41 56:31 10:10 149.4k 84 561.5M 0 0 84 476.1M 0 143.7k 1:06:41 56:32 10:09 130.4k 84 561.5M 0 0 84 476.2M 0 143.6k 1:06:41 56:33 10:08 119.8k 84 561.5M 0 0 84 476.3M 0 143.6k 1:06:42 56:34 10:08 119.0k 84 561.5M 0 0 84 476.5M 0 143.6k 1:06:42 56:35 10:07 120.5k 84 561.5M 0 0 84 476.6M 0 143.6k 1:06:41 56:37 10:04 134.0k 84 561.5M 0 0 84 477.0M 0 143.7k 1:06:40 56:38 10:02 166.8k 84 561.5M 0 0 84 477.3M 0 143.7k 1:06:39 56:39 10:00 200.3k 85 561.5M 0 0 85 477.5M 0 143.8k 1:06:38 56:40 09:58 220.9k 85 561.5M 0 0 85 477.8M 0 143.8k 1:06:37 56:41 09:56 247.6k 85 561.5M 0 0 85 478.1M 0 143.8k 1:06:36 56:42 09:54 262.0k 85 561.5M 0 0 85 478.3M 0 143.9k 1:06:36 56:43 09:53 240.7k 85 561.5M 0 0 85 478.5M 0 143.8k 1:06:36 56:45 09:51 205.9k 85 561.5M 0 0 85 478.6M 0 143.8k 1:06:37 56:47 09:50 164.4k 85 561.5M 0 0 85 478.7M 0 143.8k 1:06:38 56:48 09:50 131.5k 85 561.5M 0 0 85 478.9M 0 143.8k 1:06:37 56:49 09:48 114.6k 85 561.5M 0 0 85 479.1M 0 143.8k 1:06:37 56:50 09:47 124.1k 85 561.5M 0 0 85 479.3M 0 143.8k 1:06:37 56:51 09:46 128.8k 85 561.5M 0 0 85 479.4M 0 143.8k 1:06:37 56:52 09:45 142.8k 85 561.5M 0 0 85 479.5M 0 143.8k 1:06:38 56:54 09:44 144.8k 85 561.5M 0 0 85 479.6M 0 143.8k 1:06:38 56:55 09:43 130.7k 85 561.5M 0 0 85 479.8M 0 143.7k 1:06:39 56:56 09:43 103.1k 85 561.5M 0 0 85 479.9M 0 143.7k 1:06:39 56:58 09:41 98.88k 85 561.5M 0 0 85 480.1M 0 143.7k 1:06:39 56:59 09:40 105.7k 85 561.5M 0 0 85 480.3M 0 143.7k 1:06:39 57:01 09:38 111.7k 85 561.5M 0 0 85 480.4M 0 143.7k 1:06:40 57:02 09:38 115.1k 85 561.5M 0 0 85 480.5M 0 143.7k 1:06:41 57:03 09:38 110.1k 85 561.5M 0 0 85 480.6M 0 143.7k 1:06:41 57:04 09:37 113.3k 85 561.5M 0 0 85 480.8M 0 143.7k 1:06:41 57:06 09:35 106.4k 85 561.5M 0 0 85 481.0M 0 143.7k 1:06:41 57:07 09:34 110.1k 85 561.5M 0 0 85 481.1M 0 143.6k 1:06:41 57:09 09:32 110.9k 85 561.5M 0 0 85 481.3M 0 143.6k 1:06:42 57:10 09:32 120.6k 85 561.5M 0 0 85 481.4M 0 143.6k 1:06:42 57:11 09:31 117.1k 85 561.5M 0 0 85 481.6M 0 143.6k 1:06:42 57:12 09:30 127.3k 85 561.5M 0 0 85 481.8M 0 143.6k 1:06:42 57:14 09:28 126.5k 85 561.5M 0 0 85 482.0M 0 143.6k 1:06:42 57:15 09:27 125.6k 85 561.5M 0 0 85 482.1M 0 143.6k 1:06:43 57:17 09:26 117.6k 85 561.5M 0 0 85 482.2M 0 143.6k 1:06:44 57:18 09:26 117.3k 85 561.5M 0 0 85 482.3M 0 143.6k 1:06:44 57:19 09:25 109.8k 85 561.5M 0 0 85 482.5M 0 143.5k 1:06:44 57:20 09:24 105.4k 85 561.5M 0 0 85 482.6M 0 143.5k 1:06:44 57:21 09:23 101.9k 85 561.5M 0 0 85 482.8M 0 143.5k 1:06:44 57:23 09:21 118.9k 86 561.5M 0 0 86 483.0M 0 143.5k 1:06:44 57:24 09:20 135.6k 86 561.5M 0 0 86 483.2M 0 143.5k 1:06:44 57:26 09:18 139.5k 86 561.5M 0 0 86 483.3M 0 143.5k 1:06:44 57:27 09:17 137.5k 86 561.5M 0 0 86 483.5M 0 143.5k 1:06:45 57:28 09:17 139.9k 86 561.5M 0 0 86 483.7M 0 143.5k 1:06:45 57:30 09:15 138.7k 86 561.5M 0 0 86 483.9M 0 143.5k 1:06:45 57:31 09:14 131.7k 86 561.5M 0 0 86 484.0M 0 143.5k 1:06:46 57:33 09:13 120.0k 86 561.5M 0 0 86 484.2M 0 143.5k 1:06:45 57:34 09:11 127.0k 86 561.5M 0 0 86 484.5M 0 143.5k 1:06:45 57:35 09:10 142.4k 86 561.5M 0 0 86 484.6M 0 143.5k 1:06:45 57:36 09:09 146.4k 86 561.5M 0 0 86 484.8M 0 143.5k 1:06:44 57:37 09:07 155.4k 86 561.5M 0 0 86 485.1M 0 143.6k 1:06:44 57:39 09:05 174.9k 86 561.5M 0 0 86 485.3M 0 143.5k 1:06:44 57:40 09:04 158.3k 86 561.5M 0 0 86 485.3M 0 143.5k 1:06:44 57:40 09:04 143.5k 86 561.5M 0 0 86 485.5M 0 143.5k 1:06:44 57:42 09:02 146.0k 86 561.5M 0 0 86 485.6M 0 143.5k 1:06:44 57:43 09:01 132.7k 86 561.5M 0 0 86 485.8M 0 143.5k 1:06:44 57:44 09:00 144.1k 86 561.5M 0 0 86 486.0M 0 143.6k 1:06:43 57:45 08:58 160.6k 86 561.5M 0 0 86 486.2M 0 143.6k 1:06:43 57:46 08:57 160.2k 86 561.5M 0 0 86 486.4M 0 143.6k 1:06:43 57:47 08:56 163.1k 86 561.5M 0 0 86 486.6M 0 143.6k 1:06:43 57:49 08:54 166.0k 86 561.5M 0 0 86 486.8M 0 143.6k 1:06:43 57:50 08:53 164.1k 86 561.5M 0 0 86 486.9M 0 143.6k 1:06:43 57:51 08:52 149.1k 86 561.5M 0 0 86 487.1M 0 143.6k 1:06:43 57:52 08:51 144.2k 86 561.5M 0 0 86 487.3M 0 143.6k 1:06:43 57:54 08:49 142.0k 86 561.5M 0 0 86 487.4M 0 143.6k 1:06:43 57:55 08:48 139.7k 86 561.5M 0 0 86 487.5M 0 143.6k 1:06:44 57:56 08:48 126.5k 86 561.5M 0 0 86 487.6M 0 143.5k 1:06:44 57:57 08:47 120.9k 86 561.5M 0 0 86 487.8M 0 143.5k 1:06:44 57:58 08:46 118.1k 86 561.5M 0 0 86 488.0M 0 143.5k 1:06:44 58:00 08:44 120.0k 86 561.5M 0 0 86 488.2M 0 143.6k 1:06:44 58:01 08:43 139.6k 86 561.5M 0 0 86 488.5M 0 143.6k 1:06:43 58:02 08:41 166.0k 87 561.5M 0 0 87 488.7M 0 143.6k 1:06:42 58:03 08:39 190.8k 87 561.5M 0 0 87 488.9M 0 143.6k 1:06:42 58:04 08:38 199.7k 87 561.5M 0 0 87 489.1M 0 143.6k 1:06:42 58:05 08:37 205.0k 87 561.5M 0 0 87 489.3M 0 143.6k 1:06:42 58:07 08:35 183.7k 87 561.5M 0 0 87 489.5M 0 143.6k 1:06:42 58:08 08:34 166.5k 87 561.5M 0 0 87 489.6M 0 143.6k 1:06:42 58:09 08:33 156.1k 87 561.5M 0 0 87 489.9M 0 143.7k 1:06:41 58:11 08:30 161.4k 87 561.5M 0 0 87 490.1M 0 143.7k 1:06:41 58:12 08:29 157.7k 87 561.5M 0 0 87 490.3M 0 143.7k 1:06:41 58:13 08:28 165.4k 87 561.5M 0 0 87 490.5M 0 143.7k 1:06:41 58:14 08:27 159.9k 87 561.5M 0 0 87 490.6M 0 143.6k 1:06:41 58:16 08:25 145.5k 87 561.5M 0 0 87 490.7M 0 143.6k 1:06:42 58:17 08:25 125.5k 87 561.5M 0 0 87 490.8M 0 143.6k 1:06:43 58:19 08:24 108.2k 87 561.5M 0 0 87 491.0M 0 143.6k 1:06:44 58:21 08:23 91951 87 561.5M 0 0 87 491.1M 0 143.5k 1:06:44 58:22 08:22 86641 87 561.5M 0 0 87 491.3M 0 143.5k 1:06:44 58:23 08:21 96868 87 561.5M 0 0 87 491.5M 0 143.5k 1:06:44 58:25 08:19 103.2k 87 561.5M 0 0 87 491.6M 0 143.5k 1:06:45 58:26 08:19 109.7k 87 561.5M 0 0 87 491.7M 0 143.5k 1:06:45 58:27 08:18 117.6k 87 561.5M 0 0 87 491.8M 0 143.5k 1:06:46 58:29 08:17 116.5k 87 561.5M 0 0 87 492.0M 0 143.5k 1:06:46 58:30 08:16 107.9k 87 561.5M 0 0 87 492.1M 0 143.5k 1:06:46 58:31 08:15 102.1k 87 561.5M 0 0 87 492.3M 0 143.5k 1:06:46 58:32 08:14 111.9k 87 561.5M 0 0 87 492.5M 0 143.5k 1:06:46 58:33 08:13 133.2k 87 561.5M 0 0 87 492.7M 0 143.5k 1:06:46 58:35 08:11 150.0k 87 561.5M 0 0 87 492.9M 0 143.5k 1:06:45 58:36 08:09 158.8k 87 561.5M 0 0 87 493.1M 0 143.5k 1:06:46 58:37 08:09 158.9k 87 561.5M 0 0 87 493.3M 0 143.5k 1:06:46 58:39 08:07 155.6k 87 561.5M 0 0 87 493.5M 0 143.5k 1:06:45 58:40 08:05 156.1k 87 561.5M 0 0 87 493.7M 0 143.5k 1:06:45 58:41 08:04 151.2k 87 561.5M 0 0 87 493.9M 0 143.5k 1:06:45 58:43 08:02 150.7k 87 561.5M 0 0 87 494.1M 0 143.5k 1:06:45 58:44 08:01 147.5k 88 561.5M 0 0 88 494.3M 0 143.5k 1:06:45 58:45 08:00 151.3k 88 561.5M 0 0 88 494.5M 0 143.5k 1:06:45 58:47 07:58 140.4k 88 561.5M 0 0 88 494.6M 0 143.5k 1:06:45 58:48 07:57 144.1k 88 561.5M 0 0 88 494.8M 0 143.5k 1:06:45 58:49 07:56 144.1k 88 561.5M 0 0 88 495.0M 0 143.5k 1:06:45 58:50 07:55 155.7k 88 561.5M 0 0 88 495.2M 0 143.5k 1:06:45 58:52 07:53 153.2k 88 561.5M 0 0 88 495.3M 0 143.5k 1:06:45 58:53 07:52 141.0k 88 561.5M 0 0 88 495.5M 0 143.5k 1:06:46 58:55 07:51 124.1k 88 561.5M 0 0 88 495.6M 0 143.5k 1:06:46 58:56 07:50 119.7k 88 561.5M 0 0 88 495.8M 0 143.5k 1:06:47 58:57 07:50 111.2k 88 561.5M 0 0 88 495.9M 0 143.5k 1:06:47 58:58 07:49 104.3k 88 561.5M 0 0 88 496.0M 0 143.4k 1:06:47 59:00 07:47 111.4k 88 561.5M 0 0 88 496.1M 0 143.4k 1:06:47 59:01 07:46 118.7k 88 561.5M 0 0 88 496.3M 0 143.4k 1:06:48 59:02 07:46 113.4k 88 561.5M 0 0 88 496.4M 0 143.4k 1:06:48 59:03 07:45 108.0k 88 561.5M 0 0 88 496.5M 0 143.4k 1:06:49 59:04 07:45 108.0k 88 561.5M 0 0 88 496.7M 0 143.4k 1:06:48 59:06 07:42 117.1k 88 561.5M 0 0 88 496.8M 0 143.4k 1:06:49 59:07 07:42 115.1k 88 561.5M 0 0 88 497.0M 0 143.4k 1:06:49 59:08 07:41 119.5k 88 561.5M 0 0 88 497.1M 0 143.3k 1:06:50 59:10 07:40 111.5k 88 561.5M 0 0 88 497.3M 0 143.3k 1:06:50 59:11 07:39 109.4k 88 561.5M 0 0 88 497.4M 0 143.3k 1:06:51 59:13 07:38 99.32k 88 561.5M 0 0 88 497.5M 0 143.3k 1:06:52 59:14 07:38 96209 88 561.5M 0 0 88 497.6M 0 143.3k 1:06:52 59:15 07:37 92985 88 561.5M 0 0 88 497.8M 0 143.3k 1:06:52 59:17 07:35 106.2k 88 561.5M 0 0 88 498.0M 0 143.3k 1:06:52 59:18 07:34 111.3k 88 561.5M 0 0 88 498.1M 0 143.3k 1:06:52 59:19 07:33 112.8k 88 561.5M 0 0 88 498.3M 0 143.2k 1:06:53 59:21 07:32 119.6k 88 561.5M 0 0 88 498.4M 0 143.2k 1:06:53 59:22 07:31 118.7k 88 561.5M 0 0 88 498.5M 0 143.2k 1:06:53 59:23 07:30 114.3k 88 561.5M 0 0 88 498.6M 0 143.2k 1:06:54 59:24 07:30 112.3k 88 561.5M 0 0 88 498.8M 0 143.2k 1:06:54 59:25 07:29 114.2k 88 561.5M 0 0 88 499.0M 0 143.2k 1:06:54 59:26 07:28 125.7k 88 561.5M 0 0 88 499.1M 0 143.2k 1:06:54 59:28 07:26 131.4k 88 561.5M 0 0 88 499.3M 0 143.2k 1:06:54 59:29 07:25 132.9k 88 561.5M 0 0 88 499.5M 0 143.2k 1:06:54 59:31 07:23 136.0k 88 561.5M 0 0 88 499.7M 0 143.2k 1:06:54 59:32 07:22 144.7k 89 561.5M 0 0 89 499.9M 0 143.2k 1:06:53 59:33 07:20 148.4k 89 561.5M 0 0 89 500.1M 0 143.2k 1:06:53 59:34 07:19 164.3k 89 561.5M 0 0 89 500.3M 0 143.2k 1:06:53 59:35 07:18 154.6k 89 561.5M 0 0 89 500.4M 0 143.2k 1:06:54 59:37 07:17 146.3k 89 561.5M 0 0 89 500.5M 0 143.2k 1:06:55 59:38 07:17 124.9k 89 561.5M 0 0 89 500.6M 0 143.2k 1:06:55 59:40 07:15 110.8k 89 561.5M 0 0 89 500.8M 0 143.1k 1:06:55 59:41 07:14 93609 89 561.5M 0 0 89 501.0M 0 143.1k 1:06:55 59:42 07:13 102.5k 89 561.5M 0 0 89 501.1M 0 143.2k 1:06:55 59:43 07:12 115.7k 89 561.5M 0 0 89 501.3M 0 143.2k 1:06:55 59:44 07:11 137.8k 89 561.5M 0 0 89 501.5M 0 143.2k 1:06:55 59:46 07:09 146.3k 89 561.5M 0 0 89 501.7M 0 143.2k 1:06:55 59:47 07:08 160.9k 89 561.5M 0 0 89 502.0M 0 143.2k 1:06:54 59:48 07:06 173.9k 89 561.5M 0 0 89 502.1M 0 143.2k 1:06:54 59:49 07:05 177.5k 89 561.5M 0 0 89 502.4M 0 143.2k 1:06:53 59:50 07:03 182.9k 89 561.5M 0 0 89 502.6M 0 143.2k 1:06:53 59:52 07:01 183.2k 89 561.5M 0 0 89 502.7M 0 143.2k 1:06:53 59:53 07:00 172.7k 89 561.5M 0 0 89 502.8M 0 143.2k 1:06:53 59:54 06:59 156.0k 89 561.5M 0 0 89 503.0M 0 143.2k 1:06:54 59:55 06:59 144.5k 89 561.5M 0 0 89 503.1M 0 143.2k 1:06:54 59:56 06:58 115.0k 89 561.5M 0 0 89 503.3M 0 143.2k 1:06:54 59:58 06:56 116.7k 89 561.5M 0 0 89 503.5M 0 143.2k 1:06:53 59:59 06:54 139.1k 89 561.5M 0 0 89 503.8M 0 143.2k 1:06:53 1:00:00 06:53 146.5k 89 561.5M 0 0 89 503.9M 0 143.2k 1:06:54 1:00:02 06:52 138.8k 89 561.5M 0 0 89 504.0M 0 143.2k 1:06:54 1:00:03 06:51 143.6k 89 561.5M 0 0 89 504.1M 0 143.2k 1:06:55 1:00:04 06:51 137.6k 89 561.5M 0 0 89 504.3M 0 143.2k 1:06:55 1:00:05 06:50 118.7k 89 561.5M 0 0 89 504.4M 0 143.2k 1:06:55 1:00:06 06:49 105.9k 89 561.5M 0 0 89 504.6M 0 143.2k 1:06:55 1:00:07 06:48 123.0k 89 561.5M 0 0 89 504.8M 0 143.2k 1:06:54 1:00:09 06:45 149.5k 89 561.5M 0 0 89 505.0M 0 143.2k 1:06:54 1:00:10 06:44 152.6k 89 561.5M 0 0 89 505.1M 0 143.2k 1:06:54 1:00:11 06:43 150.5k 89 561.5M 0 0 89 505.3M 0 143.2k 1:06:54 1:00:12 06:42 157.6k 90 561.5M 0 0 90 505.5M 0 143.2k 1:06:54 1:00:13 06:41 158.8k 90 561.5M 0 0 90 505.7M 0 143.2k 1:06:53 1:00:14 06:39 157.6k 90 561.5M 0 0 90 505.9M 0 143.2k 1:06:53 1:00:16 06:37 158.9k 90 561.5M 0 0 90 506.1M 0 143.2k 1:06:53 1:00:17 06:36 168.8k 90 561.5M 0 0 90 506.3M 0 143.2k 1:06:53 1:00:18 06:35 177.5k 90 561.5M 0 0 90 506.5M 0 143.2k 1:06:53 1:00:19 06:34 172.9k 90 561.5M 0 0 90 506.6M 0 143.3k 1:06:52 1:00:20 06:32 166.6k 90 561.5M 0 0 90 506.9M 0 143.3k 1:06:52 1:00:21 06:31 182.7k 90 561.5M 0 0 90 507.0M 0 143.3k 1:06:52 1:00:22 06:30 173.6k 90 561.5M 0 0 90 507.1M 0 143.2k 1:06:53 1:00:24 06:29 147.0k 90 561.5M 0 0 90 507.3M 0 143.2k 1:06:53 1:00:25 06:28 129.2k 90 561.5M 0 0 90 507.4M 0 143.2k 1:06:54 1:00:27 06:27 113.6k 90 561.5M 0 0 90 507.5M 0 143.2k 1:06:54 1:00:28 06:26 97.67k 90 561.5M 0 0 90 507.7M 0 143.2k 1:06:54 1:00:29 06:25 101.8k 90 561.5M 0 0 90 507.8M 0 143.2k 1:06:54 1:00:30 06:24 111.0k 90 561.5M 0 0 90 508.0M 0 143.2k 1:06:54 1:00:32 06:22 124.8k 90 561.5M 0 0 90 508.2M 0 143.2k 1:06:54 1:00:33 06:21 139.7k 90 561.5M 0 0 90 508.3M 0 143.2k 1:06:54 1:00:34 06:20 134.4k 90 561.5M 0 0 90 508.5M 0 143.2k 1:06:55 1:00:35 06:20 128.4k 90 561.5M 0 0 90 508.6M 0 143.2k 1:06:55 1:00:37 06:18 128.4k 90 561.5M 0 0 90 508.8M 0 143.1k 1:06:55 1:00:38 06:17 118.8k 90 561.5M 0 0 90 509.0M 0 143.1k 1:06:55 1:00:39 06:16 117.9k 90 561.5M 0 0 90 509.2M 0 143.2k 1:06:55 1:00:40 06:15 140.5k 90 561.5M 0 0 90 509.4M 0 143.2k 1:06:54 1:00:42 06:12 149.5k 90 561.5M 0 0 90 509.6M 0 143.2k 1:06:54 1:00:43 06:11 157.8k 90 561.5M 0 0 90 509.8M 0 143.2k 1:06:54 1:00:44 06:10 174.2k 90 561.5M 0 0 90 510.0M 0 143.2k 1:06:54 1:00:45 06:09 182.3k 90 561.5M 0 0 90 510.2M 0 143.2k 1:06:53 1:00:47 06:06 167.6k 90 561.5M 0 0 90 510.4M 0 143.2k 1:06:53 1:00:48 06:05 173.7k 90 561.5M 0 0 90 510.6M 0 143.2k 1:06:52 1:00:49 06:03 182.0k 90 561.5M 0 0 90 510.9M 0 143.3k 1:06:52 1:00:50 06:02 187.9k 91 561.5M 0 0 91 511.1M 0 143.3k 1:06:52 1:00:51 06:01 186.6k 91 561.5M 0 0 91 511.3M 0 143.3k 1:06:51 1:00:52 05:59 186.4k 91 561.5M 0 0 91 511.4M 0 143.3k 1:06:52 1:00:53 05:59 173.4k 91 561.5M 0 0 91 511.5M 0 143.3k 1:06:52 1:00:55 05:57 146.4k 91 561.5M 0 0 91 511.6M 0 143.2k 1:06:53 1:00:56 05:57 130.3k 91 561.5M 0 0 91 511.8M 0 143.2k 1:06:53 1:00:57 05:56 115.4k 91 561.5M 0 0 91 511.9M 0 143.2k 1:06:53 1:00:58 05:55 106.5k 91 561.5M 0 0 91 512.1M 0 143.2k 1:06:53 1:00:59 05:54 118.5k 91 561.5M 0 0 91 512.3M 0 143.3k 1:06:52 1:01:01 05:51 146.9k 91 561.5M 0 0 91 512.5M 0 143.2k 1:06:52 1:01:02 05:50 144.8k 91 561.5M 0 0 91 512.6M 0 143.3k 1:06:52 1:01:03 05:49 153.6k 91 561.5M 0 0 91 512.8M 0 143.3k 1:06:52 1:01:04 05:48 163.6k 91 561.5M 0 0 91 513.1M 0 143.3k 1:06:52 1:01:06 05:46 167.2k 91 561.5M 0 0 91 513.3M 0 143.3k 1:06:51 1:01:07 05:44 172.7k 91 561.5M 0 0 91 513.6M 0 143.3k 1:06:50 1:01:08 05:42 185.8k 91 561.5M 0 0 91 513.8M 0 143.3k 1:06:50 1:01:09 05:41 187.3k 91 561.5M 0 0 91 514.0M 0 143.3k 1:06:50 1:01:10 05:40 189.3k 91 561.5M 0 0 91 514.1M 0 143.3k 1:06:50 1:01:12 05:38 171.5k 91 561.5M 0 0 91 514.3M 0 143.3k 1:06:51 1:01:13 05:38 144.6k 91 561.5M 0 0 91 514.4M 0 143.3k 1:06:51 1:01:14 05:37 130.8k 91 561.5M 0 0 91 514.5M 0 143.3k 1:06:52 1:01:16 05:36 118.0k 91 561.5M 0 0 91 514.6M 0 143.3k 1:06:52 1:01:17 05:35 100.7k 91 561.5M 0 0 91 514.8M 0 143.2k 1:06:52 1:01:19 05:33 102.9k 91 561.5M 0 0 91 515.0M 0 143.3k 1:06:52 1:01:20 05:32 113.8k 91 561.5M 0 0 91 515.2M 0 143.3k 1:06:52 1:01:21 05:31 121.5k 91 561.5M 0 0 91 515.4M 0 143.3k 1:06:52 1:01:22 05:30 135.0k 91 561.5M 0 0 91 515.5M 0 143.2k 1:06:52 1:01:24 05:28 141.9k 91 561.5M 0 0 91 515.6M 0 143.2k 1:06:53 1:01:25 05:28 130.2k 91 561.5M 0 0 91 515.8M 0 143.2k 1:06:53 1:01:26 05:27 122.1k 91 561.5M 0 0 91 515.9M 0 143.2k 1:06:54 1:01:27 05:27 111.9k 91 561.5M 0 0 91 516.1M 0 143.2k 1:06:54 1:01:29 05:25 112.1k 91 561.5M 0 0 91 516.3M 0 143.2k 1:06:54 1:01:30 05:24 120.3k 91 561.5M 0 0 91 516.4M 0 143.2k 1:06:54 1:01:31 05:23 127.5k 91 561.5M 0 0 91 516.5M 0 143.2k 1:06:54 1:01:33 05:21 121.4k 92 561.5M 0 0 92 516.7M 0 143.2k 1:06:54 1:01:34 05:20 130.6k 92 561.5M 0 0 92 516.8M 0 143.2k 1:06:55 1:01:35 05:20 118.7k 92 561.5M 0 0 92 517.0M 0 143.1k 1:06:55 1:01:37 05:18 105.3k 92 561.5M 0 0 92 517.1M 0 143.1k 1:06:56 1:01:38 05:18 106.7k 92 561.5M 0 0 92 517.2M 0 143.1k 1:06:56 1:01:39 05:17 109.8k 92 561.5M 0 0 92 517.3M 0 143.1k 1:06:56 1:01:40 05:16 98.46k 92 561.5M 0 0 92 517.5M 0 143.1k 1:06:57 1:01:41 05:16 100.6k 92 561.5M 0 0 92 517.6M 0 143.1k 1:06:57 1:01:43 05:14 116.0k 92 561.5M 0 0 92 517.8M 0 143.1k 1:06:56 1:01:44 05:12 125.1k 92 561.5M 0 0 92 518.0M 0 143.1k 1:06:56 1:01:45 05:11 136.8k 92 561.5M 0 0 92 518.2M 0 143.1k 1:06:56 1:01:46 05:10 147.1k 92 561.5M 0 0 92 518.4M 0 143.1k 1:06:56 1:01:47 05:09 159.5k 92 561.5M 0 0 92 518.6M 0 143.2k 1:06:55 1:01:48 05:07 179.0k 92 561.5M 0 0 92 518.8M 0 143.1k 1:06:55 1:01:50 05:05 168.7k 92 561.5M 0 0 92 519.0M 0 143.1k 1:06:55 1:01:51 05:04 163.5k 92 561.5M 0 0 92 519.2M 0 143.2k 1:06:55 1:01:53 05:02 167.1k 92 561.5M 0 0 92 519.4M 0 143.2k 1:06:55 1:01:54 05:01 164.7k 92 561.5M 0 0 92 519.6M 0 143.2k 1:06:55 1:01:55 05:00 155.0k 92 561.5M 0 0 92 519.8M 0 143.2k 1:06:54 1:01:56 04:58 163.2k 92 561.5M 0 0 92 519.9M 0 143.2k 1:06:55 1:01:57 04:58 155.3k 92 561.5M 0 0 92 520.0M 0 143.2k 1:06:55 1:01:58 04:57 147.0k 92 561.5M 0 0 92 520.2M 0 143.2k 1:06:55 1:01:59 04:56 146.6k 92 561.5M 0 0 92 520.4M 0 143.2k 1:06:55 1:02:00 04:55 144.2k 92 561.5M 0 0 92 520.5M 0 143.2k 1:06:55 1:02:02 04:53 133.1k 92 561.5M 0 0 92 520.7M 0 143.2k 1:06:55 1:02:03 04:52 145.0k 92 561.5M 0 0 92 520.8M 0 143.2k 1:06:55 1:02:04 04:51 146.6k 92 561.5M 0 0 92 521.0M 0 143.2k 1:06:55 1:02:05 04:50 143.9k 92 561.5M 0 0 92 521.2M 0 143.2k 1:06:55 1:02:07 04:48 136.8k 92 561.5M 0 0 92 521.4M 0 143.2k 1:06:55 1:02:08 04:47 141.1k 92 561.5M 0 0 92 521.5M 0 143.2k 1:06:55 1:02:09 04:46 134.4k 92 561.5M 0 0 92 521.6M 0 143.1k 1:06:55 1:02:10 04:45 133.9k 92 561.5M 0 0 92 521.8M 0 143.1k 1:06:55 1:02:11 04:44 133.7k 92 561.5M 0 0 92 522.0M 0 143.1k 1:06:55 1:02:13 04:42 134.5k 92 561.5M 0 0 92 522.1M 0 143.1k 1:06:56 1:02:14 04:42 128.2k 93 561.5M 0 0 93 522.3M 0 143.1k 1:06:56 1:02:15 04:41 131.7k 93 561.5M 0 0 93 522.5M 0 143.1k 1:06:56 1:02:17 04:39 137.8k 93 561.5M 0 0 93 522.6M 0 143.1k 1:06:56 1:02:18 04:38 126.5k 93 561.5M 0 0 93 522.8M 0 143.1k 1:06:56 1:02:19 04:37 123.7k 93 561.5M 0 0 93 522.9M 0 143.1k 1:06:56 1:02:20 04:36 123.8k 93 561.5M 0 0 93 523.1M 0 143.1k 1:06:56 1:02:21 04:35 132.0k 93 561.5M 0 0 93 523.3M 0 143.1k 1:06:55 1:02:22 04:33 149.7k 93 561.5M 0 0 93 523.5M 0 143.2k 1:06:55 1:02:23 04:32 166.1k 93 561.5M 0 0 93 523.7M 0 143.2k 1:06:55 1:02:25 04:30 164.7k 93 561.5M 0 0 93 523.8M 0 143.1k 1:06:56 1:02:26 04:30 162.2k 93 561.5M 0 0 93 524.0M 0 143.1k 1:06:56 1:02:27 04:29 148.3k 93 561.5M 0 0 93 524.1M 0 143.1k 1:06:56 1:02:28 04:28 120.6k 93 561.5M 0 0 93 524.3M 0 143.1k 1:06:56 1:02:30 04:26 118.6k 93 561.5M 0 0 93 524.5M 0 143.1k 1:06:56 1:02:31 04:25 117.8k 93 561.5M 0 0 93 524.6M 0 143.1k 1:06:57 1:02:32 04:25 120.2k 93 561.5M 0 0 93 524.7M 0 143.1k 1:06:57 1:02:34 04:23 117.1k 93 561.5M 0 0 93 524.8M 0 143.1k 1:06:58 1:02:35 04:23 115.9k 93 561.5M 0 0 93 525.0M 0 143.1k 1:06:58 1:02:36 04:22 109.1k 93 561.5M 0 0 93 525.1M 0 143.0k 1:06:58 1:02:38 04:20 101.8k 93 561.5M 0 0 93 525.2M 0 143.0k 1:06:59 1:02:39 04:20 103.9k 93 561.5M 0 0 93 525.4M 0 143.0k 1:06:58 1:02:40 04:18 119.8k 93 561.5M 0 0 93 525.5M 0 143.0k 1:06:58 1:02:41 04:17 127.8k 93 561.5M 0 0 93 525.7M 0 143.0k 1:06:58 1:02:42 04:16 131.0k 93 561.5M 0 0 93 525.8M 0 143.0k 1:06:59 1:02:43 04:16 136.0k 93 561.5M 0 0 93 526.0M 0 143.0k 1:06:59 1:02:44 04:15 136.3k 93 561.5M 0 0 93 526.1M 0 143.0k 1:06:59 1:02:45 04:14 134.0k 93 561.5M 0 0 93 526.3M 0 143.0k 1:06:58 1:02:46 04:12 143.1k 93 561.5M 0 0 93 526.5M 0 143.0k 1:06:59 1:02:48 04:11 140.7k 93 561.5M 0 0 93 526.6M 0 143.0k 1:06:59 1:02:49 04:10 142.3k 93 561.5M 0 0 93 526.8M 0 143.0k 1:06:59 1:02:50 04:09 143.7k 93 561.5M 0 0 93 527.0M 0 143.0k 1:06:59 1:02:52 04:07 136.7k 93 561.5M 0 0 93 527.2M 0 143.0k 1:06:59 1:02:53 04:06 134.6k 93 561.5M 0 0 93 527.4M 0 143.0k 1:06:58 1:02:54 04:04 145.7k 93 561.5M 0 0 93 527.6M 0 143.0k 1:06:58 1:02:55 04:03 148.6k 93 561.5M 0 0 93 527.8M 0 143.0k 1:06:59 1:02:57 04:02 148.4k 94 561.5M 0 0 94 528.0M 0 143.0k 1:06:58 1:02:58 04:00 151.4k 94 561.5M 0 0 94 528.0M 0 143.0k 1:06:58 1:02:58 04:00 143.0k 94 561.5M 0 0 94 528.1M 0 143.1k 1:06:58 1:02:59 03:59 166.9k 94 561.5M 0 0 94 528.3M 0 143.1k 1:06:58 1:03:00 03:58 158.6k 94 561.5M 0 0 94 528.5M 0 143.1k 1:06:58 1:03:02 03:56 162.0k 94 561.5M 0 0 94 528.7M 0 143.1k 1:06:58 1:03:03 03:55 157.3k 94 561.5M 0 0 94 528.8M 0 143.1k 1:06:58 1:03:04 03:54 150.8k 94 561.5M 0 0 94 529.0M 0 143.1k 1:06:58 1:03:05 03:53 151.2k 94 561.5M 0 0 94 529.3M 0 143.1k 1:06:57 1:03:06 03:51 161.7k 94 561.5M 0 0 94 529.4M 0 143.1k 1:06:57 1:03:07 03:50 153.9k 94 561.5M 0 0 94 529.6M 0 143.1k 1:06:57 1:03:08 03:49 159.5k 94 561.5M 0 0 94 529.8M 0 143.1k 1:06:57 1:03:10 03:47 169.1k 94 561.5M 0 0 94 530.0M 0 143.1k 1:06:57 1:03:11 03:46 164.3k 94 561.5M 0 0 94 530.1M 0 143.1k 1:06:57 1:03:12 03:45 144.8k 94 561.5M 0 0 94 530.2M 0 143.1k 1:06:57 1:03:13 03:44 142.4k 94 561.5M 0 0 94 530.4M 0 143.1k 1:06:57 1:03:14 03:43 142.5k 94 561.5M 0 0 94 530.5M 0 143.1k 1:06:57 1:03:15 03:42 133.7k 94 561.5M 0 0 94 530.7M 0 143.1k 1:06:57 1:03:17 03:40 132.7k 94 561.5M 0 0 94 530.9M 0 143.1k 1:06:57 1:03:18 03:39 141.3k 94 561.5M 0 0 94 531.0M 0 143.1k 1:06:58 1:03:19 03:39 138.6k 94 561.5M 0 0 94 531.1M 0 143.1k 1:06:58 1:03:20 03:38 125.6k 94 561.5M 0 0 94 531.3M 0 143.0k 1:06:58 1:03:22 03:36 119.4k 94 561.5M 0 0 94 531.5M 0 143.0k 1:06:58 1:03:23 03:35 124.5k 94 561.5M 0 0 94 531.6M 0 143.0k 1:06:58 1:03:24 03:34 114.9k 94 561.5M 0 0 94 531.7M 0 143.0k 1:06:59 1:03:25 03:34 115.1k 94 561.5M 0 0 94 531.9M 0 143.0k 1:06:58 1:03:26 03:32 129.9k 94 561.5M 0 0 94 532.1M 0 143.0k 1:06:58 1:03:27 03:31 149.1k 94 561.5M 0 0 94 532.3M 0 143.1k 1:06:58 1:03:28 03:30 148.8k 94 561.5M 0 0 94 532.5M 0 143.1k 1:06:58 1:03:30 03:28 152.4k 94 561.5M 0 0 94 532.6M 0 143.0k 1:06:58 1:03:31 03:27 152.4k 94 561.5M 0 0 94 532.8M 0 143.0k 1:06:58 1:03:32 03:26 145.8k 94 561.5M 0 0 94 533.0M 0 143.1k 1:06:58 1:03:33 03:25 145.4k 94 561.5M 0 0 94 533.1M 0 143.1k 1:06:58 1:03:35 03:23 142.6k 94 561.5M 0 0 94 533.3M 0 143.1k 1:06:58 1:03:36 03:22 147.0k 95 561.5M 0 0 95 533.5M 0 143.1k 1:06:58 1:03:37 03:21 158.9k 95 561.5M 0 0 95 533.7M 0 143.1k 1:06:57 1:03:38 03:19 164.6k 95 561.5M 0 0 95 533.9M 0 143.1k 1:06:57 1:03:40 03:17 157.1k 95 561.5M 0 0 95 534.1M 0 143.1k 1:06:57 1:03:41 03:16 150.6k 95 561.5M 0 0 95 534.2M 0 143.1k 1:06:58 1:03:42 03:16 141.6k 95 561.5M 0 0 95 534.3M 0 143.0k 1:06:58 1:03:43 03:15 132.5k 95 561.5M 0 0 95 534.6M 0 143.1k 1:06:58 1:03:45 03:13 139.8k 95 561.5M 0 0 95 534.9M 0 143.1k 1:06:56 1:03:46 03:10 166.8k 95 561.5M 0 0 95 535.1M 0 143.1k 1:06:56 1:03:47 03:09 177.5k 95 561.5M 0 0 95 535.2M 0 143.1k 1:06:57 1:03:48 03:09 167.1k 95 561.5M 0 0 95 535.3M 0 143.1k 1:06:57 1:03:50 03:07 159.3k 95 561.5M 0 0 95 535.5M 0 143.1k 1:06:57 1:03:51 03:06 147.7k 95 561.5M 0 0 95 535.7M 0 143.1k 1:06:58 1:03:53 03:05 119.0k 95 561.5M 0 0 95 535.8M 0 143.1k 1:06:58 1:03:54 03:04 105.6k 95 561.5M 0 0 95 536.0M 0 143.1k 1:06:58 1:03:55 03:03 119.6k 95 561.5M 0 0 95 536.2M 0 143.1k 1:06:58 1:03:57 03:01 131.6k 95 561.5M 0 0 95 536.5M 0 143.1k 1:06:57 1:03:58 02:59 140.9k 95 561.5M 0 0 95 536.6M 0 143.1k 1:06:58 1:03:59 02:59 142.1k 95 561.5M 0 0 95 536.8M 0 143.1k 1:06:57 1:04:00 02:57 157.6k 95 561.5M 0 0 95 537.0M 0 143.1k 1:06:57 1:04:01 02:56 162.4k 95 561.5M 0 0 95 537.1M 0 143.1k 1:06:57 1:04:03 02:54 161.0k 95 561.5M 0 0 95 537.3M 0 143.1k 1:06:57 1:04:04 02:53 150.0k 95 561.5M 0 0 95 537.5M 0 143.1k 1:06:57 1:04:05 02:52 161.1k 95 561.5M 0 0 95 537.7M 0 143.1k 1:06:57 1:04:06 02:51 155.8k 95 561.5M 0 0 95 537.9M 0 143.1k 1:06:57 1:04:08 02:49 149.9k 95 561.5M 0 0 95 538.0M 0 143.1k 1:06:57 1:04:09 02:48 144.2k 95 561.5M 0 0 95 538.1M 0 143.1k 1:06:58 1:04:10 02:48 132.8k 95 561.5M 0 0 95 538.3M 0 143.1k 1:06:58 1:04:11 02:47 127.8k 95 561.5M 0 0 95 538.6M 0 143.1k 1:06:57 1:04:13 02:44 145.5k 95 561.5M 0 0 95 538.8M 0 143.1k 1:06:56 1:04:14 02:42 160.7k 95 561.5M 0 0 95 539.0M 0 143.1k 1:06:56 1:04:15 02:41 160.0k 96 561.5M 0 0 96 539.1M 0 143.1k 1:06:57 1:04:16 02:41 157.0k 96 561.5M 0 0 96 539.3M 0 143.1k 1:06:57 1:04:18 02:39 155.9k 96 561.5M 0 0 96 539.5M 0 143.1k 1:06:56 1:04:19 02:37 153.6k 96 561.5M 0 0 96 539.7M 0 143.1k 1:06:56 1:04:20 02:36 145.9k 96 561.5M 0 0 96 539.9M 0 143.1k 1:06:56 1:04:21 02:35 153.4k 96 561.5M 0 0 96 540.0M 0 143.1k 1:06:56 1:04:22 02:34 164.4k 96 561.5M 0 0 96 540.2M 0 143.1k 1:06:56 1:04:24 02:32 157.4k 96 561.5M 0 0 96 540.3M 0 143.1k 1:06:57 1:04:25 02:32 126.3k 96 561.5M 0 0 96 540.5M 0 143.1k 1:06:57 1:04:26 02:31 116.0k 96 561.5M 0 0 96 540.6M 0 143.1k 1:06:58 1:04:28 02:30 102.9k 96 561.5M 0 0 96 540.7M 0 143.0k 1:06:58 1:04:29 02:29 102.2k 96 561.5M 0 0 96 540.9M 0 143.1k 1:06:58 1:04:30 02:28 109.4k 96 561.5M 0 0 96 541.1M 0 143.1k 1:06:58 1:04:31 02:27 131.3k 96 561.5M 0 0 96 541.3M 0 143.1k 1:06:57 1:04:32 02:25 144.3k 96 561.5M 0 0 96 541.5M 0 143.1k 1:06:57 1:04:33 02:24 164.9k 96 561.5M 0 0 96 541.6M 0 143.1k 1:06:57 1:04:35 02:22 174.5k 96 561.5M 0 0 96 541.8M 0 143.1k 1:06:57 1:04:36 02:21 165.5k 96 561.5M 0 0 96 542.0M 0 143.1k 1:06:57 1:04:37 02:20 160.1k 96 561.5M 0 0 96 542.1M 0 143.1k 1:06:57 1:04:38 02:19 148.2k 96 561.5M 0 0 96 542.3M 0 143.1k 1:06:57 1:04:39 02:18 140.7k 96 561.5M 0 0 96 542.4M 0 143.1k 1:06:57 1:04:40 02:17 132.8k 96 561.5M 0 0 96 542.6M 0 143.1k 1:06:57 1:04:41 02:16 138.8k 96 561.5M 0 0 96 542.8M 0 143.1k 1:06:57 1:04:43 02:14 136.3k 96 561.5M 0 0 96 543.0M 0 143.1k 1:06:57 1:04:44 02:13 145.1k 96 561.5M 0 0 96 543.1M 0 143.1k 1:06:57 1:04:45 02:12 145.7k 96 561.5M 0 0 96 543.3M 0 143.1k 1:06:56 1:04:46 02:10 162.6k 96 561.5M 0 0 96 543.6M 0 143.1k 1:06:56 1:04:47 02:09 172.9k 96 561.5M 0 0 96 543.7M 0 143.1k 1:06:56 1:04:48 02:08 170.8k 96 561.5M 0 0 96 543.8M 0 143.1k 1:06:57 1:04:50 02:07 148.0k 96 561.5M 0 0 96 544.0M 0 143.1k 1:06:58 1:04:52 02:06 127.5k 96 561.5M 0 0 96 544.1M 0 143.0k 1:06:58 1:04:53 02:05 106.3k 96 561.5M 0 0 96 544.3M 0 143.0k 1:06:58 1:04:55 02:03 97735 96 561.5M 0 0 96 544.5M 0 143.1k 1:06:58 1:04:56 02:02 110.5k 97 561.5M 0 0 97 544.7M 0 143.1k 1:06:57 1:04:57 02:00 129.3k 97 561.5M 0 0 97 544.9M 0 143.1k 1:06:57 1:04:58 01:59 158.4k 97 561.5M 0 0 97 545.1M 0 143.1k 1:06:57 1:04:59 01:58 186.2k 97 561.5M 0 0 97 545.3M 0 143.1k 1:06:56 1:05:00 01:56 191.7k 97 561.5M 0 0 97 545.5M 0 143.1k 1:06:56 1:05:01 01:55 173.7k 97 561.5M 0 0 97 545.6M 0 143.1k 1:06:57 1:05:03 01:54 162.6k 97 561.5M 0 0 97 545.8M 0 143.1k 1:06:57 1:05:04 01:53 154.2k 97 561.5M 0 0 97 546.0M 0 143.1k 1:06:57 1:05:06 01:51 132.7k 97 561.5M 0 0 97 546.1M 0 143.1k 1:06:57 1:05:07 01:50 122.7k 97 561.5M 0 0 97 546.3M 0 143.1k 1:06:57 1:05:08 01:49 126.5k 97 561.5M 0 0 97 546.4M 0 143.1k 1:06:57 1:05:09 01:48 124.6k 97 561.5M 0 0 97 546.6M 0 143.1k 1:06:57 1:05:10 01:47 131.6k 97 561.5M 0 0 97 546.8M 0 143.1k 1:06:56 1:05:11 01:45 157.3k 97 561.5M 0 0 97 547.0M 0 143.1k 1:06:56 1:05:12 01:44 172.6k 97 561.5M 0 0 97 547.3M 0 143.1k 1:06:56 1:05:14 01:42 185.6k 97 561.5M 0 0 97 547.5M 0 143.1k 1:06:56 1:05:15 01:41 182.0k 97 561.5M 0 0 97 547.6M 0 143.1k 1:06:56 1:05:16 01:40 174.1k 97 561.5M 0 0 97 547.8M 0 143.1k 1:06:56 1:05:18 01:38 161.5k 97 561.5M 0 0 97 548.0M 0 143.1k 1:06:55 1:05:19 01:36 157.2k 97 561.5M 0 0 97 548.1M 0 143.1k 1:06:56 1:05:20 01:36 130.4k 97 561.5M 0 0 97 548.3M 0 143.1k 1:06:57 1:05:22 01:35 124.3k 97 561.5M 0 0 97 548.5M 0 143.1k 1:06:57 1:05:23 01:34 123.1k 97 561.5M 0 0 97 548.6M 0 143.1k 1:06:57 1:05:25 01:32 110.2k 97 561.5M 0 0 97 548.8M 0 143.1k 1:06:57 1:05:26 01:31 110.0k 97 561.5M 0 0 97 549.0M 0 143.1k 1:06:57 1:05:27 01:30 123.8k 97 561.5M 0 0 97 549.1M 0 143.1k 1:06:57 1:05:28 01:29 129.3k 97 561.5M 0 0 97 549.2M 0 143.1k 1:06:58 1:05:30 01:28 120.3k 97 561.5M 0 0 97 549.4M 0 143.1k 1:06:58 1:05:31 01:27 132.8k 97 561.5M 0 0 97 549.6M 0 143.1k 1:06:58 1:05:32 01:26 133.1k 97 561.5M 0 0 97 549.8M 0 143.1k 1:06:57 1:05:33 01:24 141.4k 97 561.5M 0 0 97 550.0M 0 143.1k 1:06:57 1:05:34 01:23 149.9k 97 561.5M 0 0 97 550.1M 0 143.1k 1:06:57 1:05:35 01:22 164.4k 98 561.5M 0 0 98 550.3M 0 143.1k 1:06:57 1:05:37 01:20 166.0k 98 561.5M 0 0 98 550.5M 0 143.1k 1:06:57 1:05:38 01:19 152.2k 98 561.5M 0 0 98 550.6M 0 143.1k 1:06:57 1:05:39 01:18 140.4k 98 561.5M 0 0 98 550.8M 0 143.1k 1:06:57 1:05:40 01:17 134.1k 98 561.5M 0 0 98 551.0M 0 143.1k 1:06:57 1:05:42 01:15 134.2k 98 561.5M 0 0 98 551.2M 0 143.1k 1:06:57 1:05:43 01:14 139.1k 98 561.5M 0 0 98 551.3M 0 143.1k 1:06:57 1:05:44 01:13 140.2k 98 561.5M 0 0 98 551.5M 0 143.1k 1:06:57 1:05:45 01:12 141.3k 98 561.5M 0 0 98 551.6M 0 143.1k 1:06:57 1:05:47 01:10 143.3k 98 561.5M 0 0 98 551.8M 0 143.1k 1:06:57 1:05:48 01:09 141.7k 98 561.5M 0 0 98 552.0M 0 143.1k 1:06:58 1:05:49 01:09 129.7k 98 561.5M 0 0 98 552.1M 0 143.1k 1:06:58 1:05:51 01:07 129.7k 98 561.5M 0 0 98 552.3M 0 143.0k 1:06:58 1:05:52 01:06 128.6k 98 561.5M 0 0 98 552.5M 0 143.0k 1:06:58 1:05:53 01:05 128.0k 98 561.5M 0 0 98 552.6M 0 143.0k 1:06:58 1:05:54 01:04 120.3k 98 561.5M 0 0 98 552.7M 0 143.0k 1:06:59 1:05:56 01:03 116.4k 98 561.5M 0 0 98 552.9M 0 143.0k 1:06:59 1:05:57 01:02 126.4k 98 561.5M 0 0 98 553.1M 0 143.0k 1:06:58 1:05:58 01:00 137.7k 98 561.5M 0 0 98 553.3M 0 143.1k 1:06:58 1:05:59 00:59 145.2k 98 561.5M 0 0 98 553.5M 0 143.1k 1:06:57 1:06:00 00:57 170.1k 98 561.5M 0 0 98 553.7M 0 143.1k 1:06:57 1:06:01 00:56 184.4k 98 561.5M 0 0 98 553.9M 0 143.1k 1:06:57 1:06:02 00:55 184.9k 98 561.5M 0 0 98 554.0M 0 143.1k 1:06:57 1:06:03 00:54 171.0k 98 561.5M 0 0 98 554.2M 0 143.1k 1:06:57 1:06:05 00:52 167.2k 98 561.5M 0 0 98 554.4M 0 143.1k 1:06:57 1:06:06 00:51 158.8k 98 561.5M 0 0 98 554.6M 0 143.1k 1:06:56 1:06:07 00:49 161.0k 98 561.5M 0 0 98 554.9M 0 143.1k 1:06:55 1:06:08 00:47 186.4k 98 561.5M 0 0 98 555.2M 0 143.2k 1:06:54 1:06:09 00:45 217.4k 98 561.5M 0 0 98 555.4M 0 143.2k 1:06:54 1:06:10 00:44 220.2k 98 561.5M 0 0 98 555.6M 0 143.2k 1:06:54 1:06:11 00:43 206.4k 98 561.5M 0 0 98 555.8M 0 143.2k 1:06:54 1:06:13 00:41 198.6k 99 561.5M 0 0 99 556.0M 0 143.2k 1:06:54 1:06:14 00:40 177.2k 99 561.5M 0 0 99 556.1M 0 143.2k 1:06:54 1:06:15 00:39 153.3k 99 561.5M 0 0 99 556.3M 0 143.2k 1:06:54 1:06:16 00:38 152.6k 99 561.5M 0 0 99 556.6M 0 143.2k 1:06:53 1:06:18 00:35 166.2k 99 561.5M 0 0 99 556.8M 0 143.2k 1:06:53 1:06:19 00:34 160.9k 99 561.5M 0 0 99 556.9M 0 143.2k 1:06:54 1:06:20 00:34 148.2k 99 561.5M 0 0 99 557.0M 0 143.2k 1:06:54 1:06:22 00:32 139.1k 99 561.5M 0 0 99 557.1M 0 143.2k 1:06:55 1:06:23 00:32 122.8k 99 561.5M 0 0 99 557.3M 0 143.2k 1:06:55 1:06:24 00:31 107.8k 99 561.5M 0 0 99 557.4M 0 143.2k 1:06:55 1:06:26 00:29 99.79k 99 561.5M 0 0 99 557.5M 0 143.1k 1:06:55 1:06:27 00:28 102.7k 99 561.5M 0 0 99 557.6M 0 143.1k 1:06:56 1:06:28 00:28 103.1k 99 561.5M 0 0 99 557.8M 0 143.1k 1:06:56 1:06:29 00:27 118.0k 99 561.5M 0 0 99 558.0M 0 143.1k 1:06:56 1:06:30 00:26 112.4k 99 561.5M 0 0 99 558.1M 0 143.1k 1:06:56 1:06:32 00:24 114.0k 99 561.5M 0 0 99 558.2M 0 143.1k 1:06:57 1:06:33 00:24 106.5k 99 561.5M 0 0 99 558.3M 0 143.1k 1:06:57 1:06:34 00:23 109.5k 99 561.5M 0 0 99 558.5M 0 143.1k 1:06:58 1:06:36 00:22 99.07k 99 561.5M 0 0 99 558.6M 0 143.1k 1:06:58 1:06:37 00:21 108.6k 99 561.5M 0 0 99 558.8M 0 143.1k 1:06:58 1:06:38 00:20 111.9k 99 561.5M 0 0 99 558.9M 0 143.0k 1:06:59 1:06:40 00:19 108.8k 99 561.5M 0 0 99 559.0M 0 143.0k 1:06:59 1:06:41 00:18 102.9k 99 561.5M 0 0 99 559.1M 0 143.0k 1:06:59 1:06:42 00:17 105.0k 99 561.5M 0 0 99 559.3M 0 143.0k 1:06:59 1:06:43 00:16 108.8k 99 561.5M 0 0 99 559.5M 0 143.0k 1:06:59 1:06:45 00:14 113.6k 99 561.5M 0 0 99 559.6M 0 143.0k 1:06:59 1:06:46 00:13 125.5k 99 561.5M 0 0 99 559.8M 0 143.0k 1:07:00 1:06:47 00:13 128.9k 99 561.5M 0 0 99 559.9M 0 143.0k 1:07:00 1:06:48 00:12 130.5k 99 561.5M 0 0 99 560.1M 0 143.0k 1:07:00 1:06:50 00:10 124.0k 99 561.5M 0 0 99 560.3M 0 143.0k 1:07:00 1:06:51 00:09 124.1k 99 561.5M 0 0 99 560.5M 0 143.0k 1:07:00 1:06:52 00:08 133.8k 99 561.5M 0 0 99 560.6M 0 143.0k 1:07:00 1:06:53 00:07 136.8k 99 561.5M 0 0 99 560.8M 0 143.0k 1:07:00 1:06:54 00:06 141.9k 99 561.5M 0 0 99 561.0M 0 143.0k 1:07:00 1:06:56 00:04 143.8k 99 561.5M 0 0 99 561.1M 0 143.0k 1:07:00 1:06:57 00:03 134.0k 99 561.5M 0 0 99 561.2M 0 143.0k 1:07:01 1:06:58 00:03 124.3k 99 561.5M 0 0 99 561.4M 0 143.0k 1:07:01 1:07:00 00:01 130.3k 99 561.5M 0 0 99 561.5M 0 142.9k 1:07:01 1:07:01 119.5k* upload completely sent off: 588854169 bytes 100 561.5M 0 0 100 561.5M 0 142.9k 1:07:02 1:07:02 90559 100 561.5M 0 0 100 561.5M 0 142.9k 1:07:03 1:07:03 74878{ [5 bytes data] < HTTP/1.1 200 OK < x-amz-id-2: AsgYMRqa9Zd5+1AqmL8kFt/My5CCGqn8Zz0EFAVOVKn9+dmaYYqs5KfkNgmMEnd60Ead+mLXDuc= < x-amz-request-id: NSJTJ0TE4SN435SY < Date: Thu, 07 May 2026 09:54:29 GMT < x-amz-server-side-encryption: AES256 < ETag: "d9b779941479d6910dcc29f5ba53f024" < x-amz-checksum-crc64nvme: EizToX0AXzU= < x-amz-checksum-type: FULL_OBJECT < Content-Length: 0 < Server: AmazonS3 < Connection: close < 100 561.5M 0 0 100 561.5M 0 142.9k 1:07:04 1:07:04 74878 100 561.5M 0 0 100 561.5M 0 142.9k 1:07:04 1:07:04 74878 100 561.5M 0 0 100 561.5M 0 142.9k 1:07:04 1:07:04 74878 * shutting down connection #0 took: 4071.34 seconds no out.png (QPSChart)! heaps: (132141488, 144679304, 138033268.4, 2604505.5527777933) [2026-05-07 07:01:37.506751] RUN: tar cjf logs.tar.bz2 --exclude=*.pk * [2026-05-07 07:02:44.037648] took 66.5 sec /l/logs.nightly/2026.05.05.21.34.55/logs.tar.bz2: fixed index size 125222.20 MB /l/logs.nightly/2026.05.05.21.34.55/logs.tar.bz2: fixed index time 40615.9s, bytes 25526799676 (from log) [2026-05-07 07:03:26.250597] done: total time 1 day, 9:28:30.565278 stored: 2021.10.28.07.03.29, 2021-10-28 07:03:29.455588 stored: 2021.11.04.08.14.20, 2021-11-04 08:14:20.226758 stored: 2021.11.04.18.04.32, 2021-11-04 18:04:32.679673 stored: 2021.11.05.18.04.30, 2021-11-05 18:04:30.080343 stored: 2021.11.06.18.04.39, 2021-11-06 18:04:39.550844 stored: 2021.11.07.18.04.36, 2021-11-07 18:04:36.657551 stored: 2021.11.08.18.04.00, 2021-11-08 18:04:00.994911 stored: 2021.11.09.18.04.20, 2021-11-09 18:04:20.109951 stored: 2021.11.10.18.03.54, 2021-11-10 18:03:54.222418 stored: 2021.11.11.18.03.57, 2021-11-11 18:03:57.523108 stored: 2021.11.12.18.04.06, 2021-11-12 18:04:06.704620 stored: 2021.11.13.18.03.52, 2021-11-13 18:03:52.601836 stored: 2021.11.14.18.03.58, 2021-11-14 18:03:58.888657 stored: 2021.11.15.18.04.03, 2021-11-15 18:04:03.246773 stored: 2021.11.16.18.04.11, 2021-11-16 18:04:11.243090 stored: 2021.11.21.07.10.06, 2021-11-21 07:10:06.045829 stored: 2021.11.21.18.03.53, 2021-11-21 18:03:53.490910 stored: 2021.11.24.18.04.23, 2021-11-24 18:04:23.532303 stored: 2021.11.25.18.03.48, 2021-11-25 18:03:48.813023 stored: 2021.11.26.18.03.56, 2021-11-26 18:03:56.783023 stored: 2021.11.27.18.03.48, 2021-11-27 18:03:48.676827 stored: 2021.11.28.18.04.03, 2021-11-28 18:04:03.888523 stored: 2021.11.30.07.32.39, 2021-11-30 07:32:39.551397 stored: 2021.11.30.18.02.53, 2021-11-30 18:02:53.210136 stored: 2021.12.01.18.02.55, 2021-12-01 18:02:55.259860 stored: 2021.12.02.18.03.01, 2021-12-02 18:03:01.423573 stored: 2021.12.03.18.03.07, 2021-12-03 18:03:07.491405 stored: 2021.12.05.18.02.56, 2021-12-05 18:02:56.805659 stored: 2021.12.06.18.02.47, 2021-12-06 18:02:47.787420 stored: 2021.12.07.18.02.52, 2021-12-07 18:02:52.822450 stored: 2021.12.08.18.02.42, 2021-12-08 18:02:42.731446 stored: 2021.12.10.18.02.40, 2021-12-10 18:02:40.132823 stored: 2021.12.11.18.02.37, 2021-12-11 18:02:37.827254 stored: 2021.12.12.18.02.40, 2021-12-12 18:02:40.436487 stored: 2021.12.13.18.02.38, 2021-12-13 18:02:38.296226 stored: 2021.12.14.18.02.37, 2021-12-14 18:02:37.558732 stored: 2021.12.15.18.02.39, 2021-12-15 18:02:39.006679 stored: 2021.12.16.18.02.33, 2021-12-16 18:02:33.312126 stored: 2021.12.17.18.02.37, 2021-12-17 18:02:37.875521 stored: 2021.12.18.18.02.30, 2021-12-18 18:02:30.413818 stored: 2021.12.19.18.02.38, 2021-12-19 18:02:38.838903 stored: 2021.12.20.18.02.38, 2021-12-20 18:02:38.697312 stored: 2022.01.01.18.17.43, 2022-01-01 18:17:43.282858 stored: 2022.01.02.18.03.14, 2022-01-02 18:03:14.180760 stored: 2022.01.03.18.03.13, 2022-01-03 18:03:13.115413 stored: 2022.01.04.18.03.13, 2022-01-04 18:03:13.678645 stored: 2022.01.05.18.03.14, 2022-01-05 18:03:14.479346 stored: 2022.01.06.18.03.20, 2022-01-06 18:03:20.894516 stored: 2022.01.07.18.03.19, 2022-01-07 18:03:19.289337 stored: 2022.01.08.18.03.14, 2022-01-08 18:03:14.173607 stored: 2022.01.09.18.03.19, 2022-01-09 18:03:19.993633 stored: 2022.01.10.18.03.12, 2022-01-10 18:03:12.149096 stored: 2022.01.11.18.03.18, 2022-01-11 18:03:18.149751 stored: 2022.01.12.18.03.17, 2022-01-12 18:03:17.100414 stored: 2022.01.13.18.03.24, 2022-01-13 18:03:24.390526 stored: 2022.01.14.18.03.18, 2022-01-14 18:03:18.213643 stored: 2022.01.15.18.03.15, 2022-01-15 18:03:15.659939 stored: 2022.01.16.18.03.22, 2022-01-16 18:03:22.620035 stored: 2022.01.17.18.03.16, 2022-01-17 18:03:16.817740 stored: 2022.01.19.10.17.11, 2022-01-19 10:17:11.082836 stored: 2022.01.20.18.03.13, 2022-01-20 18:03:13.241737 stored: 2022.01.21.18.02.45, 2022-01-21 18:02:45.803123 stored: 2022.01.22.18.02.40, 2022-01-22 18:02:40.750450 stored: 2022.01.23.18.03.17, 2022-01-23 18:03:17.307031 stored: 2022.01.26.18.03.08, 2022-01-26 18:03:08.854761 stored: 2022.01.27.18.02.43, 2022-01-27 18:02:43.999643 stored: 2022.01.28.18.03.15, 2022-01-28 18:03:15.360164 stored: 2022.01.29.18.02.44, 2022-01-29 18:02:44.395479 stored: 2022.01.30.18.02.48, 2022-01-30 18:02:48.161000 stored: 2022.01.31.18.03.10, 2022-01-31 18:03:10.904959 stored: 2022.02.01.18.02.43, 2022-02-01 18:02:43.496433 stored: 2022.02.02.18.02.46, 2022-02-02 18:02:46.350857 stored: 2022.02.03.18.03.02, 2022-02-03 18:03:02.092885 stored: 2022.02.04.18.02.45, 2022-02-04 18:02:45.187430 stored: 2022.02.09.18.31.03, 2022-02-09 18:31:03.246074 stored: 2022.02.18.07.54.59, 2022-02-18 07:54:59.694179 stored: 2022.02.18.18.02.47, 2022-02-18 18:02:47.068530 stored: 2022.02.19.18.02.45, 2022-02-19 18:02:45.734838 stored: 2022.02.20.18.03.09, 2022-02-20 18:03:09.236364 stored: 2022.02.21.18.02.40, 2022-02-21 18:02:40.593799 stored: 2022.02.22.18.03.13, 2022-02-22 18:03:13.109429 stored: 2022.02.23.18.02.43, 2022-02-23 18:02:43.345842 stored: 2022.02.24.18.02.43, 2022-02-24 18:02:43.877807 stored: 2022.02.25.18.03.10, 2022-02-25 18:03:10.143495 stored: 2022.02.26.18.02.43, 2022-02-26 18:02:43.966247 stored: 2022.02.27.18.02.42, 2022-02-27 18:02:42.669502 stored: 2022.02.28.18.03.18, 2022-02-28 18:03:18.265343 stored: 2022.03.01.18.02.46, 2022-03-01 18:02:46.525887 stored: 2022.03.02.18.03.14, 2022-03-02 18:03:14.970684 stored: 2022.03.03.18.03.10, 2022-03-03 18:03:10.964372 stored: 2022.03.04.18.02.43, 2022-03-04 18:02:43.385113 stored: 2022.03.05.18.03.13, 2022-03-05 18:03:13.831560 stored: 2022.03.06.18.02.41, 2022-03-06 18:02:41.743793 stored: 2022.03.07.18.02.50, 2022-03-07 18:02:50.024173 stored: 2022.03.08.18.03.11, 2022-03-08 18:03:11.246520 stored: 2022.03.09.18.03.05, 2022-03-09 18:03:05.565553 stored: 2022.03.10.18.03.14, 2022-03-10 18:03:14.219741 stored: 2022.03.11.18.03.10, 2022-03-11 18:03:10.828184 stored: 2022.03.12.18.03.12, 2022-03-12 18:03:12.634204 stored: 2022.03.13.18.03.03, 2022-03-13 18:03:03.282738 stored: 2022.03.14.18.03.09, 2022-03-14 18:03:09.756518 stored: 2022.03.15.18.02.55, 2022-03-15 18:02:55.449989 stored: 2022.03.16.18.03.03, 2022-03-16 18:03:03.602354 stored: 2022.03.17.18.03.02, 2022-03-17 18:03:02.060290 stored: 2022.03.18.18.02.57, 2022-03-18 18:02:57.471094 stored: 2022.03.19.18.02.54, 2022-03-19 18:02:54.357434 stored: 2022.03.20.18.03.00, 2022-03-20 18:03:00.033975 stored: 2022.03.21.18.02.58, 2022-03-21 18:02:58.169196 stored: 2022.03.22.18.02.59, 2022-03-22 18:02:59.643690 stored: 2022.03.23.18.03.07, 2022-03-23 18:03:07.211772 stored: 2022.03.24.18.03.04, 2022-03-24 18:03:04.900816 stored: 2022.03.25.18.02.58, 2022-03-25 18:02:58.251937 stored: 2022.03.26.18.02.54, 2022-03-26 18:02:54.760987 stored: 2022.03.27.18.02.58, 2022-03-27 18:02:58.523452 stored: 2022.03.28.18.02.54, 2022-03-28 18:02:54.758276 stored: 2022.03.29.18.03.00, 2022-03-29 18:03:00.746316 stored: 2022.03.30.18.02.58, 2022-03-30 18:02:58.752598 stored: 2022.03.31.18.03.00, 2022-03-31 18:03:00.597065 stored: 2022.04.01.18.02.57, 2022-04-01 18:02:57.424492 stored: 2022.04.02.18.02.57, 2022-04-02 18:02:57.955852 stored: 2022.04.05.18.03.04, 2022-04-05 18:03:04.798447 stored: 2022.04.06.18.02.58, 2022-04-06 18:02:58.576892 stored: 2022.04.07.18.02.59, 2022-04-07 18:02:59.742062 stored: 2022.04.08.18.03.02, 2022-04-08 18:03:02.736752 stored: 2022.04.09.18.02.57, 2022-04-09 18:02:57.307297 stored: 2022.04.10.18.02.56, 2022-04-10 18:02:56.174384 stored: 2022.04.11.18.02.59, 2022-04-11 18:02:59.941170 stored: 2022.04.12.18.02.56, 2022-04-12 18:02:56.118596 stored: 2022.04.13.18.03.00, 2022-04-13 18:03:00.318774 stored: 2022.04.14.18.03.03, 2022-04-14 18:03:03.549003 stored: 2022.04.15.18.02.57, 2022-04-15 18:02:57.675674 stored: 2022.04.16.18.03.02, 2022-04-16 18:03:02.676051 stored: 2022.04.17.18.03.01, 2022-04-17 18:03:01.686635 stored: 2022.04.18.18.02.56, 2022-04-18 18:02:56.782626 stored: 2022.04.20.06.04.42, 2022-04-20 06:04:42.713956 stored: 2022.04.20.18.03.06, 2022-04-20 18:03:06.153503 stored: 2022.04.21.18.03.04, 2022-04-21 18:03:04.336656 stored: 2022.04.22.18.02.56, 2022-04-22 18:02:56.793190 stored: 2022.04.23.18.02.58, 2022-04-23 18:02:58.455267 stored: 2022.04.24.18.03.02, 2022-04-24 18:03:02.685044 stored: 2022.04.25.18.02.57, 2022-04-25 18:02:57.816439 stored: 2022.04.26.18.02.55, 2022-04-26 18:02:55.232329 stored: 2022.04.27.18.03.00, 2022-04-27 18:03:00.544766 stored: 2022.04.28.18.02.55, 2022-04-28 18:02:55.501720 stored: 2022.04.29.18.03.00, 2022-04-29 18:03:00.357389 stored: 2022.04.30.18.02.59, 2022-04-30 18:02:59.451627 stored: 2022.05.01.18.03.02, 2022-05-01 18:03:02.039547 stored: 2022.05.02.18.03.04, 2022-05-02 18:03:04.271047 stored: 2022.05.03.18.02.58, 2022-05-03 18:02:58.299703 stored: 2022.05.06.06.33.00, 2022-05-06 06:33:00.689368 stored: 2022.05.06.18.02.45, 2022-05-06 18:02:45.471320 stored: 2022.05.07.18.02.52, 2022-05-07 18:02:52.792526 stored: 2022.05.08.18.02.55, 2022-05-08 18:02:55.087351 stored: 2022.05.09.18.02.53, 2022-05-09 18:02:53.611427 stored: 2022.05.12.18.02.51, 2022-05-12 18:02:51.721813 stored: 2022.05.13.18.02.47, 2022-05-13 18:02:47.751226 stored: 2022.05.14.18.02.46, 2022-05-14 18:02:46.450758 stored: 2022.05.15.18.02.44, 2022-05-15 18:02:44.576069 stored: 2022.05.17.18.02.46, 2022-05-17 18:02:46.431282 stored: 2022.05.18.18.02.30, 2022-05-18 18:02:30.693172 stored: 2022.05.19.18.02.49, 2022-05-19 18:02:49.827154 stored: 2022.05.20.18.02.44, 2022-05-20 18:02:44.789891 stored: 2022.05.21.18.02.48, 2022-05-21 18:02:48.256156 stored: 2022.05.22.18.02.49, 2022-05-22 18:02:49.529612 stored: 2022.05.23.18.02.48, 2022-05-23 18:02:48.350989 stored: 2022.05.24.18.02.52, 2022-05-24 18:02:52.461013 stored: 2022.05.25.18.02.45, 2022-05-25 18:02:45.563084 stored: 2022.05.31.09.54.10, 2022-05-31 09:54:10.787369 stored: 2022.06.01.08.15.21, 2022-06-01 08:15:21.254066 stored: 2022.06.01.18.02.49, 2022-06-01 18:02:49.750461 stored: 2022.06.02.07.59.04, 2022-06-02 07:59:04.212824 stored: 2022.06.02.18.02.47, 2022-06-02 18:02:47.420772 stored: 2022.06.03.18.02.44, 2022-06-03 18:02:44.764715 stored: 2022.06.04.18.02.47, 2022-06-04 18:02:47.749276 stored: 2022.06.05.18.02.46, 2022-06-05 18:02:46.506575 stored: 2022.06.06.18.02.49, 2022-06-06 18:02:49.276502 stored: 2022.06.07.18.02.50, 2022-06-07 18:02:50.324813 stored: 2022.06.08.18.02.48, 2022-06-08 18:02:48.096195 stored: 2022.06.09.18.02.51, 2022-06-09 18:02:51.423498 stored: 2022.06.10.18.02.48, 2022-06-10 18:02:48.377319 stored: 2022.06.11.18.02.52, 2022-06-11 18:02:52.105637 stored: 2022.06.12.18.02.52, 2022-06-12 18:02:52.834410 stored: 2022.06.13.18.02.51, 2022-06-13 18:02:51.295977 stored: 2022.06.14.18.02.54, 2022-06-14 18:02:54.374967 stored: 2022.06.15.06.49.59, 2022-06-15 06:49:59.130434 stored: 2022.06.15.18.02.44, 2022-06-15 18:02:44.449539 stored: 2022.06.16.18.02.48, 2022-06-16 18:02:48.229346 stored: 2022.06.17.18.02.45, 2022-06-17 18:02:45.522032 stored: 2022.06.18.18.02.46, 2022-06-18 18:02:46.704598 stored: 2022.06.19.18.02.48, 2022-06-19 18:02:48.745174 stored: 2022.06.20.18.02.56, 2022-06-20 18:02:56.708037 stored: 2022.06.21.18.02.47, 2022-06-21 18:02:47.342532 stored: 2022.06.22.18.02.52, 2022-06-22 18:02:52.298425 stored: 2022.06.23.18.02.48, 2022-06-23 18:02:48.882837 stored: 2022.06.24.18.02.51, 2022-06-24 18:02:51.083754 stored: 2022.06.25.18.02.48, 2022-06-25 18:02:48.038873 stored: 2022.06.26.18.02.50, 2022-06-26 18:02:50.595081 stored: 2022.06.27.18.02.51, 2022-06-27 18:02:51.448267 stored: 2022.06.28.18.02.49, 2022-06-28 18:02:49.760022 stored: 2022.06.29.18.02.48, 2022-06-29 18:02:48.403397 stored: 2022.06.30.18.02.49, 2022-06-30 18:02:49.036467 stored: 2022.07.01.18.02.47, 2022-07-01 18:02:47.027407 stored: 2022.07.04.07.28.17, 2022-07-04 07:28:17.078865 stored: 2022.07.04.18.02.46, 2022-07-04 18:02:46.546540 stored: 2022.07.05.18.02.46, 2022-07-05 18:02:46.268882 stored: 2022.07.06.18.02.47, 2022-07-06 18:02:47.538912 stored: 2022.07.08.18.02.52, 2022-07-08 18:02:52.275476 stored: 2022.07.09.18.02.52, 2022-07-09 18:02:52.126154 stored: 2022.07.10.18.02.49, 2022-07-10 18:02:49.552148 stored: 2022.07.11.18.02.47, 2022-07-11 18:02:47.780614 stored: 2022.07.12.18.02.50, 2022-07-12 18:02:50.319222 stored: 2022.07.13.18.02.33, 2022-07-13 18:02:33.427271 stored: 2022.07.14.18.02.45, 2022-07-14 18:02:45.401174 stored: 2022.07.15.18.03.00, 2022-07-15 18:03:00.442758 stored: 2022.07.16.18.02.59, 2022-07-16 18:02:59.145436 stored: 2022.07.17.18.02.59, 2022-07-17 18:02:59.565565 stored: 2022.07.18.18.02.48, 2022-07-18 18:02:48.825419 stored: 2022.07.22.06.55.43, 2022-07-22 06:55:43.082318 stored: 2022.07.23.06.00.31, 2022-07-23 06:00:31.572717 stored: 2022.07.23.18.02.56, 2022-07-23 18:02:56.236469 stored: 2022.07.24.18.02.59, 2022-07-24 18:02:59.822205 stored: 2022.07.25.18.02.58, 2022-07-25 18:02:58.206960 stored: 2022.07.26.18.03.00, 2022-07-26 18:03:00.552749 stored: 2022.07.27.18.02.41, 2022-07-27 18:02:41.491561 stored: 2022.07.28.18.03.00, 2022-07-28 18:03:00.184449 stored: 2022.07.29.05.32.17, 2022-07-29 05:32:17.907522 stored: 2022.07.30.07.27.11, 2022-07-30 07:27:11.127080 stored: 2022.07.30.18.02.50, 2022-07-30 18:02:50.793370 stored: 2022.07.31.18.02.55, 2022-07-31 18:02:55.879812 stored: 2022.08.01.18.02.51, 2022-08-01 18:02:51.991168 stored: 2022.08.02.18.03.02, 2022-08-02 18:03:02.518477 stored: 2022.08.03.18.02.51, 2022-08-03 18:02:51.936040 stored: 2022.08.04.18.02.46, 2022-08-04 18:02:46.472359 stored: 2022.08.05.18.02.52, 2022-08-05 18:02:52.029197 stored: 2022.08.06.18.02.53, 2022-08-06 18:02:53.164107 stored: 2022.08.07.18.02.49, 2022-08-07 18:02:49.580148 stored: 2022.08.09.19.23.56, 2022-08-09 19:23:56.749349 stored: 2022.08.10.18.02.52, 2022-08-10 18:02:52.982299 stored: 2022.08.17.08.16.28, 2022-08-17 08:16:28.335487 stored: 2022.08.17.18.02.54, 2022-08-17 18:02:54.825221 stored: 2022.08.18.18.03.23, 2022-08-18 18:03:23.299833 stored: 2022.08.19.18.02.47, 2022-08-19 18:02:47.000292 stored: 2022.08.20.18.02.55, 2022-08-20 18:02:55.121126 stored: 2022.08.21.18.02.51, 2022-08-21 18:02:51.203643 stored: 2022.08.22.06.06.49, 2022-08-22 06:06:49.119870 stored: 2022.08.30.06.35.38, 2022-08-30 06:35:38.108548 stored: 2022.08.31.06.12.53, 2022-08-31 06:12:53.980950 stored: 2022.08.31.18.02.53, 2022-08-31 18:02:53.812614 stored: 2022.09.01.09.41.04, 2022-09-01 09:41:04.560256 stored: 2022.09.02.12.08.06, 2022-09-02 12:08:06.094646 stored: 2022.09.04.11.46.23, 2022-09-04 11:46:23.775863 stored: 2022.09.05.05.45.12, 2022-09-05 05:45:12.571696 stored: 2022.09.05.18.02.55, 2022-09-05 18:02:55.821046 stored: 2022.09.06.18.02.52, 2022-09-06 18:02:52.785120 stored: 2022.09.07.18.02.57, 2022-09-07 18:02:57.625782 stored: 2022.09.08.18.03.21, 2022-09-08 18:03:21.079514 stored: 2022.09.09.18.02.55, 2022-09-09 18:02:55.904538 stored: 2022.09.10.18.02.55, 2022-09-10 18:02:55.529806 stored: 2022.09.11.18.02.56, 2022-09-11 18:02:56.085669 stored: 2022.09.12.18.03.45, 2022-09-12 18:03:45.709203 stored: 2022.09.13.18.02.58, 2022-09-13 18:02:58.352570 stored: 2022.09.14.18.02.54, 2022-09-14 18:02:54.230050 stored: 2022.09.15.18.02.54, 2022-09-15 18:02:54.238296 stored: 2022.09.16.18.02.52, 2022-09-16 18:02:52.110429 stored: 2022.09.17.18.03.01, 2022-09-17 18:03:01.434150 stored: 2022.09.18.18.02.56, 2022-09-18 18:02:56.353910 stored: 2022.09.19.18.03.00, 2022-09-19 18:03:00.079408 stored: 2022.09.20.18.02.57, 2022-09-20 18:02:57.492326 stored: 2022.09.21.18.02.56, 2022-09-21 18:02:56.353960 stored: 2022.09.22.18.02.56, 2022-09-22 18:02:56.474854 stored: 2022.09.23.18.02.57, 2022-09-23 18:02:57.669188 stored: 2022.09.24.18.02.59, 2022-09-24 18:02:59.806205 stored: 2022.09.25.18.02.59, 2022-09-25 18:02:59.190830 stored: 2022.09.26.18.03.52, 2022-09-26 18:03:52.848909 stored: 2022.09.27.18.02.37, 2022-09-27 18:02:37.827659 stored: 2022.09.28.18.02.55, 2022-09-28 18:02:55.002146 stored: 2022.09.29.18.02.57, 2022-09-29 18:02:57.758005 stored: 2022.09.30.18.05.25, 2022-09-30 18:05:25.962638 stored: 2022.10.01.18.02.27, 2022-10-01 18:02:27.927861 stored: 2022.10.02.18.02.35, 2022-10-02 18:02:35.935875 stored: 2022.10.03.18.03.01, 2022-10-03 18:03:01.310740 stored: 2022.10.04.18.02.36, 2022-10-04 18:02:36.857038 stored: 2022.10.06.07.28.42, 2022-10-06 07:28:42.386172 stored: 2022.10.06.18.02.31, 2022-10-06 18:02:31.476235 stored: 2022.10.07.18.02.31, 2022-10-07 18:02:31.541305 stored: 2022.10.09.05.36.17, 2022-10-09 05:36:17.828744 stored: 2022.10.09.18.02.42, 2022-10-09 18:02:42.183627 stored: 2022.10.10.18.02.49, 2022-10-10 18:02:49.335348 stored: 2022.10.11.18.02.38, 2022-10-11 18:02:38.100132 stored: 2022.10.12.18.03.32, 2022-10-12 18:03:32.783997 stored: 2022.10.13.18.02.37, 2022-10-13 18:02:37.667391 stored: 2022.10.14.18.03.19, 2022-10-14 18:03:19.219738 stored: 2022.10.15.18.02.55, 2022-10-15 18:02:55.025395 stored: 2022.10.16.18.02.39, 2022-10-16 18:02:39.231821 stored: 2022.10.17.18.03.25, 2022-10-17 18:03:25.211219 stored: 2022.10.18.18.02.36, 2022-10-18 18:02:36.597499 stored: 2022.10.19.18.02.28, 2022-10-19 18:02:28.428784 stored: 2022.10.20.18.03.04, 2022-10-20 18:03:04.596975 stored: 2022.10.21.18.03.01, 2022-10-21 18:03:01.365348 stored: 2022.10.22.18.02.59, 2022-10-22 18:02:59.461611 stored: 2022.10.23.18.03.00, 2022-10-23 18:03:00.062912 stored: 2022.10.24.18.02.38, 2022-10-24 18:02:38.586168 stored: 2022.10.25.18.02.58, 2022-10-25 18:02:58.014045 stored: 2022.10.26.18.02.32, 2022-10-26 18:02:32.094910 stored: 2022.10.27.18.02.44, 2022-10-27 18:02:44.427713 stored: 2022.10.28.18.02.24, 2022-10-28 18:02:24.237438 stored: 2022.10.29.18.02.21, 2022-10-29 18:02:21.301497 stored: 2022.10.30.18.02.22, 2022-10-30 18:02:22.909685 stored: 2022.11.01.18.02.22, 2022-11-01 18:02:22.633110 stored: 2022.11.03.18.02.24, 2022-11-03 18:02:24.631208 stored: 2022.11.04.18.03.06, 2022-11-04 18:03:06.986892 stored: 2022.11.05.18.02.27, 2022-11-05 18:02:27.807238 stored: 2022.11.06.18.02.21, 2022-11-06 18:02:21.002408 stored: 2022.11.07.18.02.27, 2022-11-07 18:02:27.660064 stored: 2022.11.08.18.02.24, 2022-11-08 18:02:24.159608 stored: 2022.11.09.18.02.22, 2022-11-09 18:02:22.797916 stored: 2022.11.10.18.02.21, 2022-11-10 18:02:21.076510 stored: 2022.11.11.18.02.20, 2022-11-11 18:02:20.124465 stored: 2022.11.12.18.02.45, 2022-11-12 18:02:45.121886 stored: 2022.11.13.18.02.20, 2022-11-13 18:02:20.710555 stored: 2022.11.14.18.02.24, 2022-11-14 18:02:24.052841 stored: 2022.11.15.18.03.06, 2022-11-15 18:03:06.319538 stored: 2022.11.16.18.02.58, 2022-11-16 18:02:58.789458 stored: 2022.11.17.18.02.59, 2022-11-17 18:02:59.449212 stored: 2022.11.18.18.02.32, 2022-11-18 18:02:32.485443 stored: 2022.11.19.18.02.42, 2022-11-19 18:02:42.800702 stored: 2022.11.20.18.02.39, 2022-11-20 18:02:39.576362 stored: 2022.11.21.18.02.43, 2022-11-21 18:02:43.597391 stored: 2022.11.24.18.03.11, 2022-11-24 18:03:11.804363 stored: 2022.11.25.18.03.10, 2022-11-25 18:03:10.111683 stored: 2022.11.26.18.03.13, 2022-11-26 18:03:13.809206 stored: 2022.11.27.18.02.44, 2022-11-27 18:02:44.345627 stored: 2022.11.28.18.02.44, 2022-11-28 18:02:44.990767 stored: 2022.11.29.18.03.08, 2022-11-29 18:03:08.807634 stored: 2022.11.30.18.02.48, 2022-11-30 18:02:48.715894 stored: 2022.12.01.18.03.11, 2022-12-01 18:03:11.452949 stored: 2022.12.02.18.03.38, 2022-12-02 18:03:38.626955 stored: 2022.12.04.18.03.20, 2022-12-04 18:03:20.985614 stored: 2022.12.05.18.02.48, 2022-12-05 18:02:48.233512 stored: 2022.12.06.18.03.13, 2022-12-06 18:03:13.037211 stored: 2022.12.12.18.03.10, 2022-12-12 18:03:10.820831 stored: 2022.12.22.18.02.46, 2022-12-22 18:02:46.330108 stored: 2022.12.23.18.03.11, 2022-12-23 18:03:11.906109 stored: 2022.12.24.18.02.52, 2022-12-24 18:02:52.078570 stored: 2022.12.25.18.03.12, 2022-12-25 18:03:12.100324 stored: 2022.12.26.18.03.10, 2022-12-26 18:03:10.991373 stored: 2022.12.27.18.02.51, 2022-12-27 18:02:51.655843 stored: 2022.12.28.18.03.11, 2022-12-28 18:03:11.981522 stored: 2022.12.29.18.02.44, 2022-12-29 18:02:44.427874 stored: 2022.12.30.18.03.09, 2022-12-30 18:03:09.929196 stored: 2022.12.31.18.03.10, 2022-12-31 18:03:10.480978 stored: 2023.01.01.18.02.48, 2023-01-01 18:02:48.064500 stored: 2023.01.02.18.03.20, 2023-01-02 18:03:20.772972 stored: 2023.01.03.18.02.50, 2023-01-03 18:02:50.726331 stored: 2023.01.04.18.03.09, 2023-01-04 18:03:09.087177 stored: 2023.01.05.18.02.48, 2023-01-05 18:02:48.734127 stored: 2023.01.06.18.02.48, 2023-01-06 18:02:48.574672 stored: 2023.01.07.18.02.48, 2023-01-07 18:02:48.676663 stored: 2023.01.08.18.03.13, 2023-01-08 18:03:13.388463 stored: 2023.01.09.18.02.48, 2023-01-09 18:02:48.447651 stored: 2023.01.10.18.03.12, 2023-01-10 18:03:12.569315 stored: 2023.01.13.18.03.13, 2023-01-13 18:03:13.722601 stored: 2023.01.14.18.02.52, 2023-01-14 18:02:52.020315 stored: 2023.01.15.18.02.51, 2023-01-15 18:02:51.126604 stored: 2023.01.16.18.03.14, 2023-01-16 18:03:14.738254 stored: 2023.01.17.18.02.54, 2023-01-17 18:02:54.906602 stored: 2023.01.18.18.03.00, 2023-01-18 18:03:00.519133 stored: 2023.01.20.18.02.55, 2023-01-20 18:02:55.915399 stored: 2023.01.21.18.02.52, 2023-01-21 18:02:52.181189 stored: 2023.01.22.18.02.48, 2023-01-22 18:02:48.490828 stored: 2023.02.01.18.02.51, 2023-02-01 18:02:51.659498 stored: 2023.02.02.18.02.50, 2023-02-02 18:02:50.262733 stored: 2023.02.03.18.03.04, 2023-02-03 18:03:04.824955 stored: 2023.02.04.18.02.52, 2023-02-04 18:02:52.867295 stored: 2023.02.05.18.02.49, 2023-02-05 18:02:49.321193 stored: 2023.02.06.18.02.53, 2023-02-06 18:02:53.366101 stored: 2023.02.11.21.48.33, 2023-02-11 21:48:33.009660 stored: 2023.02.12.18.02.51, 2023-02-12 18:02:51.019289 stored: 2023.02.13.18.02.51, 2023-02-13 18:02:51.123155 stored: 2023.02.14.18.02.49, 2023-02-14 18:02:49.186730 stored: 2023.02.15.18.02.53, 2023-02-15 18:02:53.231070 stored: 2023.02.16.18.02.50, 2023-02-16 18:02:50.030876 stored: 2023.02.17.18.02.51, 2023-02-17 18:02:51.040544 stored: 2023.02.18.18.02.54, 2023-02-18 18:02:54.112568 stored: 2023.02.19.18.02.50, 2023-02-19 18:02:50.743898 stored: 2023.02.20.18.02.50, 2023-02-20 18:02:50.294935 stored: 2023.02.21.18.02.51, 2023-02-21 18:02:51.598234 stored: 2023.02.22.18.02.49, 2023-02-22 18:02:49.492952 stored: 2023.02.23.18.02.55, 2023-02-23 18:02:55.217474 stored: 2023.02.24.18.02.50, 2023-02-24 18:02:50.959222 stored: 2023.02.25.18.02.48, 2023-02-25 18:02:48.974183 stored: 2023.02.26.18.02.52, 2023-02-26 18:02:52.916271 stored: 2023.03.01.18.02.48, 2023-03-01 18:02:48.399530 stored: 2023.03.02.18.02.49, 2023-03-02 18:02:49.389318 stored: 2023.03.03.18.02.51, 2023-03-03 18:02:51.085153 stored: 2023.03.04.18.02.48, 2023-03-04 18:02:48.478806 stored: 2023.03.05.18.02.48, 2023-03-05 18:02:48.529432 stored: 2023.03.06.18.02.47, 2023-03-06 18:02:47.983059 stored: 2023.03.07.18.02.50, 2023-03-07 18:02:50.718890 stored: 2023.03.08.18.02.48, 2023-03-08 18:02:48.812577 stored: 2023.03.09.18.02.51, 2023-03-09 18:02:51.010400 stored: 2023.03.10.18.02.45, 2023-03-10 18:02:45.741286 stored: 2023.03.11.18.02.47, 2023-03-11 18:02:47.906678 stored: 2023.03.12.18.02.49, 2023-03-12 18:02:49.049639 stored: 2023.03.13.18.02.48, 2023-03-13 18:02:48.972625 stored: 2023.03.14.18.02.49, 2023-03-14 18:02:49.459646 stored: 2023.03.15.18.02.48, 2023-03-15 18:02:48.415725 stored: 2023.03.16.18.02.48, 2023-03-16 18:02:48.710826 stored: 2023.03.17.18.02.55, 2023-03-17 18:02:55.633506 stored: 2023.03.18.18.02.50, 2023-03-18 18:02:50.292493 stored: 2023.03.19.18.02.47, 2023-03-19 18:02:47.604863 stored: 2023.03.20.18.02.51, 2023-03-20 18:02:51.153325 stored: 2023.03.21.18.03.17, 2023-03-21 18:03:17.562903 stored: 2023.03.22.18.03.13, 2023-03-22 18:03:13.794706 stored: 2023.03.23.18.03.10, 2023-03-23 18:03:10.053263 stored: 2023.03.27.18.02.48, 2023-03-27 18:02:48.690184 stored: 2023.03.28.18.02.49, 2023-03-28 18:02:49.404816 stored: 2023.03.29.18.03.17, 2023-03-29 18:03:17.395232 stored: 2023.03.30.18.03.16, 2023-03-30 18:03:16.164812 stored: 2023.03.31.18.03.20, 2023-03-31 18:03:20.603284 stored: 2023.04.01.18.02.45, 2023-04-01 18:02:45.813346 stored: 2023.04.02.18.03.13, 2023-04-02 18:03:13.352889 stored: 2023.04.03.18.03.18, 2023-04-03 18:03:18.635774 stored: 2023.04.04.18.03.12, 2023-04-04 18:03:12.185983 stored: 2023.04.05.18.02.48, 2023-04-05 18:02:48.400723 stored: 2023.04.06.18.03.13, 2023-04-06 18:03:13.565552 stored: 2023.04.07.18.02.49, 2023-04-07 18:02:49.370785 stored: 2023.04.09.18.03.39, 2023-04-09 18:03:39.856040 stored: 2023.04.10.18.04.05, 2023-04-10 18:04:05.393864 stored: 2023.04.11.18.03.37, 2023-04-11 18:03:37.629185 stored: 2023.04.12.18.03.37, 2023-04-12 18:03:37.044735 stored: 2023.04.13.18.03.38, 2023-04-13 18:03:38.722857 stored: 2023.04.14.18.03.52, 2023-04-14 18:03:52.942429 stored: 2023.04.15.18.03.40, 2023-04-15 18:03:40.703059 stored: 2023.04.16.18.03.36, 2023-04-16 18:03:36.404244 stored: 2023.04.17.18.03.37, 2023-04-17 18:03:37.757309 stored: 2023.04.18.18.03.36, 2023-04-18 18:03:36.668023 stored: 2023.04.19.18.03.37, 2023-04-19 18:03:37.166475 stored: 2023.04.20.18.03.39, 2023-04-20 18:03:39.017059 stored: 2023.04.21.18.03.35, 2023-04-21 18:03:35.509226 stored: 2023.04.22.18.03.35, 2023-04-22 18:03:35.566689 stored: 2023.04.23.18.03.40, 2023-04-23 18:03:40.934133 stored: 2023.04.24.18.03.35, 2023-04-24 18:03:35.996931 stored: 2023.04.25.18.03.36, 2023-04-25 18:03:36.374314 stored: 2023.04.26.18.03.37, 2023-04-26 18:03:37.673262 stored: 2023.04.27.18.03.37, 2023-04-27 18:03:37.404011 stored: 2023.04.28.18.03.38, 2023-04-28 18:03:38.606505 stored: 2023.04.29.18.03.36, 2023-04-29 18:03:36.573960 stored: 2023.04.30.18.03.33, 2023-04-30 18:03:33.723898 stored: 2023.05.01.18.03.34, 2023-05-01 18:03:34.994924 stored: 2023.05.02.18.03.36, 2023-05-02 18:03:36.697919 stored: 2023.05.03.18.03.38, 2023-05-03 18:03:38.518918 stored: 2023.05.04.18.03.38, 2023-05-04 18:03:38.214066 stored: 2023.05.05.18.03.37, 2023-05-05 18:03:37.645698 stored: 2023.05.06.18.03.35, 2023-05-06 18:03:35.160028 stored: 2023.05.07.18.03.35, 2023-05-07 18:03:35.614820 stored: 2023.05.11.18.39.30, 2023-05-11 18:39:30.323913 stored: 2023.05.12.18.03.40, 2023-05-12 18:03:40.294857 stored: 2023.05.13.18.03.40, 2023-05-13 18:03:40.841776 stored: 2023.05.14.18.03.41, 2023-05-14 18:03:41.994925 stored: 2023.05.15.18.03.41, 2023-05-15 18:03:41.639299 stored: 2023.05.19.13.18.11, 2023-05-19 13:18:11.876292 stored: 2023.05.20.18.03.41, 2023-05-20 18:03:41.713358 stored: 2023.05.21.18.03.42, 2023-05-21 18:03:42.774563 stored: 2023.05.22.18.03.03, 2023-05-22 18:03:03.024871 stored: 2023.05.23.18.02.52, 2023-05-23 18:02:52.982836 stored: 2023.05.24.18.02.55, 2023-05-24 18:02:55.537684 stored: 2023.05.29.18.02.53, 2023-05-29 18:02:53.519424 stored: 2023.05.30.18.02.54, 2023-05-30 18:02:54.980216 stored: 2023.05.31.18.02.53, 2023-05-31 18:02:53.478837 stored: 2023.06.05.18.02.55, 2023-06-05 18:02:55.982891 stored: 2023.06.06.18.02.53, 2023-06-06 18:02:53.347753 stored: 2023.06.07.18.02.57, 2023-06-07 18:02:57.950534 stored: 2023.06.08.18.02.55, 2023-06-08 18:02:55.043650 stored: 2023.06.09.18.02.56, 2023-06-09 18:02:56.591625 stored: 2023.06.10.18.02.57, 2023-06-10 18:02:57.811317 stored: 2023.06.11.18.02.59, 2023-06-11 18:02:59.421683 stored: 2023.06.12.18.03.01, 2023-06-12 18:03:01.331828 stored: 2023.06.13.18.02.53, 2023-06-13 18:02:53.765644 stored: 2023.06.14.18.02.59, 2023-06-14 18:02:59.356301 stored: 2023.06.15.18.03.01, 2023-06-15 18:03:01.682785 stored: 2023.06.16.18.02.54, 2023-06-16 18:02:54.841140 stored: 2023.06.17.18.02.56, 2023-06-17 18:02:56.927480 stored: 2023.06.18.18.02.58, 2023-06-18 18:02:58.820408 stored: 2023.06.19.18.02.56, 2023-06-19 18:02:56.118429 stored: 2023.06.21.08.31.56, 2023-06-21 08:31:56.311364 stored: 2023.06.21.20.35.50, 2023-06-21 20:35:50.224539 stored: 2023.06.22.18.02.59, 2023-06-22 18:02:59.335848 stored: 2023.06.23.18.02.56, 2023-06-23 18:02:56.786328 stored: 2023.06.24.18.03.02, 2023-06-24 18:03:02.121679 stored: 2023.06.25.18.02.58, 2023-06-25 18:02:58.250080 stored: 2023.06.26.18.02.59, 2023-06-26 18:02:59.549799 stored: 2023.06.27.18.03.02, 2023-06-27 18:03:02.460645 stored: 2023.06.28.18.03.07, 2023-06-28 18:03:07.889541 stored: 2023.07.04.18.28.24, 2023-07-04 18:28:24.105418 stored: 2023.07.05.18.02.59, 2023-07-05 18:02:59.998767 stored: 2023.07.06.18.03.26, 2023-07-06 18:03:26.519721 stored: 2023.07.07.18.03.09, 2023-07-07 18:03:09.891667 stored: 2023.07.08.18.03.01, 2023-07-08 18:03:01.106664 stored: 2023.07.09.18.02.54, 2023-07-09 18:02:54.696232 stored: 2023.07.10.18.03.24, 2023-07-10 18:03:24.169698 stored: 2023.07.11.18.02.59, 2023-07-11 18:02:59.786215 stored: 2023.07.12.18.02.58, 2023-07-12 18:02:58.134567 stored: 2023.07.13.18.02.58, 2023-07-13 18:02:58.715657 stored: 2023.07.14.18.03.01, 2023-07-14 18:03:01.072278 stored: 2023.07.15.18.02.56, 2023-07-15 18:02:56.886608 stored: 2023.07.16.18.03.00, 2023-07-16 18:03:00.616418 stored: 2023.07.17.18.02.56, 2023-07-17 18:02:56.472619 stored: 2023.07.20.03.19.56, 2023-07-20 03:19:56.500148 stored: 2023.07.20.22.16.01, 2023-07-20 22:16:01.182100 stored: 2023.07.21.18.02.58, 2023-07-21 18:02:58.870027 stored: 2023.07.22.18.03.01, 2023-07-22 18:03:01.228460 stored: 2023.07.23.18.02.59, 2023-07-23 18:02:59.430320 stored: 2023.07.24.18.02.57, 2023-07-24 18:02:57.506516 stored: 2023.07.27.07.22.36, 2023-07-27 07:22:36.396470 stored: 2023.07.28.08.28.23, 2023-07-28 08:28:23.525196 stored: 2023.07.29.07.22.29, 2023-07-29 07:22:29.903881 stored: 2023.08.01.10.38.44, 2023-08-01 10:38:44.873749 stored: 2023.08.02.05.14.55, 2023-08-02 05:14:55.510107 stored: 2023.08.03.06.31.03, 2023-08-03 06:31:03.889780 stored: 2023.08.04.05.12.34, 2023-08-04 05:12:34.222106 stored: 2023.08.04.21.16.30, 2023-08-04 21:16:30.648062 stored: 2023.08.05.18.03.48, 2023-08-05 18:03:48.092629 stored: 2023.08.06.18.03.56, 2023-08-06 18:03:56.928292 stored: 2023.08.07.18.03.42, 2023-08-07 18:03:42.961969 stored: 2023.08.08.18.03.37, 2023-08-08 18:03:37.072704 stored: 2023.08.09.18.03.47, 2023-08-09 18:03:47.161942 stored: 2023.08.10.18.03.49, 2023-08-10 18:03:49.633521 stored: 2023.08.11.18.03.52, 2023-08-11 18:03:52.254250 stored: 2023.08.12.18.03.57, 2023-08-12 18:03:57.596125 stored: 2023.08.13.18.03.51, 2023-08-13 18:03:51.210287 stored: 2023.08.14.18.03.49, 2023-08-14 18:03:49.370754 stored: 2023.08.15.18.03.47, 2023-08-15 18:03:47.851867 stored: 2023.08.16.18.03.43, 2023-08-16 18:03:43.139600 stored: 2023.08.17.18.03.46, 2023-08-17 18:03:46.098171 stored: 2023.08.18.18.03.47, 2023-08-18 18:03:47.484420 stored: 2023.08.19.18.03.53, 2023-08-19 18:03:53.128263 stored: 2023.08.20.18.03.55, 2023-08-20 18:03:55.169790 stored: 2023.08.21.18.03.58, 2023-08-21 18:03:58.454804 stored: 2023.08.22.18.04.02, 2023-08-22 18:04:02.258733 stored: 2023.08.23.18.03.50, 2023-08-23 18:03:50.361656 stored: 2023.08.24.18.03.46, 2023-08-24 18:03:46.984915 stored: 2023.08.25.18.03.59, 2023-08-25 18:03:59.755380 stored: 2023.08.26.18.03.56, 2023-08-26 18:03:56.872742 stored: 2023.08.27.18.03.49, 2023-08-27 18:03:49.344336 stored: 2023.08.28.18.03.50, 2023-08-28 18:03:50.087338 stored: 2023.08.29.18.03.56, 2023-08-29 18:03:56.990775 stored: 2023.08.30.18.04.15, 2023-08-30 18:04:15.646694 stored: 2023.08.31.18.03.48, 2023-08-31 18:03:48.048550 stored: 2023.09.01.18.03.49, 2023-09-01 18:03:49.706833 stored: 2023.09.02.18.03.51, 2023-09-02 18:03:51.379428 stored: 2023.09.03.18.03.39, 2023-09-03 18:03:39.238573 stored: 2023.09.04.18.03.46, 2023-09-04 18:03:46.122098 stored: 2023.09.05.18.03.51, 2023-09-05 18:03:51.070295 stored: 2023.09.06.18.03.36, 2023-09-06 18:03:36.439874 stored: 2023.09.07.18.03.50, 2023-09-07 18:03:50.183842 stored: 2023.09.08.18.03.46, 2023-09-08 18:03:46.802345 stored: 2023.09.09.18.03.36, 2023-09-09 18:03:36.322788 stored: 2023.09.10.18.03.39, 2023-09-10 18:03:39.246513 stored: 2023.09.11.18.03.41, 2023-09-11 18:03:41.049337 stored: 2023.09.14.10.35.59, 2023-09-14 10:35:59.284082 stored: 2023.09.15.10.29.53, 2023-09-15 10:29:53.665628 stored: 2023.09.16.02.26.36, 2023-09-16 02:26:36.006501 stored: 2023.09.16.18.08.17, 2023-09-16 18:08:17.666203 stored: 2023.09.17.18.03.42, 2023-09-17 18:03:42.270582 stored: 2023.09.18.18.03.38, 2023-09-18 18:03:38.484209 stored: 2023.09.19.18.03.48, 2023-09-19 18:03:48.564055 stored: 2023.09.20.18.03.40, 2023-09-20 18:03:40.572726 stored: 2023.09.21.18.04.00, 2023-09-21 18:04:00.224593 stored: 2023.09.22.18.03.43, 2023-09-22 18:03:43.622668 stored: 2023.09.23.18.03.41, 2023-09-23 18:03:41.679925 stored: 2023.09.24.18.03.43, 2023-09-24 18:03:43.956728 stored: 2023.09.27.16.04.52, 2023-09-27 16:04:52.401461 stored: 2023.09.28.12.07.38, 2023-09-28 12:07:38.570017 stored: 2023.09.29.03.49.42, 2023-09-29 03:49:42.531761 stored: 2023.09.29.19.45.07, 2023-09-29 19:45:07.467027 stored: 2023.09.30.18.03.37, 2023-09-30 18:03:37.562561 stored: 2023.10.01.18.03.48, 2023-10-01 18:03:48.302668 stored: 2023.10.02.18.03.34, 2023-10-02 18:03:34.427885 stored: 2023.10.03.18.03.47, 2023-10-03 18:03:47.008201 stored: 2023.10.04.18.03.40, 2023-10-04 18:03:40.326694 stored: 2023.10.06.18.03.41, 2023-10-06 18:03:41.841201 stored: 2023.10.07.18.03.40, 2023-10-07 18:03:40.391074 stored: 2023.10.08.18.04.26, 2023-10-08 18:04:26.590692 stored: 2023.10.09.18.03.50, 2023-10-09 18:03:50.559378 stored: 2023.10.10.18.03.55, 2023-10-10 18:03:55.107168 stored: 2023.10.11.18.03.49, 2023-10-11 18:03:49.722394 stored: 2023.10.12.18.03.50, 2023-10-12 18:03:50.858025 stored: 2023.10.13.18.03.44, 2023-10-13 18:03:44.782153 stored: 2023.10.14.18.03.49, 2023-10-14 18:03:49.852081 stored: 2023.10.15.18.03.43, 2023-10-15 18:03:43.844616 stored: 2023.10.16.18.03.45, 2023-10-16 18:03:45.489984 stored: 2023.10.17.18.03.14, 2023-10-17 18:03:14.888678 stored: 2023.10.18.18.03.17, 2023-10-18 18:03:17.154727 stored: 2023.10.19.18.03.18, 2023-10-19 18:03:18.586008 stored: 2023.10.20.18.03.18, 2023-10-20 18:03:18.577604 stored: 2023.10.21.18.03.18, 2023-10-21 18:03:18.060510 stored: 2023.10.22.18.03.16, 2023-10-22 18:03:16.941409 stored: 2023.10.23.18.04.08, 2023-10-23 18:04:08.900421 stored: 2023.10.27.07.53.48, 2023-10-27 07:53:48.210958 stored: 2023.10.28.05.46.04, 2023-10-28 05:46:04.741565 stored: 2023.10.28.21.41.32, 2023-10-28 21:41:32.295311 stored: 2023.10.29.18.03.19, 2023-10-29 18:03:19.143575 stored: 2023.11.01.05.37.30, 2023-11-01 05:37:30.724089 stored: 2023.11.02.04.38.40, 2023-11-02 04:38:40.535128 stored: 2023.11.04.11.23.32, 2023-11-04 11:23:32.010429 stored: 2023.11.05.18.03.22, 2023-11-05 18:03:22.086698 stored: 2023.11.07.05.05.26, 2023-11-07 05:05:26.153916 stored: 2023.11.07.18.03.21, 2023-11-07 18:03:21.888039 stored: 2023.11.09.18.02.58, 2023-11-09 18:02:58.251109 stored: 2023.11.10.05.28.56, 2023-11-10 05:28:56.027068 stored: 2023.11.10.18.03.23, 2023-11-10 18:03:23.871960 stored: 2023.11.12.06.06.42, 2023-11-12 06:06:42.349680 stored: 2023.11.12.18.03.28, 2023-11-12 18:03:28.326974 stored: 2023.11.13.18.03.47, 2023-11-13 18:03:47.095269 stored: 2023.11.14.18.03.47, 2023-11-14 18:03:47.676830 stored: 2023.11.15.18.03.21, 2023-11-15 18:03:21.711083 stored: 2023.11.16.18.03.58, 2023-11-16 18:03:58.828942 stored: 2023.11.17.18.03.27, 2023-11-17 18:03:27.104369 stored: 2023.11.18.18.03.53, 2023-11-18 18:03:53.867968 stored: 2023.11.19.18.03.19, 2023-11-19 18:03:19.039251 stored: 2023.11.20.18.03.55, 2023-11-20 18:03:55.236280 stored: 2023.11.21.18.03.20, 2023-11-21 18:03:20.481444 stored: 2023.11.22.18.03.59, 2023-11-22 18:03:59.054773 stored: 2023.11.23.18.03.20, 2023-11-23 18:03:20.905336 stored: 2023.11.24.18.03.58, 2023-11-24 18:03:58.070627 stored: 2023.11.25.18.03.32, 2023-11-25 18:03:32.794569 stored: 2023.11.26.18.04.04, 2023-11-26 18:04:04.921087 stored: 2023.11.27.18.03.20, 2023-11-27 18:03:20.405207 stored: 2023.11.28.18.03.59, 2023-11-28 18:03:59.851956 stored: 2023.11.29.18.03.30, 2023-11-29 18:03:30.081496 stored: 2023.11.30.18.03.58, 2023-11-30 18:03:58.530410 stored: 2023.12.01.18.03.27, 2023-12-01 18:03:27.447085 stored: 2023.12.02.18.04.08, 2023-12-02 18:04:08.596469 stored: 2023.12.03.18.03.22, 2023-12-03 18:03:22.421165 stored: 2023.12.04.18.04.01, 2023-12-04 18:04:01.388571 stored: 2023.12.05.18.03.26, 2023-12-05 18:03:26.212587 stored: 2023.12.06.18.04.02, 2023-12-06 18:04:02.423424 stored: 2023.12.07.18.03.24, 2023-12-07 18:03:24.934994 stored: 2023.12.08.18.04.07, 2023-12-08 18:04:07.776524 stored: 2023.12.09.18.03.50, 2023-12-09 18:03:50.096462 stored: 2023.12.10.18.04.00, 2023-12-10 18:04:00.727235 stored: 2023.12.11.18.03.30, 2023-12-11 18:03:30.155533 stored: 2023.12.12.18.04.00, 2023-12-12 18:04:00.486177 stored: 2023.12.13.18.03.45, 2023-12-13 18:03:45.118447 stored: 2023.12.14.18.04.38, 2023-12-14 18:04:38.986691 stored: 2023.12.15.18.03.26, 2023-12-15 18:03:26.297394 stored: 2023.12.16.18.04.11, 2023-12-16 18:04:11.748438 stored: 2023.12.17.18.04.03, 2023-12-17 18:04:03.582174 stored: 2023.12.18.18.04.35, 2023-12-18 18:04:35.330333 stored: 2023.12.19.18.03.31, 2023-12-19 18:03:31.045402 stored: 2023.12.20.18.04.32, 2023-12-20 18:04:32.781774 stored: 2023.12.21.18.03.44, 2023-12-21 18:03:44.963557 stored: 2023.12.22.18.04.17, 2023-12-22 18:04:17.444077 stored: 2023.12.23.18.03.29, 2023-12-23 18:03:29.482476 stored: 2023.12.24.18.04.21, 2023-12-24 18:04:21.447537 stored: 2023.12.25.18.03.43, 2023-12-25 18:03:43.082774 stored: 2023.12.26.18.04.39, 2023-12-26 18:04:39.062653 stored: 2023.12.27.18.03.53, 2023-12-27 18:03:53.976808 stored: 2023.12.28.18.04.09, 2023-12-28 18:04:09.011669 stored: 2023.12.29.18.03.31, 2023-12-29 18:03:31.701103 stored: 2023.12.30.18.04.17, 2023-12-30 18:04:17.654615 stored: 2023.12.31.18.03.28, 2023-12-31 18:03:28.706889 stored: 2024.01.01.18.04.05, 2024-01-01 18:04:05.375586 stored: 2024.01.02.18.03.30, 2024-01-02 18:03:30.868344 stored: 2024.01.03.18.04.08, 2024-01-03 18:04:08.180901 stored: 2024.01.04.18.03.36, 2024-01-04 18:03:36.374782 stored: 2024.01.05.18.03.31, 2024-01-05 18:03:31.136465 stored: 2024.01.06.18.03.28, 2024-01-06 18:03:28.561911 stored: 2024.01.07.18.03.33, 2024-01-07 18:03:33.270157 stored: 2024.01.08.18.03.52, 2024-01-08 18:03:52.396001 stored: 2024.01.09.18.03.31, 2024-01-09 18:03:31.633889 stored: 2024.01.10.18.03.29, 2024-01-10 18:03:29.377802 stored: 2024.01.11.18.03.40, 2024-01-11 18:03:40.058174 stored: 2024.01.12.18.03.42, 2024-01-12 18:03:42.329451 stored: 2024.01.13.18.04.07, 2024-01-13 18:04:07.806697 stored: 2024.01.14.18.03.32, 2024-01-14 18:03:32.580443 stored: 2024.01.15.18.04.08, 2024-01-15 18:04:08.547789 stored: 2024.01.16.18.03.31, 2024-01-16 18:03:31.110380 stored: 2024.01.17.18.04.08, 2024-01-17 18:04:08.400883 stored: 2024.01.25.07.47.31, 2024-01-25 07:47:31.364597 stored: 2024.01.25.18.04.24, 2024-01-25 18:04:24.463113 stored: 2024.01.26.18.03.31, 2024-01-26 18:03:31.841914 stored: 2024.01.27.18.04.39, 2024-01-27 18:04:39.318128 stored: 2024.01.28.18.03.39, 2024-01-28 18:03:39.156180 stored: 2024.01.29.18.04.16, 2024-01-29 18:04:16.454744 stored: 2024.01.30.18.04.04, 2024-01-30 18:04:04.490349 stored: 2024.01.31.18.04.51, 2024-01-31 18:04:51.243268 stored: 2024.02.01.18.03.52, 2024-02-01 18:03:52.568942 stored: 2024.02.02.18.04.40, 2024-02-02 18:04:40.758718 stored: 2024.02.03.18.04.05, 2024-02-03 18:04:05.352533 stored: 2024.02.04.18.04.15, 2024-02-04 18:04:15.640570 stored: 2024.02.05.18.03.58, 2024-02-05 18:03:58.660926 stored: 2024.02.06.18.04.12, 2024-02-06 18:04:12.096737 stored: 2024.02.07.18.04.17, 2024-02-07 18:04:17.461053 stored: 2024.02.08.18.04.12, 2024-02-08 18:04:12.917946 stored: 2024.02.09.18.03.57, 2024-02-09 18:03:57.571676 stored: 2024.02.10.18.03.44, 2024-02-10 18:03:44.611405 stored: 2024.02.11.18.04.12, 2024-02-11 18:04:12.699865 stored: 2024.02.12.18.04.21, 2024-02-12 18:04:21.240786 stored: 2024.02.13.18.04.07, 2024-02-13 18:04:07.583684 stored: 2024.02.14.18.04.15, 2024-02-14 18:04:15.479847 stored: 2024.02.15.18.03.33, 2024-02-15 18:03:33.902696 stored: 2024.02.16.18.04.15, 2024-02-16 18:04:15.579528 stored: 2024.02.17.18.04.11, 2024-02-17 18:04:11.378379 stored: 2024.02.18.18.03.31, 2024-02-18 18:03:31.593073 stored: 2024.02.19.18.03.33, 2024-02-19 18:03:33.441411 stored: 2024.02.20.18.03.54, 2024-02-20 18:03:54.708161 stored: 2024.02.21.18.03.46, 2024-02-21 18:03:46.181202 stored: 2024.02.22.18.04.10, 2024-02-22 18:04:10.334308 stored: 2024.02.23.18.04.17, 2024-02-23 18:04:17.168341 stored: 2024.02.24.18.04.01, 2024-02-24 18:04:01.037755 stored: 2024.02.25.18.04.14, 2024-02-25 18:04:14.762871 stored: 2024.02.26.18.03.46, 2024-02-26 18:03:46.032650 stored: 2024.02.27.18.03.35, 2024-02-27 18:03:35.380452 stored: 2024.02.28.18.04.21, 2024-02-28 18:04:21.319028 stored: 2024.02.29.18.04.17, 2024-02-29 18:04:17.382031 stored: 2024.03.01.11.51.27, 2024-03-01 11:51:27.864322 stored: 2024.03.02.18.03.48, 2024-03-02 18:03:48.095426 stored: 2024.03.03.18.04.22, 2024-03-03 18:04:22.542317 stored: 2024.03.04.18.04.16, 2024-03-04 18:04:16.908574 stored: 2024.03.05.18.04.43, 2024-03-05 18:04:43.511287 stored: 2024.03.06.18.04.23, 2024-03-06 18:04:23.133369 stored: 2024.03.07.18.04.24, 2024-03-07 18:04:24.284384 stored: 2024.03.08.18.04.39, 2024-03-08 18:04:39.126761 stored: 2024.03.09.19.04.26, 2024-03-09 19:04:26.299326 stored: 2024.03.11.18.04.29, 2024-03-11 18:04:29.104282 stored: 2024.03.13.10.06.08, 2024-03-13 10:06:08.100179 stored: 2024.03.14.18.04.10, 2024-03-14 18:04:10.495495 stored: 2024.03.21.05.36.54, 2024-03-21 05:36:54.343295 stored: 2024.03.25.14.45.01, 2024-03-25 14:45:01.255571 stored: 2024.03.26.08.24.36, 2024-03-26 08:24:36.827514 stored: 2024.03.26.18.04.49, 2024-03-26 18:04:49.014032 stored: 2024.03.27.18.04.43, 2024-03-27 18:04:43.723538 stored: 2024.03.28.18.04.59, 2024-03-28 18:04:59.974123 stored: 2024.03.29.18.04.47, 2024-03-29 18:04:47.160830 stored: 2024.03.30.18.04.46, 2024-03-30 18:04:46.190314 stored: 2024.03.31.18.04.37, 2024-03-31 18:04:37.571591 stored: 2024.04.01.18.04.48, 2024-04-01 18:04:48.193051 stored: 2024.04.08.18.04.06, 2024-04-08 18:04:06.719116 stored: 2024.04.09.18.04.55, 2024-04-09 18:04:55.028191 stored: 2024.04.10.18.04.42, 2024-04-10 18:04:42.441877 stored: 2024.04.11.18.04.42, 2024-04-11 18:04:42.887368 stored: 2024.04.12.18.04.42, 2024-04-12 18:04:42.437771 stored: 2024.04.13.18.04.48, 2024-04-13 18:04:48.865055 stored: 2024.04.14.18.04.42, 2024-04-14 18:04:42.705675 stored: 2024.04.15.18.04.49, 2024-04-15 18:04:49.659754 stored: 2024.04.16.18.04.41, 2024-04-16 18:04:41.975325 stored: 2024.04.17.18.04.49, 2024-04-17 18:04:49.547007 stored: 2024.04.18.18.04.42, 2024-04-18 18:04:42.451810 stored: 2024.04.19.18.04.42, 2024-04-19 18:04:42.966390 stored: 2024.04.20.18.04.54, 2024-04-20 18:04:54.306767 stored: 2024.04.21.18.04.55, 2024-04-21 18:04:55.917471 stored: 2024.04.22.18.04.53, 2024-04-22 18:04:53.945876 stored: 2024.04.23.18.04.51, 2024-04-23 18:04:51.918096 stored: 2024.04.24.18.04.57, 2024-04-24 18:04:57.906309 stored: 2024.04.25.18.04.53, 2024-04-25 18:04:53.206736 stored: 2024.04.26.18.04.41, 2024-04-26 18:04:41.337053 stored: 2024.04.27.18.04.51, 2024-04-27 18:04:51.160415 stored: 2024.04.28.18.05.03, 2024-04-28 18:05:03.025174 stored: 2024.04.30.18.04.48, 2024-04-30 18:04:48.947989 stored: 2024.05.01.18.04.51, 2024-05-01 18:04:51.835196 stored: 2024.05.02.18.04.58, 2024-05-02 18:04:58.197381 stored: 2024.05.03.18.04.49, 2024-05-03 18:04:49.139787 stored: 2024.05.04.18.04.58, 2024-05-04 18:04:58.496124 stored: 2024.05.05.18.04.50, 2024-05-05 18:04:50.895792 stored: 2024.05.06.18.04.48, 2024-05-06 18:04:48.471433 stored: 2024.05.07.18.04.56, 2024-05-07 18:04:56.382166 stored: 2024.05.08.18.04.48, 2024-05-08 18:04:48.871003 stored: 2024.05.09.18.05.02, 2024-05-09 18:05:02.624753 stored: 2024.05.16.07.59.14, 2024-05-16 07:59:14.267101 stored: 2024.05.16.18.04.25, 2024-05-16 18:04:25.612385 stored: 2024.05.17.18.04.53, 2024-05-17 18:04:53.908938 stored: 2024.05.18.18.04.27, 2024-05-18 18:04:27.957792 stored: 2024.05.19.18.04.47, 2024-05-19 18:04:47.048017 stored: 2024.05.20.18.04.42, 2024-05-20 18:04:42.665907 stored: 2024.05.21.18.04.37, 2024-05-21 18:04:37.372426 stored: 2024.05.22.18.04.54, 2024-05-22 18:04:54.009020 stored: 2024.05.23.18.04.49, 2024-05-23 18:04:49.768181 stored: 2024.05.24.18.04.46, 2024-05-24 18:04:46.500581 stored: 2024.05.25.18.04.53, 2024-05-25 18:04:53.427120 stored: 2024.05.26.18.04.37, 2024-05-26 18:04:37.829545 stored: 2024.05.27.18.04.49, 2024-05-27 18:04:49.186481 stored: 2024.05.28.18.04.22, 2024-05-28 18:04:22.116869 stored: 2024.05.29.18.04.35, 2024-05-29 18:04:35.690509 stored: 2024.05.30.18.04.36, 2024-05-30 18:04:36.585145 stored: 2024.05.31.18.04.20, 2024-05-31 18:04:20.924811 stored: 2024.06.01.18.04.40, 2024-06-01 18:04:40.841522 stored: 2024.06.02.18.04.47, 2024-06-02 18:04:47.305969 stored: 2024.06.03.18.04.43, 2024-06-03 18:04:43.386019 stored: 2024.06.04.18.04.21, 2024-06-04 18:04:21.057006 stored: 2024.06.05.18.04.22, 2024-06-05 18:04:22.401035 stored: 2024.06.07.12.46.00, 2024-06-07 12:46:00.865783 stored: 2024.06.24.18.18.28, 2024-06-24 18:18:28.261776 stored: 2024.06.25.18.04.47, 2024-06-25 18:04:47.991290 stored: 2024.06.28.18.04.49, 2024-06-28 18:04:49.408452 stored: 2024.06.29.18.05.15, 2024-06-29 18:05:15.692298 stored: 2024.06.30.18.04.40, 2024-06-30 18:04:40.833416 stored: 2024.07.01.18.04.59, 2024-07-01 18:04:59.708919 stored: 2024.07.05.14.34.52, 2024-07-05 14:34:52.048005 stored: 2024.07.06.18.05.10, 2024-07-06 18:05:10.575800 stored: 2024.07.07.18.04.46, 2024-07-07 18:04:46.818785 stored: 2024.07.08.18.05.05, 2024-07-08 18:05:05.519390 stored: 2024.07.09.18.04.52, 2024-07-09 18:04:52.335883 stored: 2024.07.10.18.04.33, 2024-07-10 18:04:33.817106 stored: 2024.07.11.18.04.45, 2024-07-11 18:04:45.433228 stored: 2024.07.12.18.04.36, 2024-07-12 18:04:36.444330 stored: 2024.07.13.18.05.09, 2024-07-13 18:05:09.770661 stored: 2024.07.14.18.05.02, 2024-07-14 18:05:02.584529 stored: 2024.07.15.18.04.56, 2024-07-15 18:04:56.278179 stored: 2024.07.19.10.09.41, 2024-07-19 10:09:41.366450 stored: 2024.07.20.18.04.50, 2024-07-20 18:04:50.652503 stored: 2024.07.21.18.04.51, 2024-07-21 18:04:51.784942 stored: 2024.07.22.18.04.55, 2024-07-22 18:04:55.875979 stored: 2024.07.23.18.04.49, 2024-07-23 18:04:49.428200 stored: 2024.07.24.18.04.45, 2024-07-24 18:04:45.099677 stored: 2024.07.25.18.07.26, 2024-07-25 18:07:26.783134 stored: 2024.07.26.18.05.03, 2024-07-26 18:05:03.806166 stored: 2024.07.27.18.04.54, 2024-07-27 18:04:54.861044 stored: 2024.07.28.18.04.52, 2024-07-28 18:04:52.471391 stored: 2024.07.29.18.04.53, 2024-07-29 18:04:53.239266 stored: 2024.07.30.18.04.51, 2024-07-30 18:04:51.391070 stored: 2024.07.31.18.04.51, 2024-07-31 18:04:51.338127 stored: 2024.08.01.18.04.45, 2024-08-01 18:04:45.633638 stored: 2024.08.02.18.04.51, 2024-08-02 18:04:51.958712 stored: 2024.08.03.18.04.39, 2024-08-03 18:04:39.703527 stored: 2024.08.04.18.04.54, 2024-08-04 18:04:54.507015 stored: 2024.08.05.18.04.53, 2024-08-05 18:04:53.701273 stored: 2024.08.06.18.04.41, 2024-08-06 18:04:41.000453 stored: 2024.08.07.18.04.43, 2024-08-07 18:04:43.898084 stored: 2024.08.08.18.05.00, 2024-08-08 18:05:00.921781 stored: 2024.08.09.18.04.50, 2024-08-09 18:04:50.434863 stored: 2024.08.10.18.04.37, 2024-08-10 18:04:37.739388 stored: 2024.08.11.18.04.58, 2024-08-11 18:04:58.602534 stored: 2024.08.12.18.04.57, 2024-08-12 18:04:57.823980 stored: 2024.08.13.18.04.54, 2024-08-13 18:04:54.349862 stored: 2024.08.14.18.04.40, 2024-08-14 18:04:40.342972 stored: 2024.08.15.18.04.44, 2024-08-15 18:04:44.163647 stored: 2024.08.16.18.04.43, 2024-08-16 18:04:43.569258 stored: 2024.08.17.18.05.08, 2024-08-17 18:05:08.131613 stored: 2024.08.18.18.04.38, 2024-08-18 18:04:38.554105 stored: 2024.08.19.18.05.00, 2024-08-19 18:05:00.394914 stored: 2024.08.20.18.04.44, 2024-08-20 18:04:44.553783 stored: 2024.08.21.18.04.48, 2024-08-21 18:04:48.118647 stored: 2024.08.22.18.04.53, 2024-08-22 18:04:53.058467 stored: 2024.08.23.18.04.56, 2024-08-23 18:04:56.798655 stored: 2024.08.24.18.04.57, 2024-08-24 18:04:57.195971 stored: 2024.08.25.21.10.00, 2024-08-25 21:10:00.275062 stored: 2024.08.26.18.04.51, 2024-08-26 18:04:51.058180 stored: 2024.08.28.12.39.54, 2024-08-28 12:39:54.884515 stored: 2024.08.29.10.46.46, 2024-08-29 10:46:46.470600 stored: 2024.08.30.18.05.31, 2024-08-30 18:05:31.972909 stored: 2024.08.31.18.04.57, 2024-08-31 18:04:57.206862 stored: 2024.09.01.18.04.57, 2024-09-01 18:04:57.677691 stored: 2024.09.02.18.04.47, 2024-09-02 18:04:47.844531 stored: 2024.09.03.18.04.43, 2024-09-03 18:04:43.584258 stored: 2024.09.04.18.04.42, 2024-09-04 18:04:42.609037 stored: 2024.09.05.18.09.19, 2024-09-05 18:09:19.298054 stored: 2024.09.07.18.05.01, 2024-09-07 18:05:01.283922 stored: 2024.09.08.18.04.35, 2024-09-08 18:04:35.577708 stored: 2024.09.09.18.10.21, 2024-09-09 18:10:21.900374 stored: 2024.09.11.07.38.47, 2024-09-11 07:38:47.460570 stored: 2024.09.14.10.37.43, 2024-09-14 10:37:43.010193 stored: 2024.09.15.18.04.42, 2024-09-15 18:04:42.073318 stored: 2024.09.16.18.04.32, 2024-09-16 18:04:32.474103 stored: 2024.09.17.18.04.38, 2024-09-17 18:04:38.095228 stored: 2024.09.18.18.04.39, 2024-09-18 18:04:39.675729 stored: 2024.09.19.18.04.36, 2024-09-19 18:04:36.500060 stored: 2024.09.20.18.04.37, 2024-09-20 18:04:37.141045 stored: 2024.09.21.18.04.39, 2024-09-21 18:04:39.650832 stored: 2024.09.22.18.04.42, 2024-09-22 18:04:42.244693 stored: 2024.09.23.18.04.33, 2024-09-23 18:04:33.377788 stored: 2024.09.24.18.04.44, 2024-09-24 18:04:44.022955 stored: 2024.09.25.18.04.39, 2024-09-25 18:04:39.700000 stored: 2024.09.26.18.04.34, 2024-09-26 18:04:34.998437 stored: 2024.09.27.18.04.27, 2024-09-27 18:04:27.188926 stored: 2024.10.03.22.29.23, 2024-10-03 22:29:23.443216 stored: 2024.10.04.18.04.34, 2024-10-04 18:04:34.049732 stored: 2024.10.05.18.04.32, 2024-10-05 18:04:32.525901 stored: 2024.10.06.18.04.35, 2024-10-06 18:04:35.475734 stored: 2024.10.07.18.04.38, 2024-10-07 18:04:38.149213 stored: 2024.10.08.10.50.32, 2024-10-08 10:50:32.994734 stored: 2024.10.09.18.04.30, 2024-10-09 18:04:30.774064 stored: 2024.10.10.18.04.33, 2024-10-10 18:04:33.451163 stored: 2024.10.11.18.04.35, 2024-10-11 18:04:35.085256 stored: 2024.10.12.18.20.19, 2024-10-12 18:20:19.153130 stored: 2024.10.13.18.05.00, 2024-10-13 18:05:00.613255 stored: 2024.10.14.18.04.39, 2024-10-14 18:04:39.033727 stored: 2024.10.15.18.04.39, 2024-10-15 18:04:39.214151 stored: 2024.10.16.18.04.46, 2024-10-16 18:04:46.209962 stored: 2024.10.17.18.04.37, 2024-10-17 18:04:37.294297 stored: 2024.10.18.18.04.35, 2024-10-18 18:04:35.622873 stored: 2024.10.19.18.04.34, 2024-10-19 18:04:34.301592 stored: 2024.10.20.18.04.26, 2024-10-20 18:04:26.969429 stored: 2024.10.21.18.04.31, 2024-10-21 18:04:31.965066 stored: 2024.10.22.18.04.32, 2024-10-22 18:04:32.832724 stored: 2024.10.23.18.04.30, 2024-10-23 18:04:30.398844 stored: 2024.10.24.18.04.28, 2024-10-24 18:04:28.227793 stored: 2024.10.25.18.04.37, 2024-10-25 18:04:37.006433 stored: 2024.10.26.18.04.26, 2024-10-26 18:04:26.417781 stored: 2024.10.27.18.04.42, 2024-10-27 18:04:42.696080 stored: 2024.10.28.18.04.32, 2024-10-28 18:04:32.056814 stored: 2024.10.29.18.04.38, 2024-10-29 18:04:38.380642 stored: 2024.10.30.18.12.23, 2024-10-30 18:12:23.802985 stored: 2024.10.31.18.05.01, 2024-10-31 18:05:01.997278 stored: 2024.11.01.18.04.36, 2024-11-01 18:04:36.750145 stored: 2024.11.02.18.04.42, 2024-11-02 18:04:42.082012 stored: 2024.11.03.18.04.31, 2024-11-03 18:04:31.694428 stored: 2024.11.04.18.04.43, 2024-11-04 18:04:43.739911 stored: 2024.11.05.18.04.45, 2024-11-05 18:04:45.021461 stored: 2024.11.06.18.04.47, 2024-11-06 18:04:47.582715 stored: 2024.11.08.18.04.44, 2024-11-08 18:04:44.146934 stored: 2024.11.09.18.04.48, 2024-11-09 18:04:48.032952 stored: 2024.11.10.18.04.45, 2024-11-10 18:04:45.580530 stored: 2024.11.11.18.04.42, 2024-11-11 18:04:42.625935 stored: 2024.11.15.09.08.44, 2024-11-15 09:08:44.716209 stored: 2024.11.16.18.04.49, 2024-11-16 18:04:49.882973 stored: 2024.11.17.18.04.47, 2024-11-17 18:04:47.831855 stored: 2024.11.20.15.41.38, 2024-11-20 15:41:38.355726 stored: 2024.11.21.18.04.33, 2024-11-21 18:04:33.568076 stored: 2024.11.22.18.04.57, 2024-11-22 18:04:57.111066 stored: 2024.11.23.18.04.39, 2024-11-23 18:04:39.972993 stored: 2024.11.24.18.04.35, 2024-11-24 18:04:35.533178 stored: 2024.11.25.18.04.42, 2024-11-25 18:04:42.033686 stored: 2024.11.26.18.04.34, 2024-11-26 18:04:34.211537 stored: 2024.11.27.18.04.38, 2024-11-27 18:04:38.016755 stored: 2024.11.28.18.04.38, 2024-11-28 18:04:38.748617 stored: 2024.11.29.18.04.41, 2024-11-29 18:04:41.429320 stored: 2024.11.30.18.04.41, 2024-11-30 18:04:41.161757 stored: 2024.12.01.18.04.40, 2024-12-01 18:04:40.713988 stored: 2024.12.02.18.04.43, 2024-12-02 18:04:43.156007 stored: 2024.12.03.18.04.40, 2024-12-03 18:04:40.248877 stored: 2024.12.05.13.06.52, 2024-12-05 13:06:52.703831 stored: 2024.12.06.18.04.40, 2024-12-06 18:04:40.445194 stored: 2024.12.07.18.05.11, 2024-12-07 18:05:11.891294 stored: 2024.12.08.18.04.48, 2024-12-08 18:04:48.683523 stored: 2024.12.09.18.05.31, 2024-12-09 18:05:31.152967 stored: 2024.12.10.18.04.55, 2024-12-10 18:04:55.916408 stored: 2024.12.13.18.05.05, 2024-12-13 18:05:05.743550 stored: 2024.12.14.18.05.06, 2024-12-14 18:05:06.332887 stored: 2024.12.15.18.05.11, 2024-12-15 18:05:11.733292 stored: 2024.12.17.10.15.19, 2024-12-17 10:15:19.866993 stored: 2024.12.18.07.17.26, 2024-12-18 07:17:26.757877 stored: 2024.12.19.18.05.17, 2024-12-19 18:05:17.510403 stored: 2024.12.20.15.52.40, 2024-12-20 15:52:40.202576 stored: 2024.12.21.18.05.16, 2024-12-21 18:05:16.214989 stored: 2024.12.22.18.05.12, 2024-12-22 18:05:12.764758 stored: 2024.12.23.18.05.16, 2024-12-23 18:05:16.749082 stored: 2024.12.24.18.05.33, 2024-12-24 18:05:33.131144 stored: 2024.12.25.18.05.25, 2024-12-25 18:05:25.134418 stored: 2024.12.26.18.05.18, 2024-12-26 18:05:18.974986 stored: 2024.12.27.18.05.20, 2024-12-27 18:05:20.779605 stored: 2024.12.28.18.05.15, 2024-12-28 18:05:15.508385 stored: 2024.12.29.18.05.19, 2024-12-29 18:05:19.969078 stored: 2024.12.30.18.05.19, 2024-12-30 18:05:19.652010 stored: 2024.12.31.22.04.11, 2024-12-31 22:04:11.207358 stored: 2025.01.01.18.05.15, 2025-01-01 18:05:15.010169 stored: 2025.01.02.18.05.16, 2025-01-02 18:05:16.447631 stored: 2025.01.03.18.05.11, 2025-01-03 18:05:11.559658 stored: 2025.01.04.21.03.05, 2025-01-04 21:03:05.432577 stored: 2025.01.05.18.05.01, 2025-01-05 18:05:01.155667 stored: 2025.01.06.18.04.55, 2025-01-06 18:04:55.058358 stored: 2025.01.07.18.05.00, 2025-01-07 18:05:00.449358 stored: 2025.01.08.18.04.50, 2025-01-08 18:04:50.485677 stored: 2025.01.09.18.04.50, 2025-01-09 18:04:50.730317 stored: 2025.01.10.18.04.51, 2025-01-10 18:04:51.866253 stored: 2025.01.11.18.04.57, 2025-01-11 18:04:57.802015 stored: 2025.01.12.18.04.48, 2025-01-12 18:04:48.512058 stored: 2025.01.13.18.05.16, 2025-01-13 18:05:16.726006 stored: 2025.01.14.18.04.53, 2025-01-14 18:04:53.636066 stored: 2025.01.15.18.05.16, 2025-01-15 18:05:16.063094 stored: 2025.01.16.18.04.58, 2025-01-16 18:04:58.536571 stored: 2025.01.17.18.04.57, 2025-01-17 18:04:57.654147 stored: 2025.01.18.18.05.31, 2025-01-18 18:05:31.834591 stored: 2025.01.19.18.04.50, 2025-01-19 18:04:50.396954 stored: 2025.01.20.18.04.52, 2025-01-20 18:04:52.862843 stored: 2025.01.21.18.04.51, 2025-01-21 18:04:51.119185 stored: 2025.01.22.18.04.50, 2025-01-22 18:04:50.662399 stored: 2025.01.23.18.04.54, 2025-01-23 18:04:54.573766 stored: 2025.01.24.18.04.51, 2025-01-24 18:04:51.816461 stored: 2025.01.25.18.04.51, 2025-01-25 18:04:51.607056 stored: 2025.01.26.18.04.54, 2025-01-26 18:04:54.548405 stored: 2025.01.27.18.04.52, 2025-01-27 18:04:52.499314 stored: 2025.01.28.18.04.55, 2025-01-28 18:04:55.588517 stored: 2025.01.29.18.05.15, 2025-01-29 18:05:15.608010 stored: 2025.01.30.18.04.58, 2025-01-30 18:04:58.892230 stored: 2025.01.31.18.04.58, 2025-01-31 18:04:58.660504 stored: 2025.02.01.18.04.54, 2025-02-01 18:04:54.467450 stored: 2025.02.02.18.05.04, 2025-02-02 18:05:04.409782 stored: 2025.02.03.18.04.56, 2025-02-03 18:04:56.274618 stored: 2025.02.04.18.05.11, 2025-02-04 18:05:11.760057 stored: 2025.02.05.18.04.55, 2025-02-05 18:04:55.550307 stored: 2025.02.06.18.04.59, 2025-02-06 18:04:59.700456 stored: 2025.02.07.18.05.03, 2025-02-07 18:05:03.663828 stored: 2025.02.08.18.05.01, 2025-02-08 18:05:01.053948 stored: 2025.02.09.18.05.04, 2025-02-09 18:05:04.796583 stored: 2025.02.10.18.05.18, 2025-02-10 18:05:18.275013 stored: 2025.02.11.18.04.54, 2025-02-11 18:04:54.602368 stored: 2025.02.12.18.05.00, 2025-02-12 18:05:00.943200 stored: 2025.02.13.18.05.07, 2025-02-13 18:05:07.853302 stored: 2025.02.14.18.05.15, 2025-02-14 18:05:15.315494 stored: 2025.02.15.18.04.54, 2025-02-15 18:04:54.133851 stored: 2025.02.16.18.05.30, 2025-02-16 18:05:30.947321 stored: 2025.02.17.18.05.08, 2025-02-17 18:05:08.565958 stored: 2025.02.18.18.05.08, 2025-02-18 18:05:08.161211 stored: 2025.02.19.18.05.06, 2025-02-19 18:05:06.756290 stored: 2025.02.20.18.05.01, 2025-02-20 18:05:01.388462 stored: 2025.02.21.18.04.56, 2025-02-21 18:04:56.391876 stored: 2025.02.22.18.05.01, 2025-02-22 18:05:01.653275 stored: 2025.02.23.18.04.59, 2025-02-23 18:04:59.069330 stored: 2025.02.24.18.05.09, 2025-02-24 18:05:09.197346 stored: 2025.02.25.18.05.25, 2025-02-25 18:05:25.080336 stored: 2025.02.26.18.04.59, 2025-02-26 18:04:59.080203 stored: 2025.02.27.18.05.02, 2025-02-27 18:05:02.007575 stored: 2025.03.01.19.39.06, 2025-03-01 19:39:06.132266 stored: 2025.03.02.18.05.12, 2025-03-02 18:05:12.914635 stored: 2025.03.08.09.51.30, 2025-03-08 09:51:30.025454 stored: 2025.03.09.11.51.56, 2025-03-09 11:51:56.113443 stored: 2025.03.10.18.05.00, 2025-03-10 18:05:00.383506 stored: 2025.03.11.18.04.37, 2025-03-11 18:04:37.889374 stored: 2025.03.12.18.05.25, 2025-03-12 18:05:25.364996 stored: 2025.03.13.18.04.56, 2025-03-13 18:04:56.892789 stored: 2025.03.14.18.04.59, 2025-03-14 18:04:59.403480 stored: 2025.03.15.18.05.05, 2025-03-15 18:05:05.491275 stored: 2025.03.16.18.04.58, 2025-03-16 18:04:58.080159 stored: 2025.03.17.18.05.09, 2025-03-17 18:05:09.888343 stored: 2025.03.18.18.04.59, 2025-03-18 18:04:59.925862 stored: 2025.03.19.18.04.59, 2025-03-19 18:04:59.924528 stored: 2025.03.20.18.05.06, 2025-03-20 18:05:06.193253 stored: 2025.03.21.18.05.11, 2025-03-21 18:05:11.188567 stored: 2025.03.22.18.05.05, 2025-03-22 18:05:05.187833 stored: 2025.03.23.18.05.02, 2025-03-23 18:05:02.247660 stored: 2025.03.24.18.05.19, 2025-03-24 18:05:19.424004 stored: 2025.03.25.18.05.06, 2025-03-25 18:05:06.601886 stored: 2025.03.26.18.05.14, 2025-03-26 18:05:14.858557 stored: 2025.03.27.18.05.01, 2025-03-27 18:05:01.528354 stored: 2025.03.28.18.05.05, 2025-03-28 18:05:05.572502 stored: 2025.03.29.18.05.03, 2025-03-29 18:05:03.814697 stored: 2025.03.30.18.05.05, 2025-03-30 18:05:05.618659 stored: 2025.03.31.18.05.08, 2025-03-31 18:05:08.702674 stored: 2025.04.01.18.05.33, 2025-04-01 18:05:33.483705 stored: 2025.04.02.18.05.10, 2025-04-02 18:05:10.716841 stored: 2025.04.03.18.05.11, 2025-04-03 18:05:11.565423 stored: 2025.04.04.18.05.11, 2025-04-04 18:05:11.447826 stored: 2025.04.05.18.05.10, 2025-04-05 18:05:10.742513 stored: 2025.04.06.18.05.09, 2025-04-06 18:05:09.032350 stored: 2025.04.07.18.05.39, 2025-04-07 18:05:39.290296 stored: 2025.04.08.18.04.48, 2025-04-08 18:04:48.401395 stored: 2025.04.09.18.05.06, 2025-04-09 18:05:06.587860 stored: 2025.04.12.15.30.13, 2025-04-12 15:30:13.001596 stored: 2025.04.13.06.22.27, 2025-04-13 06:22:27.914604 stored: 2025.04.13.21.13.14, 2025-04-13 21:13:14.788575 stored: 2025.04.14.18.05.20, 2025-04-14 18:05:20.794814 stored: 2025.04.15.11.55.47, 2025-04-15 11:55:47.877794 stored: 2025.04.16.18.05.19, 2025-04-16 18:05:19.706948 stored: 2025.04.17.18.05.15, 2025-04-17 18:05:15.058080 stored: 2025.04.18.18.05.13, 2025-04-18 18:05:13.648572 stored: 2025.04.19.18.05.12, 2025-04-19 18:05:12.690150 stored: 2025.04.20.18.05.09, 2025-04-20 18:05:09.180526 stored: 2025.04.21.18.05.43, 2025-04-21 18:05:43.753791 stored: 2025.04.22.18.05.18, 2025-04-22 18:05:18.557319 stored: 2025.04.23.18.05.16, 2025-04-23 18:05:16.528526 stored: 2025.04.24.18.05.45, 2025-04-24 18:05:45.863422 stored: 2025.04.25.18.05.13, 2025-04-25 18:05:13.710152 stored: 2025.04.26.18.05.15, 2025-04-26 18:05:15.658793 stored: 2025.04.27.18.05.07, 2025-04-27 18:05:07.428123 stored: 2025.04.28.18.05.12, 2025-04-28 18:05:12.797233 stored: 2025.05.01.10.59.59, 2025-05-01 10:59:59.037468 stored: 2025.05.02.18.05.28, 2025-05-02 18:05:28.887848 stored: 2025.05.03.18.05.22, 2025-05-03 18:05:22.552851 stored: 2025.05.04.18.05.05, 2025-05-04 18:05:05.598143 stored: 2025.05.13.07.27.26, 2025-05-13 07:27:26.381358 stored: 2025.05.15.18.52.13, 2025-05-15 18:52:13.776529 stored: 2025.05.17.08.06.12, 2025-05-17 08:06:12.674466 stored: 2025.05.19.09.04.09, 2025-05-19 09:04:09.728986 stored: 2025.05.22.13.57.08, 2025-05-22 13:57:08.808466 stored: 2025.05.24.10.00.52, 2025-05-24 10:00:52.316358 stored: 2025.05.25.12.14.31, 2025-05-25 12:14:31.028020 stored: 2025.05.30.03.12.18, 2025-05-30 03:12:18.106650 stored: 2025.05.30.20.23.35, 2025-05-30 20:23:35.405015 stored: 2025.05.31.18.05.20, 2025-05-31 18:05:20.723733 stored: 2025.06.01.18.05.14, 2025-06-01 18:05:14.574276 stored: 2025.06.02.18.05.15, 2025-06-02 18:05:15.900602 stored: 2025.06.03.18.05.18, 2025-06-03 18:05:18.223155 stored: 2025.06.05.18.05.16, 2025-06-05 18:05:16.546272 stored: 2025.06.06.18.05.25, 2025-06-06 18:05:25.771389 stored: 2025.06.07.18.05.10, 2025-06-07 18:05:10.788167 stored: 2025.06.08.18.05.21, 2025-06-08 18:05:21.222466 stored: 2025.06.09.18.05.14, 2025-06-09 18:05:14.774679 stored: 2025.06.10.18.05.19, 2025-06-10 18:05:19.541930 stored: 2025.06.11.18.05.26, 2025-06-11 18:05:26.639643 stored: 2025.06.12.18.05.15, 2025-06-12 18:05:15.124517 stored: 2025.06.13.18.04.59, 2025-06-13 18:04:59.062910 stored: 2025.06.20.06.49.46, 2025-06-20 06:49:46.123988 stored: 2025.06.21.18.05.14, 2025-06-21 18:05:14.693572 stored: 2025.06.22.18.05.28, 2025-06-22 18:05:28.829408 stored: 2025.06.23.18.04.59, 2025-06-23 18:04:59.665244 stored: 2025.06.24.18.05.04, 2025-06-24 18:05:04.974657 stored: 2025.06.25.18.05.10, 2025-06-25 18:05:10.243421 stored: 2025.06.26.18.04.52, 2025-06-26 18:04:52.343803 stored: 2025.06.27.18.05.05, 2025-06-27 18:05:05.716181 stored: 2025.06.28.18.04.50, 2025-06-28 18:04:50.099950 stored: 2025.06.29.18.05.03, 2025-06-29 18:05:03.562419 stored: 2025.06.30.18.04.57, 2025-06-30 18:04:57.777357 stored: 2025.07.01.18.04.59, 2025-07-01 18:04:59.335039 stored: 2025.07.02.18.04.57, 2025-07-02 18:04:57.643167 stored: 2025.07.04.18.03.59, 2025-07-04 18:03:59.992718 stored: 2025.07.05.18.04.46, 2025-07-05 18:04:46.414665 stored: 2025.07.06.18.05.17, 2025-07-06 18:05:17.539736 stored: 2025.07.07.18.04.30, 2025-07-07 18:04:30.728679 stored: 2025.07.08.18.04.24, 2025-07-08 18:04:24.781100 stored: 2025.07.09.18.04.39, 2025-07-09 18:04:39.547654 stored: 2025.07.10.18.04.24, 2025-07-10 18:04:24.531816 stored: 2025.07.11.18.04.28, 2025-07-11 18:04:28.322448 stored: 2025.07.12.18.04.24, 2025-07-12 18:04:24.206422 stored: 2025.07.13.18.04.32, 2025-07-13 18:04:32.217783 stored: 2025.07.14.18.04.27, 2025-07-14 18:04:27.866780 stored: 2025.07.15.18.04.25, 2025-07-15 18:04:25.803016 stored: 2025.07.16.18.04.22, 2025-07-16 18:04:22.019676 stored: 2025.07.17.18.04.07, 2025-07-17 18:04:07.906594 stored: 2025.07.18.18.04.10, 2025-07-18 18:04:10.242916 stored: 2025.07.19.18.06.06, 2025-07-19 18:06:06.433114 stored: 2025.07.20.18.04.12, 2025-07-20 18:04:12.311952 stored: 2025.07.21.18.04.18, 2025-07-21 18:04:18.581778 stored: 2025.07.22.18.04.11, 2025-07-22 18:04:11.661291 stored: 2025.07.23.18.04.27, 2025-07-23 18:04:27.194923 stored: 2025.07.24.18.04.21, 2025-07-24 18:04:21.144539 stored: 2025.07.25.18.04.21, 2025-07-25 18:04:21.733835 stored: 2025.07.26.18.04.08, 2025-07-26 18:04:08.801290 stored: 2025.07.27.18.04.10, 2025-07-27 18:04:10.753590 stored: 2025.07.28.18.04.25, 2025-07-28 18:04:25.256431 stored: 2025.07.29.18.04.08, 2025-07-29 18:04:08.654755 stored: 2025.07.30.18.04.33, 2025-07-30 18:04:33.252555 stored: 2025.07.31.18.04.15, 2025-07-31 18:04:15.163162 stored: 2025.08.01.18.04.05, 2025-08-01 18:04:05.884163 stored: 2025.08.02.18.04.17, 2025-08-02 18:04:17.527059 stored: 2025.08.03.18.04.04, 2025-08-03 18:04:04.783803 stored: 2025.08.04.18.04.39, 2025-08-04 18:04:39.899384 stored: 2025.08.05.18.04.16, 2025-08-05 18:04:16.364334 stored: 2025.08.06.18.04.40, 2025-08-06 18:04:40.562933 stored: 2025.08.07.18.04.39, 2025-08-07 18:04:39.001563 stored: 2025.08.08.18.04.12, 2025-08-08 18:04:12.207177 stored: 2025.08.09.18.04.26, 2025-08-09 18:04:26.911823 stored: 2025.08.10.18.04.38, 2025-08-10 18:04:38.772973 stored: 2025.08.11.18.04.07, 2025-08-11 18:04:07.395411 stored: 2025.08.13.20.38.43, 2025-08-13 20:38:43.129452 stored: 2025.08.14.18.04.21, 2025-08-14 18:04:21.341116 stored: 2025.08.15.18.04.14, 2025-08-15 18:04:14.514850 stored: 2025.08.16.18.04.23, 2025-08-16 18:04:23.579430 stored: 2025.08.17.18.04.10, 2025-08-17 18:04:10.420586 stored: 2025.08.21.06.51.27, 2025-08-21 06:51:27.423323 stored: 2025.08.22.18.04.07, 2025-08-22 18:04:07.837093 stored: 2025.08.23.18.04.10, 2025-08-23 18:04:10.036647 stored: 2025.08.24.18.04.11, 2025-08-24 18:04:11.271058 stored: 2025.08.25.18.04.16, 2025-08-25 18:04:16.917624 stored: 2025.08.26.09.41.17, 2025-08-26 09:41:17.603539 stored: 2025.08.27.18.04.11, 2025-08-27 18:04:11.486036 stored: 2025.08.29.09.36.14, 2025-08-29 09:36:14.068420 stored: 2025.08.30.18.04.27, 2025-08-30 18:04:27.691733 stored: 2025.08.31.18.04.13, 2025-08-31 18:04:13.705633 stored: 2025.09.01.18.04.24, 2025-09-01 18:04:24.955933 stored: 2025.09.02.18.04.31, 2025-09-02 18:04:31.165096 stored: 2025.09.03.18.04.13, 2025-09-03 18:04:13.174787 stored: 2025.09.04.18.04.14, 2025-09-04 18:04:14.810373 stored: 2025.09.05.18.04.50, 2025-09-05 18:04:50.326478 stored: 2025.09.06.18.04.33, 2025-09-06 18:04:33.396924 stored: 2025.09.07.18.04.39, 2025-09-07 18:04:39.081850 stored: 2025.09.08.18.04.23, 2025-09-08 18:04:23.721487 stored: 2025.09.09.18.04.22, 2025-09-09 18:04:22.720843 stored: 2025.09.10.18.04.41, 2025-09-10 18:04:41.573780 stored: 2025.09.13.11.02.31, 2025-09-13 11:02:31.883617 stored: 2025.09.14.02.07.00, 2025-09-14 02:07:00.682208 stored: 2025.09.14.18.48.00, 2025-09-14 18:48:00.982819 stored: 2025.09.15.18.04.28, 2025-09-15 18:04:28.690337 stored: 2025.09.16.18.04.08, 2025-09-16 18:04:08.412948 stored: 2025.09.17.18.04.26, 2025-09-17 18:04:26.478048 stored: 2025.09.18.18.04.27, 2025-09-18 18:04:27.657081 stored: 2025.09.19.18.04.23, 2025-09-19 18:04:23.609976 stored: 2025.09.20.18.04.23, 2025-09-20 18:04:23.943885 stored: 2025.09.21.18.04.40, 2025-09-21 18:04:40.266318 stored: 2025.09.22.18.04.07, 2025-09-22 18:04:07.339250 stored: 2025.09.23.18.04.12, 2025-09-23 18:04:12.234520 stored: 2025.09.25.17.49.04, 2025-09-25 17:49:04.950210 stored: 2025.09.26.18.04.12, 2025-09-26 18:04:12.512693 stored: 2025.09.27.18.04.14, 2025-09-27 18:04:14.793210 stored: 2025.09.28.18.04.12, 2025-09-28 18:04:12.621541 stored: 2025.10.01.10.05.07, 2025-10-01 10:05:07.909775 stored: 2025.10.06.09.42.55, 2025-10-06 09:42:55.867372 stored: 2025.10.10.20.23.06, 2025-10-10 20:23:06.410855 stored: 2025.10.11.18.03.48, 2025-10-11 18:03:48.140438 stored: 2025.10.12.18.03.42, 2025-10-12 18:03:42.537446 stored: 2025.10.13.18.03.41, 2025-10-13 18:03:41.899455 stored: 2025.10.14.18.03.49, 2025-10-14 18:03:49.001122 stored: 2025.10.15.18.03.41, 2025-10-15 18:03:41.611697 stored: 2025.10.16.18.03.41, 2025-10-16 18:03:41.622506 stored: 2025.10.17.18.03.41, 2025-10-17 18:03:41.543441 stored: 2025.10.18.18.03.41, 2025-10-18 18:03:41.328412 stored: 2025.10.19.18.03.41, 2025-10-19 18:03:41.622708 stored: 2025.10.21.18.03.58, 2025-10-21 18:03:58.811816 stored: 2025.10.22.18.03.51, 2025-10-22 18:03:51.617145 stored: 2025.10.23.18.03.52, 2025-10-23 18:03:52.041577 stored: 2025.10.24.18.03.44, 2025-10-24 18:03:44.358544 stored: 2025.10.25.18.03.39, 2025-10-25 18:03:39.877301 stored: 2025.10.26.18.03.45, 2025-10-26 18:03:45.353391 stored: 2025.10.27.18.03.47, 2025-10-27 18:03:47.463516 stored: 2025.10.28.18.03.49, 2025-10-28 18:03:49.023095 stored: 2025.10.29.18.03.37, 2025-10-29 18:03:37.087383 stored: 2025.10.30.18.03.44, 2025-10-30 18:03:44.382565 stored: 2025.10.31.18.03.40, 2025-10-31 18:03:40.823333 stored: 2025.11.01.18.03.38, 2025-11-01 18:03:38.979234 stored: 2025.11.02.18.03.39, 2025-11-02 18:03:39.301452 stored: 2025.11.03.18.03.43, 2025-11-03 18:03:43.137902 stored: 2025.11.04.18.03.39, 2025-11-04 18:03:39.718294 stored: 2025.11.05.18.03.40, 2025-11-05 18:03:40.234750 stored: 2025.11.09.09.37.30, 2025-11-09 09:37:30.202490 stored: 2025.11.10.00.36.14, 2025-11-10 00:36:14.183435 stored: 2025.11.10.18.03.37, 2025-11-10 18:03:37.863878 stored: 2025.11.11.18.03.44, 2025-11-11 18:03:44.875943 stored: 2025.11.12.18.03.43, 2025-11-12 18:03:43.366523 stored: 2025.11.13.18.03.48, 2025-11-13 18:03:48.067049 stored: 2025.11.14.18.03.40, 2025-11-14 18:03:40.540561 stored: 2025.11.15.18.03.39, 2025-11-15 18:03:39.619662 stored: 2025.11.16.18.03.39, 2025-11-16 18:03:39.318891 stored: 2025.11.17.18.03.43, 2025-11-17 18:03:43.152640 stored: 2025.11.25.07.39.29, 2025-11-25 07:39:29.524636 stored: 2025.11.26.21.49.19, 2025-11-26 21:49:19.997368 stored: 2025.11.27.18.03.37, 2025-11-27 18:03:37.327034 stored: 2025.11.28.18.03.49, 2025-11-28 18:03:49.662576 stored: 2025.11.29.18.03.50, 2025-11-29 18:03:50.054112 stored: 2025.11.30.18.03.38, 2025-11-30 18:03:38.200878 stored: 2025.12.01.18.03.49, 2025-12-01 18:03:49.516847 stored: 2025.12.02.18.03.40, 2025-12-02 18:03:40.088181 stored: 2025.12.03.18.03.47, 2025-12-03 18:03:47.190622 stored: 2025.12.04.18.03.43, 2025-12-04 18:03:43.423191 stored: 2025.12.05.18.03.41, 2025-12-05 18:03:41.677603 stored: 2025.12.06.18.03.40, 2025-12-06 18:03:40.242226 stored: 2025.12.07.18.03.49, 2025-12-07 18:03:49.924875 stored: 2025.12.08.18.03.58, 2025-12-08 18:03:58.718331 stored: 2025.12.09.18.03.53, 2025-12-09 18:03:53.079758 stored: 2025.12.10.18.03.43, 2025-12-10 18:03:43.071325 stored: 2025.12.11.18.03.40, 2025-12-11 18:03:40.076302 stored: 2025.12.13.18.03.50, 2025-12-13 18:03:50.249609 stored: 2025.12.14.18.03.41, 2025-12-14 18:03:41.461725 stored: 2025.12.15.18.03.42, 2025-12-15 18:03:42.109360 stored: 2025.12.16.18.03.40, 2025-12-16 18:03:40.888852 stored: 2025.12.17.18.03.44, 2025-12-17 18:03:44.923324 stored: 2025.12.18.18.04.11, 2025-12-18 18:04:11.204834 stored: 2025.12.19.18.03.42, 2025-12-19 18:03:42.451432 stored: 2025.12.20.18.03.40, 2025-12-20 18:03:40.061236 stored: 2025.12.21.18.03.40, 2025-12-21 18:03:40.119478 stored: 2025.12.22.18.03.44, 2025-12-22 18:03:44.608092 stored: 2025.12.23.18.43.14, 2025-12-23 18:43:14.617469 stored: 2026.01.08.14.48.45, 2026-01-08 14:48:45.176211 stored: 2026.01.09.18.03.41, 2026-01-09 18:03:41.467308 stored: 2026.01.10.18.03.49, 2026-01-10 18:03:49.692370 stored: 2026.01.11.18.03.40, 2026-01-11 18:03:40.015829 stored: 2026.01.12.18.03.49, 2026-01-12 18:03:49.257700 stored: 2026.01.13.18.03.43, 2026-01-13 18:03:43.271848 stored: 2026.01.14.18.03.41, 2026-01-14 18:03:41.033384 stored: 2026.01.15.18.03.44, 2026-01-15 18:03:44.185009 stored: 2026.01.16.18.03.42, 2026-01-16 18:03:42.528085 stored: 2026.01.17.18.03.43, 2026-01-17 18:03:43.486636 stored: 2026.01.18.18.03.49, 2026-01-18 18:03:49.778715 stored: 2026.01.19.18.03.41, 2026-01-19 18:03:41.249443 stored: 2026.01.20.18.03.43, 2026-01-20 18:03:43.034755 stored: 2026.01.21.18.03.42, 2026-01-21 18:03:42.341931 stored: 2026.01.22.18.03.42, 2026-01-22 18:03:42.843627 stored: 2026.01.29.14.59.00, 2026-01-29 14:59:00.151502 stored: 2026.01.30.18.03.54, 2026-01-30 18:03:54.381985 stored: 2026.01.31.18.03.52, 2026-01-31 18:03:52.406798 stored: 2026.02.01.18.03.46, 2026-02-01 18:03:46.096724 stored: 2026.02.21.22.48.09, 2026-02-21 22:48:09.005740 stored: 2026.02.24.09.54.32, 2026-02-24 09:54:32.193909 stored: 2026.02.26.08.07.35, 2026-02-26 08:07:35.569555 stored: 2026.02.27.02.00.19, 2026-02-27 02:00:19.774795 stored: 2026.02.27.20.06.40, 2026-02-27 20:06:40.089411 stored: 2026.02.28.18.20.05, 2026-02-28 18:20:05.298147 stored: 2026.03.03.05.19.20, 2026-03-03 05:19:20.090368 stored: 2026.03.04.18.36.49, 2026-03-04 18:36:49.454997 stored: 2026.03.06.07.36.28, 2026-03-06 07:36:28.283178 stored: 2026.03.07.18.03.57, 2026-03-07 18:03:57.019324 stored: 2026.03.08.18.04.08, 2026-03-08 18:04:08.638942 stored: 2026.03.09.18.04.09, 2026-03-09 18:04:09.122727 stored: 2026.03.10.18.04.09, 2026-03-10 18:04:09.967404 stored: 2026.03.11.19.18.45, 2026-03-11 19:18:45.021311 stored: 2026.03.12.18.04.04, 2026-03-12 18:04:04.427231 stored: 2026.03.13.18.03.59, 2026-03-13 18:03:59.764446 stored: 2026.03.14.18.04.02, 2026-03-14 18:04:02.487273 stored: 2026.03.16.04.45.47, 2026-03-16 04:45:47.972521 stored: 2026.03.17.18.04.03, 2026-03-17 18:04:03.062620 stored: 2026.04.03.08.19.33, 2026-04-03 08:19:33.968981 stored: 2026.04.04.18.04.03, 2026-04-04 18:04:03.694035 stored: 2026.04.05.23.08.44, 2026-04-05 23:08:44.395181 stored: 2026.04.07.03.30.46, 2026-04-07 03:30:46.678851 stored: 2026.04.08.08.51.09, 2026-04-08 08:51:09.792883 stored: 2026.04.09.13.47.19, 2026-04-09 13:47:19.287730 stored: 2026.04.10.18.34.50, 2026-04-10 18:34:50.991969 stored: 2026.04.11.23.58.22, 2026-04-11 23:58:22.336457 stored: 2026.04.13.05.40.34, 2026-04-13 05:40:34.788157 stored: 2026.04.16.10.08.30, 2026-04-16 10:08:30.642709 stored: 2026.04.18.18.04.15, 2026-04-18 18:04:15.996036 stored: 2026.04.19.23.32.35, 2026-04-19 23:32:35.143064 stored: 2026.04.21.06.57.47, 2026-04-21 06:57:47.190798 stored: 2026.04.22.12.02.19, 2026-04-22 12:02:19.822557 stored: 2026.04.23.19.37.25, 2026-04-23 19:37:25.641238 stored: 2026.04.25.01.30.34, 2026-04-25 01:30:34.833440 stored: 2026.04.26.08.15.09, 2026-04-26 08:15:09.883270 stored: 2026.04.27.14.04.22, 2026-04-27 14:04:22.500921 stored: 2026.04.28.19.00.55, 2026-04-28 19:00:55.207981 stored: 2026.04.30.00.15.31, 2026-04-30 00:15:31.059764 stored: 2026.05.01.18.04.10, 2026-05-01 18:04:10.245579 stored: 2026.05.04.12.43.13, 2026-05-04 12:43:13.381268 stored: 2026.05.05.21.34.55, 2026-05-05 21:34:55.685304 + 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-07 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 288a65f5cdc..12d4cae7dcf main -> origin/main Updating 288a65f5cdc..12d4cae7dcf Fast-forward .github/workflows/run-checks-gradle-upgrade.yml | 22 +- gradle/libs.versions.toml | 6 +- gradle/wrapper/gradle-wrapper.jar.sha256 | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- gradlew | 2 +- gradlew.bat | 43 +- lucene/CHANGES.txt | 16 +- .../codecs/lucene103/blocktree/TrieBuilder.java | 725 +++++++++++---------- .../org/apache/lucene/search/IndexSearcher.java | 49 +- .../apache/lucene/search/MaxScoreBulkScorer.java | 5 +- .../org/apache/lucene/search/QueryVisitor.java | 8 +- .../codecs/lucene103/blocktree/TestTrie.java | 11 - lucene/distribution/build.gradle | 2 +- lucene/licenses/commons-codec-1.21.0.jar.sha1 | 1 - lucene/licenses/commons-codec-1.22.0.jar.sha1 | 1 + lucene/licenses/opennlp-tools-2.5.8.jar.sha1 | 1 - lucene/licenses/opennlp-tools-2.5.9.jar.sha1 | 1 + versions.lock | 8 +- 18 files changed, 484 insertions(+), 423 deletions(-) delete mode 100644 lucene/licenses/commons-codec-1.21.0.jar.sha1 create mode 100644 lucene/licenses/commons-codec-1.22.0.jar.sha1 delete mode 100644 lucene/licenses/opennlp-tools-2.5.8.jar.sha1 create mode 100644 lucene/licenses/opennlp-tools-2.5.9.jar.sha1 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-07.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-07.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 288a65f5cdc4871d6a4c7ceb1e051acae1010d8b NOTE: logging all output to /l/logs.nightly/geo/2026.05.07.07.11.33.log.txt; saving results to /l/logs.nightly/geo/2026.05.07.07.11.33.pk RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -polyRussia -reindex 1.6s: points, polyRussia: 1000000... 3.3s: points, polyRussia: 2000000... 4.7s: points, polyRussia: 3000000... 6.1s: points, polyRussia: 4000000... 7.4s: points, polyRussia: 5000000... 8.8s: points, polyRussia: 6000000... 10.1s: points, polyRussia: 7000000... 11.4s: points, polyRussia: 8000000... 12.8s: points, polyRussia: 9000000... 14.1s: points, polyRussia: 10000000... 21.5s: points, polyRussia: 11000000... 22.5s: points, polyRussia: 12000000... 23.8s: points, polyRussia: 13000000... 25.1s: points, polyRussia: 14000000... 26.5s: points, polyRussia: 15000000... 27.8s: points, polyRussia: 16000000... 29.2s: points, polyRussia: 17000000... 30.5s: points, polyRussia: 18000000... 31.9s: points, polyRussia: 19000000... 33.3s: points, polyRussia: 20000000... 34.6s: points, polyRussia: 21000000... 41.9s: points, polyRussia: 22000000... 42.8s: points, polyRussia: 23000000... 44.1s: points, polyRussia: 24000000... 45.5s: points, polyRussia: 25000000... 46.9s: points, polyRussia: 26000000... 48.2s: points, polyRussia: 27000000... 49.6s: points, polyRussia: 28000000... 50.9s: points, polyRussia: 29000000... 52.2s: points, polyRussia: 30000000... 53.6s: points, polyRussia: 31000000... 54.9s: points, polyRussia: 32000000... 62.2s: points, polyRussia: 33000000... 63.5s: points, polyRussia: 34000000... 64.5s: points, polyRussia: 35000000... 65.8s: points, polyRussia: 36000000... 67.1s: points, polyRussia: 37000000... 68.4s: points, polyRussia: 38000000... 69.7s: points, polyRussia: 39000000... 71.0s: points, polyRussia: 40000000... 72.4s: points, polyRussia: 41000000... 73.7s: points, polyRussia: 42000000... 75.1s: points, polyRussia: 43000000... 82.3s: points, polyRussia: 44000000... 83.7s: points, polyRussia: 45000000... 84.5s: points, polyRussia: 46000000... 85.9s: points, polyRussia: 47000000... 87.2s: points, polyRussia: 48000000... 88.5s: points, polyRussia: 49000000... 89.9s: points, polyRussia: 50000000... 91.2s: points, polyRussia: 51000000... 92.6s: points, polyRussia: 52000000... 94.0s: points, polyRussia: 53000000... 95.3s: points, polyRussia: 54000000... 102.5s: points, polyRussia: 55000000... 103.9s: points, polyRussia: 56000000... 104.8s: points, polyRussia: 57000000... 106.2s: points, polyRussia: 58000000... 107.5s: points, polyRussia: 59000000... 108.9s: points, polyRussia: 60000000... 111.3s: points, polyRussia: 111.261301109 sec to index part 0 111.3s: points, polyRussia: INDEX SIZE: 0.4939169967547059 GB 111.3s: points, polyRussia: READER MB: 0.0 111.3s: points, polyRussia: maxDoc=60844404 111.6s: points, polyRussia: ITER 0: 16.52 M hits/sec, 4.71 QPS (0.21 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: *** 111.6s: points, polyRussia: ITER 1: 59.55 M hits/sec, 16.97 QPS (0.06 sec for 1 queries), totHits=3508846 111.6s: points, polyRussia: *** 111.7s: points, polyRussia: ITER 2: 60.09 M hits/sec, 17.13 QPS (0.06 sec for 1 queries), totHits=3508846 111.7s: points, polyRussia: *** 111.8s: points, polyRussia: ITER 3: 54.24 M hits/sec, 15.46 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: ITER 4: 60.83 M hits/sec, 17.34 QPS (0.06 sec for 1 queries), totHits=3508846 111.8s: points, polyRussia: *** 111.9s: points, polyRussia: ITER 5: 62.17 M hits/sec, 17.72 QPS (0.06 sec for 1 queries), totHits=3508846 111.9s: points, polyRussia: *** 111.9s: points, polyRussia: ITER 6: 60.11 M hits/sec, 17.13 QPS (0.06 sec for 1 queries), totHits=3508846 112.0s: points, polyRussia: ITER 7: 60.74 M hits/sec, 17.31 QPS (0.06 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: ITER 8: 62.69 M hits/sec, 17.87 QPS (0.06 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: *** 112.1s: points, polyRussia: ITER 9: 62.87 M hits/sec, 17.92 QPS (0.06 sec for 1 queries), totHits=3508846 112.1s: points, polyRussia: *** 112.2s: points, polyRussia: ITER 10: 63.89 M hits/sec, 18.21 QPS (0.05 sec for 1 queries), totHits=3508846 112.2s: points, polyRussia: *** 112.2s: points, polyRussia: ITER 11: 57.41 M hits/sec, 16.36 QPS (0.06 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: ITER 12: 62.48 M hits/sec, 17.81 QPS (0.06 sec for 1 queries), totHits=3508846 112.3s: points, polyRussia: ITER 13: 63.21 M hits/sec, 18.01 QPS (0.06 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 14: 62.46 M hits/sec, 17.80 QPS (0.06 sec for 1 queries), totHits=3508846 112.4s: points, polyRussia: ITER 15: 63.02 M hits/sec, 17.96 QPS (0.06 sec for 1 queries), totHits=3508846 112.5s: points, polyRussia: ITER 16: 62.06 M hits/sec, 17.69 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 17: 62.33 M hits/sec, 17.76 QPS (0.06 sec for 1 queries), totHits=3508846 112.6s: points, polyRussia: ITER 18: 57.83 M hits/sec, 16.48 QPS (0.06 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: ITER 19: 63.07 M hits/sec, 17.98 QPS (0.06 sec for 1 queries), totHits=3508846 112.7s: points, polyRussia: BEST M hits/sec: 63.885747969804264 112.7s: points, polyRussia: BEST QPS: 18.207053820488063 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |points|111.3s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|||| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|||| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3dlarge -polyRussia -reindex 114.4s: geo3d, polyRussia: 1000000... 116.4s: geo3d, polyRussia: 2000000... 118.1s: geo3d, polyRussia: 3000000... 119.8s: geo3d, polyRussia: 4000000... 121.4s: geo3d, polyRussia: 5000000... 123.1s: geo3d, polyRussia: 6000000... 124.7s: geo3d, polyRussia: 7000000... 126.3s: geo3d, polyRussia: 8000000... 128.0s: geo3d, polyRussia: 9000000... 129.7s: geo3d, polyRussia: 10000000... 138.7s: geo3d, polyRussia: 11000000... 139.8s: geo3d, polyRussia: 12000000... 141.5s: geo3d, polyRussia: 13000000... 143.1s: geo3d, polyRussia: 14000000... 144.8s: geo3d, polyRussia: 15000000... 146.4s: geo3d, polyRussia: 16000000... 148.2s: geo3d, polyRussia: 17000000... 149.8s: geo3d, polyRussia: 18000000... 151.5s: geo3d, polyRussia: 19000000... 153.1s: geo3d, polyRussia: 20000000... 154.8s: geo3d, polyRussia: 21000000... 163.9s: geo3d, polyRussia: 22000000... 164.9s: geo3d, polyRussia: 23000000... 166.6s: geo3d, polyRussia: 24000000... 168.2s: geo3d, polyRussia: 25000000... 169.9s: geo3d, polyRussia: 26000000... 171.5s: geo3d, polyRussia: 27000000... 173.2s: geo3d, polyRussia: 28000000... 174.8s: geo3d, polyRussia: 29000000... 176.4s: geo3d, polyRussia: 30000000... 178.1s: geo3d, polyRussia: 31000000... 179.7s: geo3d, polyRussia: 32000000... 188.9s: geo3d, polyRussia: 33000000... 190.5s: geo3d, polyRussia: 34000000... 191.6s: geo3d, polyRussia: 35000000... 193.2s: geo3d, polyRussia: 36000000... 194.8s: geo3d, polyRussia: 37000000... 196.4s: geo3d, polyRussia: 38000000... 198.0s: geo3d, polyRussia: 39000000... 199.7s: geo3d, polyRussia: 40000000... 201.3s: geo3d, polyRussia: 41000000... 203.0s: geo3d, polyRussia: 42000000... 204.6s: geo3d, polyRussia: 43000000... 213.7s: geo3d, polyRussia: 44000000... 215.3s: geo3d, polyRussia: 45000000... 216.4s: geo3d, polyRussia: 46000000... 218.0s: geo3d, polyRussia: 47000000... 219.6s: geo3d, polyRussia: 48000000... 221.2s: geo3d, polyRussia: 49000000... 222.9s: geo3d, polyRussia: 50000000... 224.6s: geo3d, polyRussia: 51000000... 226.2s: geo3d, polyRussia: 52000000... 227.8s: geo3d, polyRussia: 53000000... 229.5s: geo3d, polyRussia: 54000000... 238.5s: geo3d, polyRussia: 55000000... 240.2s: geo3d, polyRussia: 56000000... 241.2s: geo3d, polyRussia: 57000000... 242.9s: geo3d, polyRussia: 58000000... 244.5s: geo3d, polyRussia: 59000000... 246.2s: geo3d, polyRussia: 60000000... 250.1s: geo3d, polyRussia: 137.336344012 sec to index part 0 250.1s: geo3d, polyRussia: INDEX SIZE: 0.6990031152963638 GB 250.1s: geo3d, polyRussia: READER MB: 0.0 250.1s: geo3d, polyRussia: maxDoc=60844404 251.6s: geo3d, polyRussia: ITER 0: 2.34 M hits/sec, 0.67 QPS (1.50 sec for 1 queries), totHits=3508671 251.6s: geo3d, polyRussia: *** 252.7s: geo3d, polyRussia: ITER 1: 3.11 M hits/sec, 0.89 QPS (1.13 sec for 1 queries), totHits=3508671 252.7s: geo3d, polyRussia: *** 253.8s: geo3d, polyRussia: ITER 2: 3.21 M hits/sec, 0.91 QPS (1.09 sec for 1 queries), totHits=3508671 253.8s: geo3d, polyRussia: *** 254.9s: geo3d, polyRussia: ITER 3: 3.29 M hits/sec, 0.94 QPS (1.07 sec for 1 queries), totHits=3508671 254.9s: geo3d, polyRussia: *** 256.1s: geo3d, polyRussia: ITER 4: 2.99 M hits/sec, 0.85 QPS (1.17 sec for 1 queries), totHits=3508671 257.2s: geo3d, polyRussia: ITER 5: 3.13 M hits/sec, 0.89 QPS (1.12 sec for 1 queries), totHits=3508671 258.3s: geo3d, polyRussia: ITER 6: 3.26 M hits/sec, 0.93 QPS (1.08 sec for 1 queries), totHits=3508671 259.4s: geo3d, polyRussia: ITER 7: 3.05 M hits/sec, 0.87 QPS (1.15 sec for 1 queries), totHits=3508671 260.5s: geo3d, polyRussia: ITER 8: 3.26 M hits/sec, 0.93 QPS (1.07 sec for 1 queries), totHits=3508671 261.5s: geo3d, polyRussia: ITER 9: 3.37 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 261.5s: geo3d, polyRussia: *** 262.6s: geo3d, polyRussia: ITER 10: 3.21 M hits/sec, 0.92 QPS (1.09 sec for 1 queries), totHits=3508671 263.7s: geo3d, polyRussia: ITER 11: 3.12 M hits/sec, 0.89 QPS (1.13 sec for 1 queries), totHits=3508671 264.8s: geo3d, polyRussia: ITER 12: 3.43 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 264.8s: geo3d, polyRussia: *** 265.8s: geo3d, polyRussia: ITER 13: 3.37 M hits/sec, 0.96 QPS (1.04 sec for 1 queries), totHits=3508671 266.9s: geo3d, polyRussia: ITER 14: 3.33 M hits/sec, 0.95 QPS (1.05 sec for 1 queries), totHits=3508671 267.9s: geo3d, polyRussia: ITER 15: 3.31 M hits/sec, 0.94 QPS (1.06 sec for 1 queries), totHits=3508671 269.0s: geo3d, polyRussia: ITER 16: 3.35 M hits/sec, 0.95 QPS (1.05 sec for 1 queries), totHits=3508671 270.0s: geo3d, polyRussia: ITER 17: 3.45 M hits/sec, 0.98 QPS (1.02 sec for 1 queries), totHits=3508671 270.0s: geo3d, polyRussia: *** 271.1s: geo3d, polyRussia: ITER 18: 3.27 M hits/sec, 0.93 QPS (1.07 sec for 1 queries), totHits=3508671 272.2s: geo3d, polyRussia: ITER 19: 3.23 M hits/sec, 0.92 QPS (1.08 sec for 1 queries), totHits=3508671 272.2s: geo3d, polyRussia: BEST M hits/sec: 3.449906802043084 272.2s: geo3d, polyRussia: BEST QPS: 0.983251721818057 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|||| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|||| |polyMedium|points|||| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|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 274.0s: shapes, polyRussia: 1000000... 276.4s: shapes, polyRussia: 2000000... 278.4s: shapes, polyRussia: 3000000... 280.4s: shapes, polyRussia: 4000000... 282.3s: shapes, polyRussia: 5000000... 284.3s: shapes, polyRussia: 6000000... 286.2s: shapes, polyRussia: 7000000... 288.1s: shapes, polyRussia: 8000000... 290.1s: shapes, polyRussia: 9000000... 292.0s: shapes, polyRussia: 10000000... 303.7s: shapes, polyRussia: 11000000... 304.9s: shapes, polyRussia: 12000000... 306.8s: shapes, polyRussia: 13000000... 308.7s: shapes, polyRussia: 14000000... 310.7s: shapes, polyRussia: 15000000... 312.6s: shapes, polyRussia: 16000000... 314.6s: shapes, polyRussia: 17000000... 316.6s: shapes, polyRussia: 18000000... 318.5s: shapes, polyRussia: 19000000... 320.5s: shapes, polyRussia: 20000000... 322.4s: shapes, polyRussia: 21000000... 334.2s: shapes, polyRussia: 22000000... 335.3s: shapes, polyRussia: 23000000... 337.3s: shapes, polyRussia: 24000000... 339.2s: shapes, polyRussia: 25000000... 341.2s: shapes, polyRussia: 26000000... 343.1s: shapes, polyRussia: 27000000... 345.0s: shapes, polyRussia: 28000000... 346.9s: shapes, polyRussia: 29000000... 348.9s: shapes, polyRussia: 30000000... 350.8s: shapes, polyRussia: 31000000... 352.7s: shapes, polyRussia: 32000000... 364.4s: shapes, polyRussia: 33000000... 366.3s: shapes, polyRussia: 34000000... 367.5s: shapes, polyRussia: 35000000... 369.4s: shapes, polyRussia: 36000000... 371.3s: shapes, polyRussia: 37000000... 373.2s: shapes, polyRussia: 38000000... 375.1s: shapes, polyRussia: 39000000... 377.0s: shapes, polyRussia: 40000000... 378.9s: shapes, polyRussia: 41000000... 380.9s: shapes, polyRussia: 42000000... 382.8s: shapes, polyRussia: 43000000... 394.4s: shapes, polyRussia: 44000000... 396.3s: shapes, polyRussia: 45000000... 397.5s: shapes, polyRussia: 46000000... 399.4s: shapes, polyRussia: 47000000... 401.3s: shapes, polyRussia: 48000000... 403.3s: shapes, polyRussia: 49000000... 405.3s: shapes, polyRussia: 50000000... 407.2s: shapes, polyRussia: 51000000... 409.1s: shapes, polyRussia: 52000000... 411.0s: shapes, polyRussia: 53000000... 412.9s: shapes, polyRussia: 54000000... 424.5s: shapes, polyRussia: 55000000... 426.5s: shapes, polyRussia: 56000000... 427.6s: shapes, polyRussia: 57000000... 429.6s: shapes, polyRussia: 58000000... 431.5s: shapes, polyRussia: 59000000... 433.4s: shapes, polyRussia: 60000000... 438.5s: shapes, polyRussia: 166.204825248 sec to index part 0 438.5s: shapes, polyRussia: INDEX SIZE: 1.2543620793148875 GB 438.5s: shapes, polyRussia: READER MB: 0.0 438.5s: shapes, polyRussia: maxDoc=60844404 438.7s: shapes, polyRussia: ITER 0: 16.24 M hits/sec, 4.63 QPS (0.22 sec for 1 queries), totHits=3508846 438.7s: shapes, polyRussia: *** 438.8s: shapes, polyRussia: ITER 1: 39.97 M hits/sec, 11.39 QPS (0.09 sec for 1 queries), totHits=3508846 438.8s: shapes, polyRussia: *** 438.9s: shapes, polyRussia: ITER 2: 31.26 M hits/sec, 8.91 QPS (0.11 sec for 1 queries), totHits=3508846 439.0s: shapes, polyRussia: ITER 3: 45.46 M hits/sec, 12.95 QPS (0.08 sec for 1 queries), totHits=3508846 439.0s: shapes, polyRussia: *** 439.1s: shapes, polyRussia: ITER 4: 45.37 M hits/sec, 12.93 QPS (0.08 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: ITER 5: 45.58 M hits/sec, 12.99 QPS (0.08 sec for 1 queries), totHits=3508846 439.2s: shapes, polyRussia: *** 439.2s: shapes, polyRussia: ITER 6: 45.22 M hits/sec, 12.89 QPS (0.08 sec for 1 queries), totHits=3508846 439.3s: shapes, polyRussia: ITER 7: 45.10 M hits/sec, 12.85 QPS (0.08 sec for 1 queries), totHits=3508846 439.4s: shapes, polyRussia: ITER 8: 44.08 M hits/sec, 12.56 QPS (0.08 sec for 1 queries), totHits=3508846 439.5s: shapes, polyRussia: ITER 9: 44.54 M hits/sec, 12.69 QPS (0.08 sec for 1 queries), totHits=3508846 439.5s: shapes, polyRussia: ITER 10: 45.09 M hits/sec, 12.85 QPS (0.08 sec for 1 queries), totHits=3508846 439.6s: shapes, polyRussia: ITER 11: 45.08 M hits/sec, 12.85 QPS (0.08 sec for 1 queries), totHits=3508846 439.7s: shapes, polyRussia: ITER 12: 46.46 M hits/sec, 13.24 QPS (0.08 sec for 1 queries), totHits=3508846 439.7s: shapes, polyRussia: *** 439.8s: shapes, polyRussia: ITER 13: 45.05 M hits/sec, 12.84 QPS (0.08 sec for 1 queries), totHits=3508846 439.9s: shapes, polyRussia: ITER 14: 44.80 M hits/sec, 12.77 QPS (0.08 sec for 1 queries), totHits=3508846 439.9s: shapes, polyRussia: ITER 15: 41.69 M hits/sec, 11.88 QPS (0.08 sec for 1 queries), totHits=3508846 440.0s: shapes, polyRussia: ITER 16: 46.34 M hits/sec, 13.21 QPS (0.08 sec for 1 queries), totHits=3508846 440.1s: shapes, polyRussia: ITER 17: 45.35 M hits/sec, 12.92 QPS (0.08 sec for 1 queries), totHits=3508846 440.2s: shapes, polyRussia: ITER 18: 45.52 M hits/sec, 12.97 QPS (0.08 sec for 1 queries), totHits=3508846 440.2s: shapes, polyRussia: ITER 19: 46.23 M hits/sec, 13.18 QPS (0.08 sec for 1 queries), totHits=3508846 440.2s: shapes, polyRussia: BEST M hits/sec: 46.461094203215 440.2s: shapes, polyRussia: BEST QPS: 13.241132327612837 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|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.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|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 440.5s: points, polyMedium: INDEX SIZE: 0.4939169967547059 GB 440.5s: points, polyMedium: READER MB: 0.0 440.5s: points, polyMedium: maxDoc=60844404 441.0s: points, polyMedium: ITER 0: 6.78 M hits/sec, 83.07 QPS (0.40 sec for 33 queries), totHits=2693559 441.0s: points, polyMedium: *** 441.2s: points, polyMedium: ITER 1: 15.76 M hits/sec, 193.11 QPS (0.17 sec for 33 queries), totHits=2693559 441.2s: points, polyMedium: *** 441.4s: points, polyMedium: ITER 2: 16.92 M hits/sec, 207.25 QPS (0.16 sec for 33 queries), totHits=2693559 441.4s: points, polyMedium: *** 441.5s: points, polyMedium: ITER 3: 16.63 M hits/sec, 203.78 QPS (0.16 sec for 33 queries), totHits=2693559 441.7s: points, polyMedium: ITER 4: 16.36 M hits/sec, 200.45 QPS (0.16 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: ITER 5: 17.03 M hits/sec, 208.58 QPS (0.16 sec for 33 queries), totHits=2693559 441.9s: points, polyMedium: *** 442.0s: points, polyMedium: ITER 6: 17.01 M hits/sec, 208.35 QPS (0.16 sec for 33 queries), totHits=2693559 442.2s: points, polyMedium: ITER 7: 16.94 M hits/sec, 207.51 QPS (0.16 sec for 33 queries), totHits=2693559 442.3s: points, polyMedium: ITER 8: 16.86 M hits/sec, 206.57 QPS (0.16 sec for 33 queries), totHits=2693559 442.5s: points, polyMedium: ITER 9: 16.86 M hits/sec, 206.61 QPS (0.16 sec for 33 queries), totHits=2693559 442.7s: points, polyMedium: ITER 10: 16.58 M hits/sec, 203.11 QPS (0.16 sec for 33 queries), totHits=2693559 442.8s: points, polyMedium: ITER 11: 16.88 M hits/sec, 206.86 QPS (0.16 sec for 33 queries), totHits=2693559 443.0s: points, polyMedium: ITER 12: 16.97 M hits/sec, 207.87 QPS (0.16 sec for 33 queries), totHits=2693559 443.1s: points, polyMedium: ITER 13: 16.54 M hits/sec, 202.70 QPS (0.16 sec for 33 queries), totHits=2693559 443.3s: points, polyMedium: ITER 14: 16.97 M hits/sec, 207.85 QPS (0.16 sec for 33 queries), totHits=2693559 443.5s: points, polyMedium: ITER 15: 16.85 M hits/sec, 206.49 QPS (0.16 sec for 33 queries), totHits=2693559 443.6s: points, polyMedium: ITER 16: 16.02 M hits/sec, 196.23 QPS (0.17 sec for 33 queries), totHits=2693559 443.8s: points, polyMedium: ITER 17: 16.44 M hits/sec, 201.46 QPS (0.16 sec for 33 queries), totHits=2693559 444.0s: points, polyMedium: ITER 18: 16.74 M hits/sec, 205.03 QPS (0.16 sec for 33 queries), totHits=2693559 444.1s: points, polyMedium: ITER 19: 16.90 M hits/sec, 207.02 QPS (0.16 sec for 33 queries), totHits=2693559 444.1s: points, polyMedium: BEST M hits/sec: 17.025322550422786 444.1s: points, polyMedium: BEST QPS: 208.5848664031313 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|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|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|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 444.4s: geo3d, polyMedium: INDEX SIZE: 0.6990031152963638 GB 444.4s: geo3d, polyMedium: READER MB: 0.0 444.4s: geo3d, polyMedium: maxDoc=60844404 446.0s: geo3d, polyMedium: ITER 0: 1.72 M hits/sec, 21.06 QPS (1.57 sec for 33 queries), totHits=2693541 446.0s: geo3d, polyMedium: *** 447.1s: geo3d, polyMedium: ITER 1: 2.59 M hits/sec, 31.78 QPS (1.04 sec for 33 queries), totHits=2693541 447.1s: geo3d, polyMedium: *** 448.1s: geo3d, polyMedium: ITER 2: 2.62 M hits/sec, 32.06 QPS (1.03 sec for 33 queries), totHits=2693541 448.1s: geo3d, polyMedium: *** 449.2s: geo3d, polyMedium: ITER 3: 2.53 M hits/sec, 31.02 QPS (1.06 sec for 33 queries), totHits=2693541 450.3s: geo3d, polyMedium: ITER 4: 2.49 M hits/sec, 30.47 QPS (1.08 sec for 33 queries), totHits=2693541 451.4s: geo3d, polyMedium: ITER 5: 2.46 M hits/sec, 30.09 QPS (1.10 sec for 33 queries), totHits=2693541 452.5s: geo3d, polyMedium: ITER 6: 2.41 M hits/sec, 29.49 QPS (1.12 sec for 33 queries), totHits=2693541 453.6s: geo3d, polyMedium: ITER 7: 2.46 M hits/sec, 30.15 QPS (1.09 sec for 33 queries), totHits=2693541 454.7s: geo3d, polyMedium: ITER 8: 2.40 M hits/sec, 29.39 QPS (1.12 sec for 33 queries), totHits=2693541 455.8s: geo3d, polyMedium: ITER 9: 2.47 M hits/sec, 30.21 QPS (1.09 sec for 33 queries), totHits=2693541 456.9s: geo3d, polyMedium: ITER 10: 2.46 M hits/sec, 30.16 QPS (1.09 sec for 33 queries), totHits=2693541 458.0s: geo3d, polyMedium: ITER 11: 2.49 M hits/sec, 30.48 QPS (1.08 sec for 33 queries), totHits=2693541 459.1s: geo3d, polyMedium: ITER 12: 2.45 M hits/sec, 29.96 QPS (1.10 sec for 33 queries), totHits=2693541 460.2s: geo3d, polyMedium: ITER 13: 2.47 M hits/sec, 30.27 QPS (1.09 sec for 33 queries), totHits=2693541 461.3s: geo3d, polyMedium: ITER 14: 2.43 M hits/sec, 29.71 QPS (1.11 sec for 33 queries), totHits=2693541 462.3s: geo3d, polyMedium: ITER 15: 2.51 M hits/sec, 30.80 QPS (1.07 sec for 33 queries), totHits=2693541 463.4s: geo3d, polyMedium: ITER 16: 2.50 M hits/sec, 30.60 QPS (1.08 sec for 33 queries), totHits=2693541 464.5s: geo3d, polyMedium: ITER 17: 2.48 M hits/sec, 30.39 QPS (1.09 sec for 33 queries), totHits=2693541 465.6s: geo3d, polyMedium: ITER 18: 2.45 M hits/sec, 30.04 QPS (1.10 sec for 33 queries), totHits=2693541 466.7s: geo3d, polyMedium: ITER 19: 2.50 M hits/sec, 30.60 QPS (1.08 sec for 33 queries), totHits=2693541 466.7s: geo3d, polyMedium: BEST M hits/sec: 2.6165449572292383 466.7s: geo3d, polyMedium: BEST QPS: 32.05668062545358 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|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.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|||| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|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 467.0s: shapes, polyMedium: INDEX SIZE: 1.2543620793148875 GB 467.0s: shapes, polyMedium: READER MB: 0.0 467.0s: shapes, polyMedium: maxDoc=60844404 467.7s: shapes, polyMedium: ITER 0: 4.68 M hits/sec, 57.33 QPS (0.58 sec for 33 queries), totHits=2693559 467.7s: shapes, polyMedium: *** 467.9s: shapes, polyMedium: ITER 1: 12.73 M hits/sec, 156.00 QPS (0.21 sec for 33 queries), totHits=2693559 467.9s: shapes, polyMedium: *** 468.1s: shapes, polyMedium: ITER 2: 13.04 M hits/sec, 159.77 QPS (0.21 sec for 33 queries), totHits=2693559 468.1s: shapes, polyMedium: *** 468.3s: shapes, polyMedium: ITER 3: 13.06 M hits/sec, 160.04 QPS (0.21 sec for 33 queries), totHits=2693559 468.3s: shapes, polyMedium: *** 468.5s: shapes, polyMedium: ITER 4: 12.64 M hits/sec, 154.84 QPS (0.21 sec for 33 queries), totHits=2693559 468.7s: shapes, polyMedium: ITER 5: 13.19 M hits/sec, 161.55 QPS (0.20 sec for 33 queries), totHits=2693559 468.7s: shapes, polyMedium: *** 468.9s: shapes, polyMedium: ITER 6: 13.21 M hits/sec, 161.83 QPS (0.20 sec for 33 queries), totHits=2693559 468.9s: shapes, polyMedium: *** 469.1s: shapes, polyMedium: ITER 7: 13.25 M hits/sec, 162.29 QPS (0.20 sec for 33 queries), totHits=2693559 469.1s: shapes, polyMedium: *** 469.3s: shapes, polyMedium: ITER 8: 12.90 M hits/sec, 158.07 QPS (0.21 sec for 33 queries), totHits=2693559 469.5s: shapes, polyMedium: ITER 9: 13.18 M hits/sec, 161.52 QPS (0.20 sec for 33 queries), totHits=2693559 469.7s: shapes, polyMedium: ITER 10: 12.47 M hits/sec, 152.83 QPS (0.22 sec for 33 queries), totHits=2693559 470.0s: shapes, polyMedium: ITER 11: 13.06 M hits/sec, 160.04 QPS (0.21 sec for 33 queries), totHits=2693559 470.2s: shapes, polyMedium: ITER 12: 13.10 M hits/sec, 160.54 QPS (0.21 sec for 33 queries), totHits=2693559 470.4s: shapes, polyMedium: ITER 13: 12.98 M hits/sec, 159.00 QPS (0.21 sec for 33 queries), totHits=2693559 470.6s: shapes, polyMedium: ITER 14: 12.87 M hits/sec, 157.62 QPS (0.21 sec for 33 queries), totHits=2693559 470.8s: shapes, polyMedium: ITER 15: 12.53 M hits/sec, 153.54 QPS (0.21 sec for 33 queries), totHits=2693559 471.0s: shapes, polyMedium: ITER 16: 13.09 M hits/sec, 160.33 QPS (0.21 sec for 33 queries), totHits=2693559 471.2s: shapes, polyMedium: ITER 17: 12.85 M hits/sec, 157.43 QPS (0.21 sec for 33 queries), totHits=2693559 471.4s: shapes, polyMedium: ITER 18: 13.11 M hits/sec, 160.67 QPS (0.21 sec for 33 queries), totHits=2693559 471.6s: shapes, polyMedium: ITER 19: 13.37 M hits/sec, 163.79 QPS (0.20 sec for 33 queries), totHits=2693559 471.6s: shapes, polyMedium: *** 471.6s: shapes, polyMedium: BEST M hits/sec: 13.368760691362066 471.6s: shapes, polyMedium: BEST QPS: 163.78668624483376 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|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.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|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 471.9s: points, poly 10: INDEX SIZE: 0.4939169967547059 GB 471.9s: points, poly 10: READER MB: 0.0 471.9s: points, poly 10: maxDoc=60844404 473.5s: points, poly 10: ITER 0: 226.06 M hits/sec, 142.95 QPS (1.57 sec for 225 queries), totHits=355809475 473.5s: points, poly 10: *** 474.7s: points, poly 10: ITER 1: 279.17 M hits/sec, 176.54 QPS (1.27 sec for 225 queries), totHits=355809475 474.7s: points, poly 10: *** 476.0s: points, poly 10: ITER 2: 273.06 M hits/sec, 172.67 QPS (1.30 sec for 225 queries), totHits=355809475 477.3s: points, poly 10: ITER 3: 271.79 M hits/sec, 171.87 QPS (1.31 sec for 225 queries), totHits=355809475 478.6s: points, poly 10: ITER 4: 280.44 M hits/sec, 177.34 QPS (1.27 sec for 225 queries), totHits=355809475 478.6s: points, poly 10: *** 479.9s: points, poly 10: ITER 5: 284.09 M hits/sec, 179.65 QPS (1.25 sec for 225 queries), totHits=355809475 479.9s: points, poly 10: *** 481.1s: points, poly 10: ITER 6: 286.55 M hits/sec, 181.21 QPS (1.24 sec for 225 queries), totHits=355809475 481.1s: points, poly 10: *** 482.4s: points, poly 10: ITER 7: 281.66 M hits/sec, 178.11 QPS (1.26 sec for 225 queries), totHits=355809475 483.6s: points, poly 10: ITER 8: 286.41 M hits/sec, 181.12 QPS (1.24 sec for 225 queries), totHits=355809475 484.8s: points, poly 10: ITER 9: 287.48 M hits/sec, 181.79 QPS (1.24 sec for 225 queries), totHits=355809475 484.8s: points, poly 10: *** 486.1s: points, poly 10: ITER 10: 279.73 M hits/sec, 176.89 QPS (1.27 sec for 225 queries), totHits=355809475 487.4s: points, poly 10: ITER 11: 285.12 M hits/sec, 180.30 QPS (1.25 sec for 225 queries), totHits=355809475 488.6s: points, poly 10: ITER 12: 284.64 M hits/sec, 180.00 QPS (1.25 sec for 225 queries), totHits=355809475 489.9s: points, poly 10: ITER 13: 286.18 M hits/sec, 180.97 QPS (1.24 sec for 225 queries), totHits=355809475 491.1s: points, poly 10: ITER 14: 284.72 M hits/sec, 180.04 QPS (1.25 sec for 225 queries), totHits=355809475 492.4s: points, poly 10: ITER 15: 283.30 M hits/sec, 179.15 QPS (1.26 sec for 225 queries), totHits=355809475 493.6s: points, poly 10: ITER 16: 282.54 M hits/sec, 178.67 QPS (1.26 sec for 225 queries), totHits=355809475 494.9s: points, poly 10: ITER 17: 279.52 M hits/sec, 176.76 QPS (1.27 sec for 225 queries), totHits=355809475 496.1s: points, poly 10: ITER 18: 288.93 M hits/sec, 182.71 QPS (1.23 sec for 225 queries), totHits=355809475 496.1s: points, poly 10: *** 497.4s: points, poly 10: ITER 19: 283.74 M hits/sec, 179.43 QPS (1.25 sec for 225 queries), totHits=355809475 497.4s: points, poly 10: BEST M hits/sec: 288.9318356011469 497.4s: points, poly 10: BEST QPS: 182.70919572970348 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|||| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|||| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -poly 10 497.7s: geo3d, poly 10: INDEX SIZE: 0.6990031152963638 GB 497.7s: geo3d, poly 10: READER MB: 0.0 497.7s: geo3d, poly 10: maxDoc=60844404 499.9s: geo3d, poly 10: ITER 0: 163.37 M hits/sec, 103.29 QPS (2.18 sec for 225 queries), totHits=355855227 499.9s: geo3d, poly 10: *** 501.7s: geo3d, poly 10: ITER 1: 194.22 M hits/sec, 122.80 QPS (1.83 sec for 225 queries), totHits=355855227 501.7s: geo3d, poly 10: *** 503.3s: geo3d, poly 10: ITER 2: 225.83 M hits/sec, 142.79 QPS (1.58 sec for 225 queries), totHits=355855227 503.3s: geo3d, poly 10: *** 504.7s: geo3d, poly 10: ITER 3: 245.15 M hits/sec, 155.00 QPS (1.45 sec for 225 queries), totHits=355855227 504.7s: geo3d, poly 10: *** 506.2s: geo3d, poly 10: ITER 4: 243.60 M hits/sec, 154.03 QPS (1.46 sec for 225 queries), totHits=355855227 507.7s: geo3d, poly 10: ITER 5: 238.24 M hits/sec, 150.63 QPS (1.49 sec for 225 queries), totHits=355855227 509.1s: geo3d, poly 10: ITER 6: 243.39 M hits/sec, 153.89 QPS (1.46 sec for 225 queries), totHits=355855227 510.6s: geo3d, poly 10: ITER 7: 237.29 M hits/sec, 150.03 QPS (1.50 sec for 225 queries), totHits=355855227 512.1s: geo3d, poly 10: ITER 8: 243.88 M hits/sec, 154.20 QPS (1.46 sec for 225 queries), totHits=355855227 513.6s: geo3d, poly 10: ITER 9: 245.52 M hits/sec, 155.23 QPS (1.45 sec for 225 queries), totHits=355855227 513.6s: geo3d, poly 10: *** 515.0s: geo3d, poly 10: ITER 10: 241.63 M hits/sec, 152.78 QPS (1.47 sec for 225 queries), totHits=355855227 516.5s: geo3d, poly 10: ITER 11: 237.02 M hits/sec, 149.86 QPS (1.50 sec for 225 queries), totHits=355855227 518.0s: geo3d, poly 10: ITER 12: 238.12 M hits/sec, 150.56 QPS (1.49 sec for 225 queries), totHits=355855227 519.5s: geo3d, poly 10: ITER 13: 239.22 M hits/sec, 151.26 QPS (1.49 sec for 225 queries), totHits=355855227 521.0s: geo3d, poly 10: ITER 14: 244.24 M hits/sec, 154.43 QPS (1.46 sec for 225 queries), totHits=355855227 522.4s: geo3d, poly 10: ITER 15: 242.28 M hits/sec, 153.19 QPS (1.47 sec for 225 queries), totHits=355855227 523.9s: geo3d, poly 10: ITER 16: 242.02 M hits/sec, 153.03 QPS (1.47 sec for 225 queries), totHits=355855227 525.4s: geo3d, poly 10: ITER 17: 238.33 M hits/sec, 150.69 QPS (1.49 sec for 225 queries), totHits=355855227 526.9s: geo3d, poly 10: ITER 18: 240.46 M hits/sec, 152.04 QPS (1.48 sec for 225 queries), totHits=355855227 528.4s: geo3d, poly 10: ITER 19: 239.22 M hits/sec, 151.25 QPS (1.49 sec for 225 queries), totHits=355855227 528.4s: geo3d, poly 10: BEST M hits/sec: 245.51609031969974 528.4s: geo3d, poly 10: BEST QPS: 155.2348149769694 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|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|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|||| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|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 528.7s: shapes, poly 10: INDEX SIZE: 1.2543620793148875 GB 528.7s: shapes, poly 10: READER MB: 0.0 528.7s: shapes, poly 10: maxDoc=60844404 531.3s: shapes, poly 10: ITER 0: 134.00 M hits/sec, 84.74 QPS (2.66 sec for 225 queries), totHits=355809475 531.3s: shapes, poly 10: *** 533.6s: shapes, poly 10: ITER 1: 154.05 M hits/sec, 97.42 QPS (2.31 sec for 225 queries), totHits=355809475 533.6s: shapes, poly 10: *** 535.6s: shapes, poly 10: ITER 2: 179.05 M hits/sec, 113.23 QPS (1.99 sec for 225 queries), totHits=355809475 535.6s: shapes, poly 10: *** 537.6s: shapes, poly 10: ITER 3: 181.07 M hits/sec, 114.50 QPS (1.96 sec for 225 queries), totHits=355809475 537.6s: shapes, poly 10: *** 539.6s: shapes, poly 10: ITER 4: 181.57 M hits/sec, 114.82 QPS (1.96 sec for 225 queries), totHits=355809475 539.6s: shapes, poly 10: *** 541.5s: shapes, poly 10: ITER 5: 179.02 M hits/sec, 113.21 QPS (1.99 sec for 225 queries), totHits=355809475 543.5s: shapes, poly 10: ITER 6: 179.20 M hits/sec, 113.32 QPS (1.99 sec for 225 queries), totHits=355809475 545.5s: shapes, poly 10: ITER 7: 181.50 M hits/sec, 114.78 QPS (1.96 sec for 225 queries), totHits=355809475 547.5s: shapes, poly 10: ITER 8: 180.72 M hits/sec, 114.28 QPS (1.97 sec for 225 queries), totHits=355809475 549.4s: shapes, poly 10: ITER 9: 179.27 M hits/sec, 113.36 QPS (1.98 sec for 225 queries), totHits=355809475 551.4s: shapes, poly 10: ITER 10: 179.94 M hits/sec, 113.79 QPS (1.98 sec for 225 queries), totHits=355809475 553.4s: shapes, poly 10: ITER 11: 180.02 M hits/sec, 113.84 QPS (1.98 sec for 225 queries), totHits=355809475 555.4s: shapes, poly 10: ITER 12: 180.11 M hits/sec, 113.89 QPS (1.98 sec for 225 queries), totHits=355809475 557.4s: shapes, poly 10: ITER 13: 179.02 M hits/sec, 113.21 QPS (1.99 sec for 225 queries), totHits=355809475 559.3s: shapes, poly 10: ITER 14: 179.82 M hits/sec, 113.71 QPS (1.98 sec for 225 queries), totHits=355809475 561.3s: shapes, poly 10: ITER 15: 178.01 M hits/sec, 112.57 QPS (2.00 sec for 225 queries), totHits=355809475 563.4s: shapes, poly 10: ITER 16: 173.90 M hits/sec, 109.97 QPS (2.05 sec for 225 queries), totHits=355809475 565.4s: shapes, poly 10: ITER 17: 173.74 M hits/sec, 109.87 QPS (2.05 sec for 225 queries), totHits=355809475 567.5s: shapes, poly 10: ITER 18: 169.86 M hits/sec, 107.41 QPS (2.09 sec for 225 queries), totHits=355809475 569.7s: shapes, poly 10: ITER 19: 164.36 M hits/sec, 103.94 QPS (2.16 sec for 225 queries), totHits=355809475 569.7s: shapes, poly 10: BEST M hits/sec: 181.574384777467 569.7s: shapes, poly 10: BEST QPS: 114.82054145671661 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|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|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|||| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|||| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -nearest 10 569.9s: points, nearest 10: INDEX SIZE: 0.4939169967547059 GB 569.9s: points, nearest 10: READER MB: 0.0 569.9s: points, nearest 10: maxDoc=60844404 570.1s: points, nearest 10: ITER 0: 1404.76 QPS (0.16 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.1s: points, nearest 10: *** 570.2s: points, nearest 10: ITER 1: 2872.77 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.2s: points, nearest 10: *** 570.3s: points, nearest 10: ITER 2: 3013.23 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.3s: points, nearest 10: *** 570.3s: points, nearest 10: ITER 3: 3029.20 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.3s: points, nearest 10: *** 570.4s: points, nearest 10: ITER 4: 3093.24 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.4s: points, nearest 10: *** 570.5s: points, nearest 10: ITER 5: 3121.62 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.5s: points, nearest 10: *** 570.6s: points, nearest 10: ITER 6: 3128.85 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.6s: points, nearest 10: *** 570.6s: points, nearest 10: ITER 7: 2816.38 QPS (0.08 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.7s: points, nearest 10: ITER 8: 3228.60 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.7s: points, nearest 10: *** 570.8s: points, nearest 10: ITER 9: 3257.60 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.8s: points, nearest 10: *** 570.8s: points, nearest 10: ITER 10: 3283.96 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.8s: points, nearest 10: *** 570.9s: points, nearest 10: ITER 11: 3289.78 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 570.9s: points, nearest 10: *** 571.0s: points, nearest 10: ITER 12: 3287.55 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.0s: points, nearest 10: ITER 13: 3288.32 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.1s: points, nearest 10: ITER 14: 3290.85 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.1s: points, nearest 10: *** 571.2s: points, nearest 10: ITER 15: 3140.55 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.3s: points, nearest 10: ITER 16: 3290.47 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.3s: points, nearest 10: ITER 17: 3291.28 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.3s: points, nearest 10: *** 571.4s: points, nearest 10: ITER 18: 3283.21 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.5s: points, nearest 10: ITER 19: 3279.18 QPS (0.07 sec for 225 queries), totNearestDistance=230090.4395279290, totHits=60844404 571.5s: points, nearest 10: BEST M hits/sec: 0.03291281964564742 571.5s: points, nearest 10: BEST QPS: 3291.2819645647423 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|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|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3291.28|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 573.1s: points, sort: 1000000... 575.0s: points, sort: 2000000... 576.5s: points, sort: 3000000... 577.9s: points, sort: 4000000... 579.4s: points, sort: 5000000... 580.8s: points, sort: 6000000... 582.2s: points, sort: 7000000... 583.6s: points, sort: 8000000... 585.1s: points, sort: 9000000... 586.5s: points, sort: 10000000... 594.3s: points, sort: 11000000... 595.2s: points, sort: 12000000... 596.7s: points, sort: 13000000... 598.1s: points, sort: 14000000... 599.5s: points, sort: 15000000... 600.9s: points, sort: 16000000... 602.4s: points, sort: 17000000... 603.9s: points, sort: 18000000... 605.3s: points, sort: 19000000... 606.7s: points, sort: 20000000... 608.1s: points, sort: 21000000... 615.7s: points, sort: 22000000... 616.7s: points, sort: 23000000... 618.1s: points, sort: 24000000... 619.6s: points, sort: 25000000... 621.0s: points, sort: 26000000... 622.4s: points, sort: 27000000... 623.9s: points, sort: 28000000... 625.3s: points, sort: 29000000... 626.7s: points, sort: 30000000... 628.1s: points, sort: 31000000... 629.5s: points, sort: 32000000... 637.0s: points, sort: 33000000... 638.4s: points, sort: 34000000... 639.4s: points, sort: 35000000... 640.8s: points, sort: 36000000... 642.2s: points, sort: 37000000... 643.6s: points, sort: 38000000... 645.0s: points, sort: 39000000... 646.4s: points, sort: 40000000... 647.8s: points, sort: 41000000... 649.2s: points, sort: 42000000... 650.6s: points, sort: 43000000... 658.2s: points, sort: 44000000... 659.6s: points, sort: 45000000... 660.5s: points, sort: 46000000... 661.9s: points, sort: 47000000... 663.3s: points, sort: 48000000... 664.7s: points, sort: 49000000... 666.2s: points, sort: 50000000... 667.6s: points, sort: 51000000... 669.0s: points, sort: 52000000... 670.4s: points, sort: 53000000... 671.8s: points, sort: 54000000... 679.3s: points, sort: 55000000... 680.7s: points, sort: 56000000... 681.7s: points, sort: 57000000... 683.1s: points, sort: 58000000... 684.5s: points, sort: 59000000... 685.9s: points, sort: 60000000... 689.7s: points, sort: 118.200900519 sec to index part 0 689.7s: points, sort: INDEX SIZE: 0.9472499107941985 GB 689.7s: points, sort: READER MB: 0.0 689.7s: points, sort: maxDoc=60844404 692.1s: points, sort: ITER 0: 129.53 M hits/sec, 131.80 QPS (1.71 sec for 225 queries), totHits=221118844 692.1s: points, sort: *** 694.3s: points, sort: ITER 1: 147.75 M hits/sec, 150.35 QPS (1.50 sec for 225 queries), totHits=221118844 694.3s: points, sort: *** 696.4s: points, sort: ITER 2: 149.23 M hits/sec, 151.85 QPS (1.48 sec for 225 queries), totHits=221118844 696.4s: points, sort: *** 698.5s: points, sort: ITER 3: 149.27 M hits/sec, 151.89 QPS (1.48 sec for 225 queries), totHits=221118844 698.5s: points, sort: *** 700.7s: points, sort: ITER 4: 147.49 M hits/sec, 150.07 QPS (1.50 sec for 225 queries), totHits=221118844 702.9s: points, sort: ITER 5: 147.09 M hits/sec, 149.67 QPS (1.50 sec for 225 queries), totHits=221118844 705.0s: points, sort: ITER 6: 148.14 M hits/sec, 150.74 QPS (1.49 sec for 225 queries), totHits=221118844 707.2s: points, sort: ITER 7: 149.72 M hits/sec, 152.35 QPS (1.48 sec for 225 queries), totHits=221118844 707.2s: points, sort: *** 709.3s: points, sort: ITER 8: 149.02 M hits/sec, 151.64 QPS (1.48 sec for 225 queries), totHits=221118844 711.5s: points, sort: ITER 9: 148.87 M hits/sec, 151.48 QPS (1.49 sec for 225 queries), totHits=221118844 713.6s: points, sort: ITER 10: 147.59 M hits/sec, 150.18 QPS (1.50 sec for 225 queries), totHits=221118844 715.8s: points, sort: ITER 11: 149.08 M hits/sec, 151.69 QPS (1.48 sec for 225 queries), totHits=221118844 717.9s: points, sort: ITER 12: 149.82 M hits/sec, 152.45 QPS (1.48 sec for 225 queries), totHits=221118844 717.9s: points, sort: *** 720.1s: points, sort: ITER 13: 148.02 M hits/sec, 150.62 QPS (1.49 sec for 225 queries), totHits=221118844 722.2s: points, sort: ITER 14: 148.80 M hits/sec, 151.41 QPS (1.49 sec for 225 queries), totHits=221118844 724.4s: points, sort: ITER 15: 147.59 M hits/sec, 150.18 QPS (1.50 sec for 225 queries), totHits=221118844 726.6s: points, sort: ITER 16: 145.24 M hits/sec, 147.79 QPS (1.52 sec for 225 queries), totHits=221118844 728.8s: points, sort: ITER 17: 147.71 M hits/sec, 150.30 QPS (1.50 sec for 225 queries), totHits=221118844 731.0s: points, sort: ITER 18: 145.79 M hits/sec, 148.34 QPS (1.52 sec for 225 queries), totHits=221118844 733.2s: points, sort: ITER 19: 147.36 M hits/sec, 149.95 QPS (1.50 sec for 225 queries), totHits=221118844 733.2s: points, sort: BEST M hits/sec: 149.81637154168726 733.2s: points, sort: BEST QPS: 152.44600137688687 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|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|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3291.28|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|149.82|152.45|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -points -distance 733.4s: points, distance: INDEX SIZE: 0.4939169967547059 GB 733.4s: points, distance: READER MB: 0.0 733.4s: points, distance: maxDoc=60844404 734.9s: points, distance: ITER 0: 254.53 M hits/sec, 149.54 QPS (1.50 sec for 225 queries), totHits=382961957 734.9s: points, distance: *** 736.1s: points, distance: ITER 1: 318.46 M hits/sec, 187.10 QPS (1.20 sec for 225 queries), totHits=382961957 736.1s: points, distance: *** 737.3s: points, distance: ITER 2: 325.18 M hits/sec, 191.05 QPS (1.18 sec for 225 queries), totHits=382961957 737.3s: points, distance: *** 738.5s: points, distance: ITER 3: 310.99 M hits/sec, 182.71 QPS (1.23 sec for 225 queries), totHits=382961957 739.8s: points, distance: ITER 4: 313.82 M hits/sec, 184.38 QPS (1.22 sec for 225 queries), totHits=382961957 741.0s: points, distance: ITER 5: 317.94 M hits/sec, 186.80 QPS (1.20 sec for 225 queries), totHits=382961957 742.1s: points, distance: ITER 6: 323.53 M hits/sec, 190.08 QPS (1.18 sec for 225 queries), totHits=382961957 743.3s: points, distance: ITER 7: 327.72 M hits/sec, 192.55 QPS (1.17 sec for 225 queries), totHits=382961957 743.3s: points, distance: *** 744.5s: points, distance: ITER 8: 326.23 M hits/sec, 191.67 QPS (1.17 sec for 225 queries), totHits=382961957 745.6s: points, distance: ITER 9: 331.43 M hits/sec, 194.72 QPS (1.16 sec for 225 queries), totHits=382961957 745.6s: points, distance: *** 746.8s: points, distance: ITER 10: 333.99 M hits/sec, 196.23 QPS (1.15 sec for 225 queries), totHits=382961957 746.8s: points, distance: *** 747.9s: points, distance: ITER 11: 337.18 M hits/sec, 198.10 QPS (1.14 sec for 225 queries), totHits=382961957 747.9s: points, distance: *** 749.1s: points, distance: ITER 12: 333.98 M hits/sec, 196.22 QPS (1.15 sec for 225 queries), totHits=382961957 750.2s: points, distance: ITER 13: 327.45 M hits/sec, 192.39 QPS (1.17 sec for 225 queries), totHits=382961957 751.4s: points, distance: ITER 14: 330.57 M hits/sec, 194.22 QPS (1.16 sec for 225 queries), totHits=382961957 752.6s: points, distance: ITER 15: 329.90 M hits/sec, 193.83 QPS (1.16 sec for 225 queries), totHits=382961957 753.7s: points, distance: ITER 16: 332.70 M hits/sec, 195.47 QPS (1.15 sec for 225 queries), totHits=382961957 754.9s: points, distance: ITER 17: 332.21 M hits/sec, 195.18 QPS (1.15 sec for 225 queries), totHits=382961957 756.0s: points, distance: ITER 18: 333.08 M hits/sec, 195.69 QPS (1.15 sec for 225 queries), totHits=382961957 757.2s: points, distance: ITER 19: 327.03 M hits/sec, 192.14 QPS (1.17 sec for 225 queries), totHits=382961957 757.2s: points, distance: BEST M hits/sec: 337.18048258042575 757.2s: points, distance: BEST QPS: 198.10220622148063 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|||| |distance|points|337.18|198.10|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3291.28|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|149.82|152.45|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -geo3d -distance 757.5s: geo3d, distance: INDEX SIZE: 0.6990031152963638 GB 757.5s: geo3d, distance: READER MB: 0.0 757.5s: geo3d, distance: maxDoc=60844404 759.0s: geo3d, distance: ITER 0: 242.42 M hits/sec, 142.27 QPS (1.58 sec for 225 queries), totHits=383371904 759.0s: geo3d, distance: *** 760.3s: geo3d, distance: ITER 1: 298.51 M hits/sec, 175.19 QPS (1.28 sec for 225 queries), totHits=383371904 760.3s: geo3d, distance: *** 761.6s: geo3d, distance: ITER 2: 306.53 M hits/sec, 179.90 QPS (1.25 sec for 225 queries), totHits=383371904 761.6s: geo3d, distance: *** 763.0s: geo3d, distance: ITER 3: 275.12 M hits/sec, 161.47 QPS (1.39 sec for 225 queries), totHits=383371904 764.2s: geo3d, distance: ITER 4: 313.89 M hits/sec, 184.22 QPS (1.22 sec for 225 queries), totHits=383371904 764.2s: geo3d, distance: *** 765.4s: geo3d, distance: ITER 5: 316.84 M hits/sec, 185.95 QPS (1.21 sec for 225 queries), totHits=383371904 765.4s: geo3d, distance: *** 766.6s: geo3d, distance: ITER 6: 315.86 M hits/sec, 185.37 QPS (1.21 sec for 225 queries), totHits=383371904 767.8s: geo3d, distance: ITER 7: 314.67 M hits/sec, 184.68 QPS (1.22 sec for 225 queries), totHits=383371904 769.1s: geo3d, distance: ITER 8: 316.26 M hits/sec, 185.61 QPS (1.21 sec for 225 queries), totHits=383371904 770.3s: geo3d, distance: ITER 9: 320.16 M hits/sec, 187.90 QPS (1.20 sec for 225 queries), totHits=383371904 770.3s: geo3d, distance: *** 771.5s: geo3d, distance: ITER 10: 318.60 M hits/sec, 186.99 QPS (1.20 sec for 225 queries), totHits=383371904 772.7s: geo3d, distance: ITER 11: 315.45 M hits/sec, 185.14 QPS (1.22 sec for 225 queries), totHits=383371904 773.9s: geo3d, distance: ITER 12: 316.48 M hits/sec, 185.74 QPS (1.21 sec for 225 queries), totHits=383371904 775.1s: geo3d, distance: ITER 13: 310.95 M hits/sec, 182.50 QPS (1.23 sec for 225 queries), totHits=383371904 776.3s: geo3d, distance: ITER 14: 311.84 M hits/sec, 183.02 QPS (1.23 sec for 225 queries), totHits=383371904 777.6s: geo3d, distance: ITER 15: 313.52 M hits/sec, 184.01 QPS (1.22 sec for 225 queries), totHits=383371904 778.8s: geo3d, distance: ITER 16: 311.50 M hits/sec, 182.82 QPS (1.23 sec for 225 queries), totHits=383371904 780.1s: geo3d, distance: ITER 17: 306.02 M hits/sec, 179.60 QPS (1.25 sec for 225 queries), totHits=383371904 781.3s: geo3d, distance: ITER 18: 309.92 M hits/sec, 181.89 QPS (1.24 sec for 225 queries), totHits=383371904 782.5s: geo3d, distance: ITER 19: 315.46 M hits/sec, 185.14 QPS (1.22 sec for 225 queries), totHits=383371904 782.5s: geo3d, distance: BEST M hits/sec: 320.16093627076174 782.5s: geo3d, distance: BEST QPS: 187.90164305029876 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.16|187.90|383371904| |distance|points|337.18|198.10|382961957| |distance|geopoint|||| |distance|shapes|||| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3291.28|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|149.82|152.45|221118844| |sort|geopoint|||| |sort|shapes|||| RUN: java -XX:+UseParallelGC -Xmx10g -cp /l/util.nightly/src/main:test-framework/build/classes/java/main:sandbox/build/classes/java/main:codecs/build/classes/java/main:codecs/build/resources/main:core/build/classes/java/main:core/build/classes/java/main21:core/build/resources/main:sandbox/build/classes/java/main:spatial3d/build/classes/java/main perf.IndexAndSearchOpenStreetMaps -shapes -distance 782.8s: shapes, distance: INDEX SIZE: 1.2543620793148875 GB 782.8s: shapes, distance: READER MB: 0.0 782.8s: shapes, distance: maxDoc=60844404 784.8s: shapes, distance: ITER 0: 191.58 M hits/sec, 112.56 QPS (2.00 sec for 225 queries), totHits=382961957 784.8s: shapes, distance: *** 786.5s: shapes, distance: ITER 1: 221.68 M hits/sec, 130.24 QPS (1.73 sec for 225 queries), totHits=382961957 786.5s: shapes, distance: *** 788.3s: shapes, distance: ITER 2: 213.23 M hits/sec, 125.28 QPS (1.80 sec for 225 queries), totHits=382961957 790.0s: shapes, distance: ITER 3: 219.92 M hits/sec, 129.21 QPS (1.74 sec for 225 queries), totHits=382961957 791.7s: shapes, distance: ITER 4: 225.41 M hits/sec, 132.43 QPS (1.70 sec for 225 queries), totHits=382961957 791.7s: shapes, distance: *** 793.4s: shapes, distance: ITER 5: 225.38 M hits/sec, 132.42 QPS (1.70 sec for 225 queries), totHits=382961957 795.2s: shapes, distance: ITER 6: 224.07 M hits/sec, 131.65 QPS (1.71 sec for 225 queries), totHits=382961957 796.8s: shapes, distance: ITER 7: 226.50 M hits/sec, 133.07 QPS (1.69 sec for 225 queries), totHits=382961957 796.8s: shapes, distance: *** 798.5s: shapes, distance: ITER 8: 224.94 M hits/sec, 132.16 QPS (1.70 sec for 225 queries), totHits=382961957 800.3s: shapes, distance: ITER 9: 224.38 M hits/sec, 131.83 QPS (1.71 sec for 225 queries), totHits=382961957 802.0s: shapes, distance: ITER 10: 221.99 M hits/sec, 130.43 QPS (1.73 sec for 225 queries), totHits=382961957 803.7s: shapes, distance: ITER 11: 226.41 M hits/sec, 133.02 QPS (1.69 sec for 225 queries), totHits=382961957 805.4s: shapes, distance: ITER 12: 225.07 M hits/sec, 132.23 QPS (1.70 sec for 225 queries), totHits=382961957 807.1s: shapes, distance: ITER 13: 226.99 M hits/sec, 133.36 QPS (1.69 sec for 225 queries), totHits=382961957 807.1s: shapes, distance: *** 808.8s: shapes, distance: ITER 14: 225.56 M hits/sec, 132.52 QPS (1.70 sec for 225 queries), totHits=382961957 810.5s: shapes, distance: ITER 15: 224.94 M hits/sec, 132.16 QPS (1.70 sec for 225 queries), totHits=382961957 812.2s: shapes, distance: ITER 16: 224.55 M hits/sec, 131.93 QPS (1.71 sec for 225 queries), totHits=382961957 813.9s: shapes, distance: ITER 17: 227.04 M hits/sec, 133.39 QPS (1.69 sec for 225 queries), totHits=382961957 813.9s: shapes, distance: *** 815.6s: shapes, distance: ITER 18: 223.33 M hits/sec, 131.21 QPS (1.71 sec for 225 queries), totHits=382961957 817.3s: shapes, distance: ITER 19: 225.91 M hits/sec, 132.73 QPS (1.70 sec for 225 queries), totHits=382961957 817.3s: shapes, distance: BEST M hits/sec: 227.04282058953262 817.3s: shapes, distance: BEST QPS: 133.39349692284145 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.16|187.90|383371904| |distance|points|337.18|198.10|382961957| |distance|geopoint|||| |distance|shapes|227.04|133.39|382961957| |box|geo3d|||| |box|points|||| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3291.28|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|149.82|152.45|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 817.5s: points, box: INDEX SIZE: 0.4939169967547059 GB 817.5s: points, box: READER MB: 0.0 817.5s: points, box: maxDoc=60844404 818.4s: points, box: ITER 0: 248.69 M hits/sec, 253.05 QPS (0.89 sec for 225 queries), totHits=221118844 818.4s: points, box: *** 819.0s: points, box: ITER 1: 403.75 M hits/sec, 410.83 QPS (0.55 sec for 225 queries), totHits=221118844 819.0s: points, box: *** 819.5s: points, box: ITER 2: 382.97 M hits/sec, 389.69 QPS (0.58 sec for 225 queries), totHits=221118844 820.1s: points, box: ITER 3: 405.12 M hits/sec, 412.23 QPS (0.55 sec for 225 queries), totHits=221118844 820.1s: points, box: *** 820.6s: points, box: ITER 4: 393.93 M hits/sec, 400.85 QPS (0.56 sec for 225 queries), totHits=221118844 821.2s: points, box: ITER 5: 373.44 M hits/sec, 380.00 QPS (0.59 sec for 225 queries), totHits=221118844 821.8s: points, box: ITER 6: 380.98 M hits/sec, 387.67 QPS (0.58 sec for 225 queries), totHits=221118844 822.3s: points, box: ITER 7: 416.78 M hits/sec, 424.09 QPS (0.53 sec for 225 queries), totHits=221118844 822.3s: points, box: *** 822.9s: points, box: ITER 8: 368.53 M hits/sec, 375.00 QPS (0.60 sec for 225 queries), totHits=221118844 823.5s: points, box: ITER 9: 407.12 M hits/sec, 414.26 QPS (0.54 sec for 225 queries), totHits=221118844 824.0s: points, box: ITER 10: 444.01 M hits/sec, 451.80 QPS (0.50 sec for 225 queries), totHits=221118844 824.0s: points, box: *** 824.5s: points, box: ITER 11: 432.95 M hits/sec, 440.55 QPS (0.51 sec for 225 queries), totHits=221118844 825.0s: points, box: ITER 12: 440.13 M hits/sec, 447.85 QPS (0.50 sec for 225 queries), totHits=221118844 825.5s: points, box: ITER 13: 426.56 M hits/sec, 434.05 QPS (0.52 sec for 225 queries), totHits=221118844 826.0s: points, box: ITER 14: 438.72 M hits/sec, 446.42 QPS (0.50 sec for 225 queries), totHits=221118844 826.5s: points, box: ITER 15: 440.73 M hits/sec, 448.46 QPS (0.50 sec for 225 queries), totHits=221118844 827.0s: points, box: ITER 16: 431.37 M hits/sec, 438.94 QPS (0.51 sec for 225 queries), totHits=221118844 827.5s: points, box: ITER 17: 438.43 M hits/sec, 446.12 QPS (0.50 sec for 225 queries), totHits=221118844 828.1s: points, box: ITER 18: 433.73 M hits/sec, 441.34 QPS (0.51 sec for 225 queries), totHits=221118844 828.6s: points, box: ITER 19: 423.58 M hits/sec, 431.02 QPS (0.52 sec for 225 queries), totHits=221118844 828.6s: points, box: BEST M hits/sec: 444.00795838627704 828.6s: points, box: BEST QPS: 451.8013427969637 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.16|187.90|383371904| |distance|points|337.18|198.10|382961957| |distance|geopoint|||| |distance|shapes|227.04|133.39|382961957| |box|geo3d|||| |box|points|444.01|451.80|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3291.28|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|149.82|152.45|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 828.9s: geo3d, box: INDEX SIZE: 0.6990031152963638 GB 828.9s: geo3d, box: READER MB: 0.0 828.9s: geo3d, box: maxDoc=60844404 830.1s: geo3d, box: ITER 0: 173.90 M hits/sec, 176.95 QPS (1.27 sec for 225 queries), totHits=221118844 830.1s: geo3d, box: *** 831.1s: geo3d, box: ITER 1: 236.40 M hits/sec, 240.54 QPS (0.94 sec for 225 queries), totHits=221118844 831.1s: geo3d, box: *** 832.0s: geo3d, box: ITER 2: 240.82 M hits/sec, 245.05 QPS (0.92 sec for 225 queries), totHits=221118844 832.0s: geo3d, box: *** 833.0s: geo3d, box: ITER 3: 225.89 M hits/sec, 229.86 QPS (0.98 sec for 225 queries), totHits=221118844 833.9s: geo3d, box: ITER 4: 244.38 M hits/sec, 248.67 QPS (0.90 sec for 225 queries), totHits=221118844 833.9s: geo3d, box: *** 834.9s: geo3d, box: ITER 5: 212.43 M hits/sec, 216.16 QPS (1.04 sec for 225 queries), totHits=221118844 835.8s: geo3d, box: ITER 6: 248.98 M hits/sec, 253.35 QPS (0.89 sec for 225 queries), totHits=221118844 835.8s: geo3d, box: *** 836.7s: geo3d, box: ITER 7: 252.57 M hits/sec, 257.00 QPS (0.88 sec for 225 queries), totHits=221118844 836.7s: geo3d, box: *** 837.6s: geo3d, box: ITER 8: 254.27 M hits/sec, 258.73 QPS (0.87 sec for 225 queries), totHits=221118844 837.6s: geo3d, box: *** 838.4s: geo3d, box: ITER 9: 249.35 M hits/sec, 253.72 QPS (0.89 sec for 225 queries), totHits=221118844 839.3s: geo3d, box: ITER 10: 245.33 M hits/sec, 249.63 QPS (0.90 sec for 225 queries), totHits=221118844 840.2s: geo3d, box: ITER 11: 253.19 M hits/sec, 257.63 QPS (0.87 sec for 225 queries), totHits=221118844 841.1s: geo3d, box: ITER 12: 247.96 M hits/sec, 252.31 QPS (0.89 sec for 225 queries), totHits=221118844 842.0s: geo3d, box: ITER 13: 246.85 M hits/sec, 251.18 QPS (0.90 sec for 225 queries), totHits=221118844 842.9s: geo3d, box: ITER 14: 236.77 M hits/sec, 240.93 QPS (0.93 sec for 225 queries), totHits=221118844 843.8s: geo3d, box: ITER 15: 246.26 M hits/sec, 250.58 QPS (0.90 sec for 225 queries), totHits=221118844 844.8s: geo3d, box: ITER 16: 237.57 M hits/sec, 241.74 QPS (0.93 sec for 225 queries), totHits=221118844 845.7s: geo3d, box: ITER 17: 239.79 M hits/sec, 244.00 QPS (0.92 sec for 225 queries), totHits=221118844 846.6s: geo3d, box: ITER 18: 239.22 M hits/sec, 243.42 QPS (0.92 sec for 225 queries), totHits=221118844 847.5s: geo3d, box: ITER 19: 242.18 M hits/sec, 246.43 QPS (0.91 sec for 225 queries), totHits=221118844 847.5s: geo3d, box: BEST M hits/sec: 254.26859253532734 847.5s: geo3d, box: BEST QPS: 258.73160462275507 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.16|187.90|383371904| |distance|points|337.18|198.10|382961957| |distance|geopoint|||| |distance|shapes|227.04|133.39|382961957| |box|geo3d|254.27|258.73|221118844| |box|points|444.01|451.80|221118844| |box|geopoint|||| |box|shapes|||| |poly 10|geo3d|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3291.28|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|149.82|152.45|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 847.8s: shapes, box: INDEX SIZE: 1.2543620793148875 GB 847.8s: shapes, box: READER MB: 0.0 847.8s: shapes, box: maxDoc=60844404 849.2s: shapes, box: ITER 0: 159.53 M hits/sec, 162.33 QPS (1.39 sec for 225 queries), totHits=221118844 849.2s: shapes, box: *** 850.3s: shapes, box: ITER 1: 210.24 M hits/sec, 213.93 QPS (1.05 sec for 225 queries), totHits=221118844 850.3s: shapes, box: *** 851.4s: shapes, box: ITER 2: 194.83 M hits/sec, 198.25 QPS (1.13 sec for 225 queries), totHits=221118844 852.5s: shapes, box: ITER 3: 204.04 M hits/sec, 207.62 QPS (1.08 sec for 225 queries), totHits=221118844 853.6s: shapes, box: ITER 4: 194.09 M hits/sec, 197.50 QPS (1.14 sec for 225 queries), totHits=221118844 854.7s: shapes, box: ITER 5: 208.32 M hits/sec, 211.98 QPS (1.06 sec for 225 queries), totHits=221118844 855.7s: shapes, box: ITER 6: 209.35 M hits/sec, 213.02 QPS (1.06 sec for 225 queries), totHits=221118844 856.8s: shapes, box: ITER 7: 213.22 M hits/sec, 216.96 QPS (1.04 sec for 225 queries), totHits=221118844 856.8s: shapes, box: *** 857.8s: shapes, box: ITER 8: 210.72 M hits/sec, 214.41 QPS (1.05 sec for 225 queries), totHits=221118844 858.9s: shapes, box: ITER 9: 210.34 M hits/sec, 214.03 QPS (1.05 sec for 225 queries), totHits=221118844 859.9s: shapes, box: ITER 10: 210.43 M hits/sec, 214.12 QPS (1.05 sec for 225 queries), totHits=221118844 861.0s: shapes, box: ITER 11: 206.81 M hits/sec, 210.44 QPS (1.07 sec for 225 queries), totHits=221118844 862.0s: shapes, box: ITER 12: 211.59 M hits/sec, 215.30 QPS (1.05 sec for 225 queries), totHits=221118844 863.1s: shapes, box: ITER 13: 207.85 M hits/sec, 211.49 QPS (1.06 sec for 225 queries), totHits=221118844 864.1s: shapes, box: ITER 14: 215.59 M hits/sec, 219.37 QPS (1.03 sec for 225 queries), totHits=221118844 864.1s: shapes, box: *** 865.2s: shapes, box: ITER 15: 212.03 M hits/sec, 215.75 QPS (1.04 sec for 225 queries), totHits=221118844 866.2s: shapes, box: ITER 16: 210.49 M hits/sec, 214.18 QPS (1.05 sec for 225 queries), totHits=221118844 867.3s: shapes, box: ITER 17: 212.28 M hits/sec, 216.01 QPS (1.04 sec for 225 queries), totHits=221118844 868.3s: shapes, box: ITER 18: 208.39 M hits/sec, 212.04 QPS (1.06 sec for 225 queries), totHits=221118844 869.4s: shapes, box: ITER 19: 212.25 M hits/sec, 215.97 QPS (1.04 sec for 225 queries), totHits=221118844 869.4s: shapes, box: BEST M hits/sec: 215.59065316461653 869.4s: shapes, box: BEST QPS: 219.3747764077435 Results on 60.844404M points: ||Approach||Index time (sec)||Force merge time (sec)||Index size (GB)||Reader heap (MB)|| |geo3d|137.3s|0.0s|0.70|0.00| |points|111.3s|0.0s|0.49|0.00| |shapes|166.2s|0.0s|1.25|0.00| ||Shape||Approach||M hits/sec||QPS||Hit count|| |distance|geo3d|320.16|187.90|383371904| |distance|points|337.18|198.10|382961957| |distance|geopoint|||| |distance|shapes|227.04|133.39|382961957| |box|geo3d|254.27|258.73|221118844| |box|points|444.01|451.80|221118844| |box|geopoint|||| |box|shapes|215.59|219.37|221118844| |poly 10|geo3d|245.52|155.23|355855227| |poly 10|points|288.93|182.71|355809475| |poly 10|geopoint|||| |poly 10|shapes|181.57|114.82|355809475| |polyMedium|geo3d|2.62|32.06|2693541| |polyMedium|points|17.03|208.58|2693559| |polyMedium|geopoint|||| |polyMedium|shapes|13.37|163.79|2693559| |polyRussia|geo3d|3.45|0.98|3508671| |polyRussia|points|63.89|18.21|3508846| |polyRussia|geopoint|||| |polyRussia|shapes|46.46|13.24|3508846| |nearest 10|geo3d|||| |nearest 10|points|0.03|3291.28|60844404| |nearest 10|geopoint|||| |nearest 10|shapes|||| |sort|geo3d|||| |sort|points|149.82|152.45|221118844| |sort|geopoint|||| |sort|shapes|||| Took 870.6 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 288a65f5cdc..0f697211197 main -> origin/main Updating 288a65f5cdc..0f697211197 Fast-forward .github/workflows/run-checks-gradle-upgrade.yml | 22 +- gradle/libs.versions.toml | 6 +- gradle/wrapper/gradle-wrapper.jar.sha256 | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 +- gradlew | 2 +- gradlew.bat | 43 +- lucene/CHANGES.txt | 19 +- .../codecs/lucene103/blocktree/TrieBuilder.java | 725 +++++++++++---------- .../org/apache/lucene/search/IndexSearcher.java | 49 +- .../apache/lucene/search/MaxScoreBulkScorer.java | 5 +- .../org/apache/lucene/search/QueryVisitor.java | 8 +- .../lucene/search/TopFieldCollectorManager.java | 20 +- .../codecs/lucene103/blocktree/TestTrie.java | 11 - lucene/distribution/build.gradle | 2 +- lucene/licenses/commons-codec-1.21.0.jar.sha1 | 1 - lucene/licenses/commons-codec-1.22.0.jar.sha1 | 1 + lucene/licenses/opennlp-tools-2.5.8.jar.sha1 | 1 - lucene/licenses/opennlp-tools-2.5.9.jar.sha1 | 1 + versions.lock | 8 +- 19 files changed, 494 insertions(+), 436 deletions(-) delete mode 100644 lucene/licenses/commons-codec-1.21.0.jar.sha1 create mode 100644 lucene/licenses/commons-codec-1.22.0.jar.sha1 delete mode 100644 lucene/licenses/opennlp-tools-2.5.8.jar.sha1 create mode 100644 lucene/licenses/opennlp-tools-2.5.9.jar.sha1 creating directories /l/logs.nightly/taxis/2026.05.07.07.26.14... Lucene git hash: 0f697211197d4d76da1e90a3ab9568ff05d7b8f0 Compile lucene core... run: "../../gradlew jar" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core log: /l/logs.nightly/taxis/2026.05.07.07.26.14/gradle.jar.log Compile java benchmark sources... run: "javac -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main /l/util.nightly/src/python/sparsetaxis/../../main/perf/SearchTaxis.java /l/util.nightly/src/python/sparsetaxis/../../main/perf/IndexTaxis.java /l/util.nightly/src/python/sparsetaxis/../../main/perf/DiskUsage.java" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main Index "slow" sparse-sorted with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks sparse True" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/index.1threads.sparse.sorted.log 3.1 sec: 0.3 M docs; 95.6 K docs/sec 6.8 sec: 0.6 M docs; 88.3 K docs/sec 10.2 sec: 0.9 M docs; 88.1 K docs/sec 13.6 sec: 1.2 M docs; 88.2 K docs/sec 17.0 sec: 1.5 M docs; 88.5 K docs/sec 21.1 sec: 1.9 M docs; 90.1 K docs/sec 24.5 sec: 2.2 M docs; 89.8 K docs/sec 28.6 sec: 2.6 M docs; 90.8 K docs/sec 32.8 sec: 3.0 M docs; 91.6 K docs/sec 36.1 sec: 3.3 M docs; 91.5 K docs/sec 48.7 sec: 3.7 M docs; 75.9 K docs/sec 52.9 sec: 4.1 M docs; 77.6 K docs/sec 56.2 sec: 4.4 M docs; 78.3 K docs/sec 60.3 sec: 4.8 M docs; 79.6 K docs/sec 64.4 sec: 5.2 M docs; 80.7 K docs/sec 67.7 sec: 5.5 M docs; 81.3 K docs/sec 71.8 sec: 5.9 M docs; 82.2 K docs/sec 75.9 sec: 6.3 M docs; 83.0 K docs/sec 79.2 sec: 6.6 M docs; 83.3 K docs/sec 83.3 sec: 7.0 M docs; 84.0 K docs/sec 95.9 sec: 7.4 M docs; 77.2 K docs/sec 99.2 sec: 7.7 M docs; 77.7 K docs/sec 103.3 sec: 8.1 M docs; 78.4 K docs/sec 107.4 sec: 8.5 M docs; 79.2 K docs/sec 110.6 sec: 8.8 M docs; 79.5 K docs/sec 114.7 sec: 9.2 M docs; 80.2 K docs/sec 118.9 sec: 9.6 M docs; 80.8 K docs/sec 122.1 sec: 9.9 M docs; 81.0 K docs/sec 126.3 sec: 10.3 M docs; 81.6 K docs/sec 130.4 sec: 10.7 M docs; 82.1 K docs/sec 142.1 sec: 11.0 M docs; 77.4 K docs/sec 146.2 sec: 11.4 M docs; 78.0 K docs/sec 150.2 sec: 11.8 M docs; 78.5 K docs/sec 153.5 sec: 12.1 M docs; 78.8 K docs/sec 157.6 sec: 12.5 M docs; 79.3 K docs/sec 161.6 sec: 12.9 M docs; 79.8 K docs/sec 164.9 sec: 13.2 M docs; 80.1 K docs/sec 169.0 sec: 13.6 M docs; 80.5 K docs/sec 173.0 sec: 14.0 M docs; 80.9 K docs/sec 176.3 sec: 14.3 M docs; 81.1 K docs/sec 188.8 sec: 14.7 M docs; 77.9 K docs/sec 192.9 sec: 15.1 M docs; 78.3 K docs/sec 196.1 sec: 15.4 M docs; 78.5 K docs/sec 200.2 sec: 15.8 M docs; 78.9 K docs/sec 204.3 sec: 16.2 M docs; 79.3 K docs/sec 207.5 sec: 16.5 M docs; 79.5 K docs/sec 211.6 sec: 16.9 M docs; 79.9 K docs/sec 215.7 sec: 17.3 M docs; 80.2 K docs/sec 218.9 sec: 17.6 M docs; 80.4 K docs/sec 223.0 sec: 18.0 M docs; 80.7 K docs/sec 235.5 sec: 18.4 M docs; 78.1 K docs/sec 238.8 sec: 18.7 M docs; 78.3 K docs/sec 242.8 sec: 19.1 M docs; 78.7 K docs/sec 246.2 sec: 19.4 M docs; 78.8 K docs/sec 250.2 sec: 19.8 M docs; 79.1 K docs/sec 251.8 sec: 20.0 M docs; 79.4 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.07.07.26.14/checkIndexsparse-sorted.log took 0.5 sec DiskUsage sparse-sorted run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/diskUsagesparse-sorted.log took 50.6 sec Search sparse-sorted iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/searchsparse-sorted.0.log Index "slow" sparse with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks sparse False" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/index.1threads.sparse.log 3.0 sec: 0.3 M docs; 99.2 K docs/sec 6.5 sec: 0.6 M docs; 92.2 K docs/sec 9.6 sec: 0.9 M docs; 93.5 K docs/sec 12.7 sec: 1.2 M docs; 94.4 K docs/sec 15.8 sec: 1.5 M docs; 95.1 K docs/sec 19.6 sec: 1.9 M docs; 97.0 K docs/sec 22.7 sec: 2.2 M docs; 97.0 K docs/sec 26.5 sec: 2.6 M docs; 98.1 K docs/sec 30.3 sec: 3.0 M docs; 99.0 K docs/sec 33.4 sec: 3.3 M docs; 98.9 K docs/sec 45.0 sec: 3.7 M docs; 82.3 K docs/sec 48.8 sec: 4.1 M docs; 84.1 K docs/sec 51.8 sec: 4.4 M docs; 84.9 K docs/sec 55.6 sec: 4.8 M docs; 86.3 K docs/sec 59.4 sec: 5.2 M docs; 87.5 K docs/sec 62.5 sec: 5.5 M docs; 88.1 K docs/sec 66.3 sec: 5.9 M docs; 89.0 K docs/sec 70.1 sec: 6.3 M docs; 89.9 K docs/sec 73.1 sec: 6.6 M docs; 90.3 K docs/sec 76.9 sec: 7.0 M docs; 91.0 K docs/sec 88.5 sec: 7.4 M docs; 83.6 K docs/sec 91.5 sec: 7.7 M docs; 84.1 K docs/sec 95.3 sec: 8.1 M docs; 85.0 K docs/sec 99.1 sec: 8.5 M docs; 85.8 K docs/sec 102.1 sec: 8.8 M docs; 86.2 K docs/sec 105.9 sec: 9.2 M docs; 86.8 K docs/sec 109.7 sec: 9.6 M docs; 87.5 K docs/sec 112.8 sec: 9.9 M docs; 87.8 K docs/sec 116.6 sec: 10.3 M docs; 88.3 K docs/sec 120.4 sec: 10.7 M docs; 88.9 K docs/sec 131.2 sec: 11.0 M docs; 83.9 K docs/sec 135.0 sec: 11.4 M docs; 84.5 K docs/sec 138.8 sec: 11.8 M docs; 85.0 K docs/sec 141.8 sec: 12.1 M docs; 85.4 K docs/sec 145.6 sec: 12.5 M docs; 85.9 K docs/sec 149.4 sec: 12.9 M docs; 86.4 K docs/sec 152.4 sec: 13.2 M docs; 86.6 K docs/sec 156.2 sec: 13.6 M docs; 87.1 K docs/sec 160.0 sec: 14.0 M docs; 87.5 K docs/sec 163.0 sec: 14.3 M docs; 87.7 K docs/sec 174.6 sec: 14.7 M docs; 84.2 K docs/sec 178.4 sec: 15.1 M docs; 84.6 K docs/sec 181.5 sec: 15.4 M docs; 84.9 K docs/sec 185.3 sec: 15.8 M docs; 85.3 K docs/sec 189.1 sec: 16.2 M docs; 85.7 K docs/sec 192.1 sec: 16.5 M docs; 85.9 K docs/sec 195.9 sec: 16.9 M docs; 86.3 K docs/sec 199.7 sec: 17.3 M docs; 86.6 K docs/sec 202.7 sec: 17.6 M docs; 86.8 K docs/sec 206.5 sec: 18.0 M docs; 87.2 K docs/sec 218.0 sec: 18.4 M docs; 84.4 K docs/sec 221.1 sec: 18.7 M docs; 84.6 K docs/sec 224.9 sec: 19.1 M docs; 84.9 K docs/sec 228.0 sec: 19.4 M docs; 85.1 K docs/sec 231.7 sec: 19.8 M docs; 85.5 K docs/sec 233.2 sec: 20.0 M docs; 85.8 K docs/sec index is 2.21 GB CheckIndex sparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/checkIndexsparse.log took 0.5 sec DiskUsage sparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/diskUsagesparse.log took 52.0 sec Search sparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/searchsparse.0.log Index "slow" nonsparse with 1 thread, SMS... warm /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks... done warm 2.9 GB run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.IndexTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse 1 /l/sparseTaxis.nightly/sparseTaxis/data/20M.subset.nyctaxis.csv.blocks nonsparse False" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/index.1threads.nonsparse.log 2.9 sec: 0.3 M docs; 102.7 K docs/sec 6.4 sec: 0.6 M docs; 93.8 K docs/sec 10.1 sec: 1.0 M docs; 99.1 K docs/sec 13.8 sec: 1.4 M docs; 101.2 K docs/sec 17.5 sec: 1.8 M docs; 102.8 K docs/sec 21.9 sec: 2.2 M docs; 100.6 K docs/sec 25.5 sec: 2.6 M docs; 101.8 K docs/sec 29.2 sec: 3.0 M docs; 102.8 K docs/sec 32.8 sec: 3.4 M docs; 103.7 K docs/sec 43.0 sec: 3.7 M docs; 86.1 K docs/sec 46.7 sec: 4.1 M docs; 87.8 K docs/sec 50.4 sec: 4.5 M docs; 89.3 K docs/sec 53.4 sec: 4.8 M docs; 89.9 K docs/sec 57.1 sec: 5.2 M docs; 91.0 K docs/sec 60.9 sec: 5.6 M docs; 92.0 K docs/sec 64.5 sec: 6.0 M docs; 93.0 K docs/sec 67.5 sec: 6.3 M docs; 93.3 K docs/sec 71.2 sec: 6.7 M docs; 94.1 K docs/sec 74.2 sec: 7.0 M docs; 94.3 K docs/sec 85.1 sec: 7.4 M docs; 86.9 K docs/sec 88.8 sec: 7.8 M docs; 87.8 K docs/sec 92.5 sec: 8.2 M docs; 88.7 K docs/sec 95.5 sec: 8.5 M docs; 89.0 K docs/sec 99.2 sec: 8.9 M docs; 89.7 K docs/sec 102.9 sec: 9.3 M docs; 90.4 K docs/sec 106.6 sec: 9.7 M docs; 91.0 K docs/sec 109.6 sec: 10.0 M docs; 91.2 K docs/sec 113.3 sec: 10.4 M docs; 91.8 K docs/sec 117.0 sec: 10.8 M docs; 92.3 K docs/sec 126.4 sec: 11.0 M docs; 87.0 K docs/sec 130.1 sec: 11.4 M docs; 87.6 K docs/sec 133.8 sec: 11.8 M docs; 88.2 K docs/sec 137.5 sec: 12.2 M docs; 88.7 K docs/sec 141.2 sec: 12.6 M docs; 89.2 K docs/sec 144.9 sec: 13.0 M docs; 89.7 K docs/sec 148.6 sec: 13.4 M docs; 90.2 K docs/sec 152.3 sec: 13.8 M docs; 90.6 K docs/sec 155.3 sec: 14.1 M docs; 90.8 K docs/sec 159.0 sec: 14.5 M docs; 91.2 K docs/sec 168.4 sec: 14.7 M docs; 87.3 K docs/sec 172.1 sec: 15.1 M docs; 87.7 K docs/sec 175.8 sec: 15.5 M docs; 88.2 K docs/sec 179.5 sec: 15.9 M docs; 88.6 K docs/sec 183.2 sec: 16.3 M docs; 89.0 K docs/sec 186.9 sec: 16.7 M docs; 89.4 K docs/sec 190.6 sec: 17.1 M docs; 89.7 K docs/sec 194.3 sec: 17.5 M docs; 90.1 K docs/sec 198.0 sec: 17.9 M docs; 90.4 K docs/sec 201.6 sec: 18.3 M docs; 90.8 K docs/sec 210.2 sec: 18.4 M docs; 87.5 K docs/sec 213.9 sec: 18.8 M docs; 87.9 K docs/sec 217.6 sec: 19.2 M docs; 88.2 K docs/sec 221.4 sec: 19.6 M docs; 88.5 K docs/sec 225.1 sec: 20.0 M docs; 88.9 K docs/sec 225.1 sec: 20.0 M docs; 88.9 K docs/sec index is 2.12 GB CheckIndex nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main org.apache.lucene.index.CheckIndex /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/checkIndexnonsparse.log took 0.4 sec DiskUsage nonsparse run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.DiskUsage /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/diskUsagenonsparse.log took 45.0 sec Search nonsparse iter 0... run: "java -server -Xmx2g -Xms2g -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError -cp /l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/core/build/libs/lucene-core-11.0.0-SNAPSHOT.jar:/l/sparseTaxis.nightly/sparseTaxis/lucene.main/lucene/analysis/common/build/libs/lucene-analysis-common-11.0.0-SNAPSHOT.jar:/l/util.nightly/src/python/sparsetaxis/../../main perf.SearchTaxis /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse nonsparse" in cwd=/l/sparseTaxis.nightly/sparseTaxis/lucene.main log: /l/logs.nightly/taxis/2026.05.07.07.26.14/searchnonsparse.0.log sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.nonsparse sparseTaxis: now remove /l/sparseTaxis.nightly/sparseTaxis/indices/index.1threads.sparse.sorted + echo 'Now rsync' Now rsync + date Thu May 7 07:41:38 AM EDT 2026 + rsync --delete -lrtSO /l/logs.nightly/ /x/tmp/beast3.logs/logs.nightly/ + rsync --delete -lrtSO /l/reports.nightly/ /x/tmp/beast3.logs/reports.nightly/ + echo 'Touch nightly marker file...' Touch nightly marker file... + date Thu May 7 07:42:54 AM EDT 2026 + touch /x/tmp/beast3.nightly.bench + echo 'Backup bench logs to /ssd/logs.nightly.bak' Backup bench logs to /ssd/logs.nightly.bak + rsync -a /l/logs.nightly/ /ssd/logs.nightly.bak/ + echo 'end: disk usage on /l:' end: disk usage on /l: + df -h /l Filesystem Size Used Avail Use% Mounted on /dev/nvme1n1p1 880G 350G 485G 42% / + echo 'Stopping background df process...' Stopping background df process... + kill 2993855 + wait 2993855 + cp /l/logs.nightly/all.log /l/reports.nightly + cp /l/logs.nightly/df_nightly_monitor.log /l/reports.nightly + echo 'clean /l/tmp' clean /l/tmp + rm -rf '/l/tmp/*' + echo + echo 'Now copy all.log to nightly timestamp'\''d log dir' Now copy all.log to nightly timestamp'd log dir + python3 -u /l/util.nightly/src/python/save_full_log.py ***USING BIG LINE FILE*** Using java from: /usr/lib/jvm/java-25-openjdk/bin/ now shutil.copy2 /l/logs.nightly/all.log to /l/logs.nightly/2026.05.05.21.34.55 now shutil.copy2 /l/logs.nightly/all.log to /l/reports.nightly/2026.05.05.21.34.55